pvary commented on a change in pull request #1495:
URL: https://github.com/apache/iceberg/pull/1495#discussion_r501911231



##########
File path: 
hive-metastore/src/test/java/org/apache/iceberg/hive/HiveCreateReplaceTableTest.java
##########
@@ -104,8 +105,8 @@ public void testCreateTableTxnTableCreatedConcurrently() {
 
     AssertHelpers.assertThrows(
         "Create table txn should fail",
-        AlreadyExistsException.class,
-        "Table already exists: hivedb.tbl",
+        CommitFailedException.class,
+        "is not same as the current table metadata",

Review comment:
       Reverted to the original behavior based on your suggestion.
   Had to refactor stuff to reduce complexity




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