Skip to content

Commit

Permalink
Initial Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
LearningJournal committed Jul 28, 2020
1 parent d795d05 commit 38caff6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 03-KafkaStreamDemo/KafkaStreamDemo.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
.withColumn("TotalValue", expr("LineItem.TotalValue")) \
.drop("LineItem")

invoice_writer_query = explode_df.writeStream \
invoice_writer_query = flattened_df.writeStream \
.format("json") \
.queryName("Flattened Invoice Writer") \
.outputMode("append") \
Expand Down

0 comments on commit 38caff6

Please sign in to comment.