GGraziadei commented on PR #17893: URL: https://github.com/apache/iceberg/pull/17893#issuecomment-5468501997
Please consider https://github.com/GGraziadei/iceberg/pull/1 as the natural follow-up once this PR is merged. The idea is to extend the grammar to natively support transformations, improving the quality of Z-order and Hilbert clustering. E.g. ``` CALL catalog.system.rewrite_data_files( table => 'db.sample', strategy => 'sort', sort_order => 'zorder(truncate(4, c2), days(c3))'); ``` -- 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]
