Gabriel39 commented on PR #68393: URL: https://github.com/apache/doris/pull/68393#issuecomment-5815776482
Moving the fix upstream to Apache Iceberg: https://github.com/apache/iceberg/pull/18243, targeting `main`. The exact duplicate-name failure originates in Iceberg's union partition schema construction. The upstream PR documents the report from Doris 4.1.4-rc04 (854496685d, Iceberg 1.11.0), the precise triggering conditions, a minimal reproduction, and regression tests for metadata schemas, partition values, and filter binding. Local Iceberg core validation passed with 9,048 tests, no failures, and 550 skipped tests. Closing this PR in favor of reviewing the shared SDK fix upstream, rather than maintaining a Doris copy of `Partitioning`. The upstream proposal disambiguates all exact-name conflicts by field ID and does not introduce Doris-specific case folding. The upstream PR is open for review and has not been merged or released. Closing this downstream PR does not mean affected Doris versions are fixed; Doris will still need an appropriate upstream upgrade or backport after acceptance. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
