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

Commit

Permalink
Merge branch 'main' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
dennyglee authored Oct 23, 2023
2 parents 1030185 + 1d24e69 commit c678910
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 c678910

Please sign in to comment.