jay
05/06/2024, 11:02 PMmonths(dt)
partitioning
2. Old file is written with months(dt)
partitioning
3. The table is changed to days(dt)
partitioning, but the old files are left untouched
4. New files are now written with days(dt)
partitioning
When Daft reads the data, we currently error out because we try to find the days(dt)
key on old files.
Any thoughts on what the correct way of dealing with this should be?jay
05/06/2024, 11:17 PM