Jeremy Jordan
02/15/2023, 8:25 PMPlease upgrade your Delta table to reader version 2 and writer version 5
and change the column mapping mode to 'name' mapping. You can use the following command:
ALTER TABLE <table_name> SET TBLPROPERTIES (
'delta.columnMapping.mode' = 'name',
'delta.minReaderVersion' = '2',
'delta.minWriterVersion' = '5')
Scott Sandre (Delta Lake)
02/15/2023, 8:59 PMJeremy Jordan
02/15/2023, 9:00 PMScott Sandre (Delta Lake)
02/15/2023, 9:01 PM