Commit 8a0a67a
committed
Honor SkipIcebergDDLProcessing in PostProcessRenameWritablePgLakeTable
ProcessAlterTable already short-circuits when SkipIcebergDDLProcessing
is set, but rename goes through a different post-process path. Without
this guard, the external-write sync's RENAME COLUMN would trigger a
duplicate metadata write on top of the externally-supplied metadata.1 parent 9726fc6 commit 8a0a67a
1 file changed
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
692 | 692 | | |
693 | 693 | | |
694 | 694 | | |
| 695 | + | |
| 696 | + | |
| 697 | + | |
| 698 | + | |
| 699 | + | |
| 700 | + | |
| 701 | + | |
| 702 | + | |
695 | 703 | | |
696 | 704 | | |
697 | 705 | | |
| |||
0 commit comments