Skip to content

Commit

Permalink
remove duplicate code on line - 193
Browse files Browse the repository at this point in the history
  • Loading branch information
addyclement authored Jan 29, 2023
1 parent 3efdded commit fa4206f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bexley_spark_stream_msk_es.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,5 +189,3 @@ def foreach_batch(stream_df_04, epoch_id):
stream_df_05 = stream_df_04.writeStream.foreachBatch(foreach_batch).queryName("bexley-stream").start()

stream_df_05.awaitTermination()

stream_df_05.awaitTermination()

0 comments on commit fa4206f

Please sign in to comment.