zhangbutao commented on code in PR #4616:
URL: https://github.com/apache/hive/pull/4616#discussion_r1396760926
##########
standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/client/TestTablesCreateDropAlterTruncate.java:
##########
@@ -262,10 +262,6 @@ public void testCreateGetDeleteTable() throws Exception {
createdTable.unsetId();
Assert.assertEquals("create/get table data", table, createdTable);
- // Check that the directory is created
- Assert.assertTrue("The directory should not be created",
Review Comment:
Agreed. The root cause is this test used a wrong type `view` and then wrote
a wrong assert.
--
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]