dilipbiswal opened a new pull request #2022: URL: https://github.com/apache/iceberg/pull/2022
- Group and sort the rows based on partition spec and sort order of target table. - If the above is not available, then group and sort rows based on columns from join condition. **Note:** There is proposal from Anton to group and sort rows based on `_file` and `_pos` for unchanged rows and partition spec and sort order for unchanged rows. This can be added in a follow-up. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
