aokolnychyi commented on a change in pull request #2087:
URL: https://github.com/apache/iceberg/pull/2087#discussion_r558396304



##########
File path: 
spark3/src/test/java/org/apache/iceberg/actions/TestCreateActions.java
##########
@@ -67,6 +76,8 @@
       "PARTITIONED BY (id INT) STORED AS parquet LOCATION '%s'";
   private static final String CREATE_HIVE_PARQUET = "CREATE TABLE %s (data 
STRING) " +
       "PARTITIONED BY (id INT) STORED AS parquet";
+  private static final String CREATE_HIVE_PARQUET_UNPARTITIONED = "CREATE 
EXTERNAL TABLE %s (id INT, data STRING) " +
+          "STORED AS parquet LOCATION '%s'";

Review comment:
       Iceberg uses 2 spaces for regular formatting and 4 spaces for continued 
lines (like above). This line should be 4 instead of 8.




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

Reply via email to