Lucas Zago
05/08/2023, 3:03 PMmergeSchema
and overwriteSchema
? When to use one instead other?Gerhard Brueckl
05/08/2023, 3:08 PMStringType()
to IntegerType()
if you still need to do this, you need to overwrite schema and rewrite your dateLucas Zago
05/08/2023, 3:23 PMoverwriteSchema
, I was adding some columns to original table, change to mergeSchema
it worksGerhard Brueckl
05/08/2023, 3:31 PM.mode("overwrite")
?Lucas Zago
05/08/2023, 3:34 PM.mode("append")
, i changed also in .mode("overwrite")
inside a if statementGerhard Brueckl
05/08/2023, 8:30 PMif
?
You either execute as append or as overwrite