rdblue opened a new pull request, #5185: URL: https://github.com/apache/iceberg/pull/5185
This updates the `RewriteDataFilesProcedure` to directly call the parser to parse sort orders, instead of creating an ALTER TABLE statement and extracting the sort order. This also makes a few updates to allow creating a `Term` from a zorder expression when parsed by Spark, so that the parser can pass back a zorder sort order representation (using `RawSortField` because `SortOrder` cannot contain a Zorder expression). -- 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]
