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: [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]