hi @Artem Sheiko​ as the schema for the column has changed, mode='overwrite' does not work. When I encounter this problem with delta tables I can pass the overwriteSchema=True param to DataFrameWriter.saveAsTable.

It would be great if fs.write_table could take args for mergeSchema & overwriteSchema