Forum Discussion

VijayP's avatar
VijayP
Community Champion
1 year ago

Py4JJavaError

Hi Folks ! Need Help! In pyspark note book while attempting to merge the csv data to table with below code: df.write.option("mergeSchema", "true").format("delta").mode("append").saveAsTable(tab...