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 a3e8967 commit 1b291b2Copy full SHA for 1b291b2
sdk/python/feast/utils.py
@@ -364,7 +364,7 @@ def _convert_arrow_odfv_to_proto(
364
for feature in feature_view.features:
365
if (
366
feature.name in [c[0] for c in columns]
367
- # and feature.name not in proto_values_by_column
+ and feature.name not in proto_values_by_column
368
):
369
# initializing the column as null
370
null_column = pyarrow.array(
0 commit comments