rdblue opened a new pull request #1156: URL: https://github.com/apache/iceberg/pull/1156
This adds tests for `CREATE TABLE` and `ALTER TABLE`. The tests primarily focus on the way that query info is passed to Iceberg. This is not intended to be exhaustive for either ways to express changes as SQL or for what Iceberg supports. For example, this only tests updating an int column to long to validate that `TableChange.UpdateColumnType` is handled. This PR includes #1149 because it adds the base test classes. Once that has been merged, I'll rebase this to remove that commit. ---------------------------------------------------------------- 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]
