mbaurin commented on PR #8240: URL: https://github.com/apache/gravitino/pull/8240#issuecomment-3214268777
> @mbaurin Thank you for your help. I have a question? In which version does Doris support the keyword `AUTO`? Currently, Doris catalog is based on version `1.2.x`, I remembered that there is no `AUTO` there, please correct me if I'm wrong. Thanks for raising this! I did some research and found that BUCKETS AUTO was actually introduced in Apache Doris 1.2.2, not earlier 1.2.x versions. From the Doris 1.2.2 release notes and documentation: - Feature was added as "Auto Bucket" in 1.2.2 - The 1.2-lts branch has regression tests for BUCKETS AUTO dating from April 2023 - It's not available in 1.2.0/1.2.1 What specific Doris version is Gravitino's catalog currently targeting? If we're supporting 1.2.2+, then this fix is valid. If we're still on 1.2.0/1.2.1, we might need to either: 1. Keep the fix - if we want forward compatibility with 1.2.2+ 2. Add version validation - reject BUCKETS AUTO syntax for older versions 3. Update our target Doris version - if it's time to move to 1.2.2+ The existing codebase already had partial support for this (the HASH variant was working), so it seems like there was already some expectation of BUCKETS AUTO support. What's your preference on how to handle this version compatibility ? Happy to adjust the approach accordingly ! -- 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]
