deniskuzZ commented on code in PR #6259:
URL: https://github.com/apache/hive/pull/6259#discussion_r2719699477
##########
iceberg/iceberg-handler/src/test/java/org/apache/iceberg/mr/hive/TestHiveIcebergStorageHandlerNoScan.java:
##########
@@ -1483,25 +1483,6 @@ public void
testMetaHookWithUndefinedAlterOperationType() throws Exception {
metaHook.commitAlterTable(hmsTable, environmentContext);
}
- @Test
- public void testCommandsWithPartitionClauseThrow() {
Review Comment:
it was validating that `DESCRIBE target PARTITION (last_name='Johnson')` is
not supported - now it is supported. keep the test and replace
assertThatThrownBy to assertDoesNotThrow
--
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]