badalprasadsingh opened a new pull request, #1563: URL: https://github.com/apache/iceberg-go/pull/1563
## Description Fixes #1562, column ordering in `schemasToGlueColumns`. This aligns with [Iceberg-Java's](https://github.com/apache/iceberg/blob/60975ecd8d9352cfe62448dd59915b7d7bd57011/aws/src/main/java/org/apache/iceberg/aws/glue/IcebergToGlueConverter.java#L346-L366) behavior : emit current-schema columns in logical order first, then append historical columns, with **no sorting.** Added a test for it. Don't think this should affect backward compatibility. -- 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]
