There was an error while loading. Please reload this page.
1 parent 9c11934 commit b0c8ae9Copy full SHA for b0c8ae9
1 file changed
sdk/python/feast/infra/offline_stores/bigquery.py
@@ -640,7 +640,7 @@ def _bq_create_entity_union_table(
640
if col in ctx_entities_set:
641
select_entities.append(f"`{col}`")
642
else:
643
- select_entities.append(f"NULL AS `{col}`")
+ select_entities.append(f"CAST(NULL AS STRING) AS `{col}`")
644
645
per_view_selects.append(
646
f"SELECT DISTINCT {', '.join(select_entities)} "
0 commit comments