You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would like to see this for hive connector as well, either as an ADD COLUMN or ALTER COLUMN option. Here's an example in hive:
ALTER TABLE test_change CHANGE old_name new_name STRING AFTER other_col;
Regarding my scenario, there are times when I want to add a column but place it near an associated column in a table, not at the end, for improved usability. This works well with parquet files and the hive connector - it's a metadata only change, and the existing files work fine with the new table defintion.
ref: https://trinodb.slack.com/archives/CJ6UC075E/p1701887715253719
Iceberg already supports
reorder
Spark has this feature
cc @electrum @vgankidi
The text was updated successfully, but these errors were encountered: