nielinfei opened a new issue, #4927: URL: https://github.com/apache/iceberg/issues/4927
Now we can set zorder columns when rewrite files.We can also set the order sort like 'ALTER TABLE prod.db.sample WRITE ORDERED BY category, id'. Can we specify the zorder field when creating a table? Then the data is distributed when it is written, like sql use: insert into target_xxx select * from source_xxx, then the data in the target table will distributed by zorder columns. Any suggestion do you have? -- 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]
