Skip to content

Commit 75b2cc2

Browse files
committed
fix spark source
Signed-off-by: Danny Chiao <danny@tecton.ai>
1 parent bdd220f commit 75b2cc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/python/feast/inference.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ def update_data_sources_with_inferred_event_timestamp_col(
102102
"DataSource",
103103
f"""
104104
DataSource inferencing of event_timestamp_column is currently only supported
105-
for FileSource, SparkSource, BigQuerySource, RedshiftSource, and SnowflakeSource.
105+
for FileSource, SparkSource, BigQuerySource, RedshiftSource, and SnowflakeSource.
106106
Attempting to infer from {data_source}.
107107
""",
108108
)

0 commit comments

Comments
 (0)