TheR1sing3un commented on PR #370: URL: https://github.com/apache/paimon-rust/pull/370#issuecomment-4697379506
Thanks — confirmed. The rename path here only ports case 1 of Java's applyRenameColumnsToOptions (primary_keys / bucket-key / sequence.field); it doesn't rewrite the field-scoped fields.<col>.* keys (Java case 2: aggregate-function / ignore-retract / distinct / list-agg-delimiter, and case 3: sequence-group / nested-key). Worth noting this is already latent for partial-update tables on main, not only when composing with https://github.com/apache/paimon-rust/pull/340. To keep this PR scoped to the alter-table feature as reviewed, I'll track the field-scoped option rewriting as a follow-up: https://github.com/apache/paimon-rust/issues/383. @JingsongLi -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
