nastra commented on code in PR #12418:
URL: https://github.com/apache/iceberg/pull/12418#discussion_r2015914901


##########
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:
   ```suggestion
     private void createTableWithTwoNonStandardColumns() {
   ```



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

Reply via email to