karuppayya commented on a change in pull request #2087:
URL: https://github.com/apache/iceberg/pull/2087#discussion_r558817177
##########
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:
Thanksfor lettting me know!!, I have fixed the indentations.
----------------------------------------------------------------
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]