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

Commit

Permalink
Add missed continuation (#57)
Browse files Browse the repository at this point in the history
Thanks for your patience @BlueHorn07 - we've fixed the background checks now.
  • Loading branch information
BlueHorn07 authored Oct 23, 2023
1 parent a802f23 commit 1d24e69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/latest/delta-batch.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -1172,7 +1172,7 @@ spark.read.table(...) \
.withColumn("birthDate", col("birthDate").cast("date")) \
.write \
.format("delta") \
.mode("overwrite")
.mode("overwrite") \
.option("overwriteSchema", "true") \
.saveAsTable(...)
```
Expand Down

0 comments on commit 1d24e69

Please sign in to comment.