nastra commented on code in PR #12418: URL: https://github.com/apache/iceberg/pull/12418#discussion_r2015917215
########## spark/v3.4/spark-extensions/src/test/java/org/apache/iceberg/spark/extensions/TestCreateChangelogViewProcedure.java: ########## @@ -62,6 +65,11 @@ private void createTableWithIdentifierField() { sql("ALTER TABLE %s SET IDENTIFIER FIELDS id", tableName); } + public void createTableWithTwoNonStandardColumns() { Review Comment: I would just in-line this into the test itself, because there's no other test using this -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org