Skip to content

Commit

Permalink
fix: Remove unnecessary shutdown call in SparkKafkaProcessor
Browse files Browse the repository at this point in the history
  • Loading branch information
Bhargav Dodla committed Jan 17, 2025
1 parent 0c2e97c commit 141f218
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sdk/python/feast/infra/contrib/spark_kafka_processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -313,8 +313,6 @@ def batch_write_pandas_df(iterator, spark_serialized_artifacts, join_keys):
lambda x: None,
)

online_store.shutdown()

yield pd.DataFrame([pd.Series(range(1, 2))]) # dummy result

def batch_write(
Expand Down

0 comments on commit 141f218

Please sign in to comment.