We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 327d99d commit 6a59815Copy full SHA for 6a59815
sdk/python/feast/repo_config.py
@@ -266,7 +266,7 @@ def __init__(self, **data: Any):
266
267
if self.entity_key_serialization_version <= 2:
268
warnings.warn(
269
- "The serialization version 2 and below would be deprecated in the next release. "
+ "The serialization version 2 and below will be deprecated in the next release. "
270
"Specifying `entity_key_serialization_version` to 3 is recommended.",
271
DeprecationWarning,
272
)
0 commit comments