Skip to content

Commit b54f35d

Browse files
Update write stream
1 parent e29f9e0 commit b54f35d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

stream_processing/delta-to-minio.py

-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@ def create_final_dataframe(df, spark_session):
120120
payload_after_schema = StructType([
121121
StructField("id", StringType(), True),
122122
StructField("name", StringType(), True),
123-
StructField("description", StringType(), True),
124123
StructField("original_price", StringType(), True),
125124
StructField("price", StringType(), True),
126125
StructField("fulfillment_type", StringType(), True),

0 commit comments

Comments
 (0)