Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

Commit 8afaffe

Browse files
committed
add missed continuation
1 parent a802f23 commit 8afaffe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/latest/delta-batch.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1172,7 +1172,7 @@ spark.read.table(...) \
11721172
.withColumn("birthDate", col("birthDate").cast("date")) \
11731173
.write \
11741174
.format("delta") \
1175-
.mode("overwrite")
1175+
.mode("overwrite") \
11761176
.option("overwriteSchema", "true") \
11771177
.saveAsTable(...)
11781178
```

0 commit comments

Comments
 (0)