pvary commented on a change in pull request #2603:
URL: https://github.com/apache/hive/pull/2603#discussion_r697255256



##########
File path: 
iceberg/iceberg-catalog/src/test/java/org/apache/iceberg/hive/HiveCreateReplaceTableTest.java
##########
@@ -155,7 +155,12 @@ public void testReplaceTableTxn() {
     txn.commitTransaction();
 
     Table table = catalog.loadTable(TABLE_IDENTIFIER);
-    Assert.assertEquals("Partition spec should be unpartitioned", 0, 
table.spec().fields().size());
+    PartitionSpec v1Expected = PartitionSpec.builderFor(table.schema())

Review comment:
       Would it be good to have a method "checkunpartitioned" which accepts 
unpartitioned and partitioned with void?




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