shivjha30 commented on code in PR #5000: URL: https://github.com/apache/hive/pull/5000#discussion_r1683756644
########## ql/src/test/org/apache/hadoop/hive/ql/TestTxnLoadData.java: ########## @@ -394,16 +394,16 @@ public void loadDataPartitioned() throws Exception { */ @Test public void testValidations() throws Exception { - runStatementOnDriver("drop table if exists T"); - runStatementOnDriver("drop table if exists Tstage"); Review Comment: The problem at hand pertains to the case sensitivity of the table name, which is currently in uppercase. Despite modifying the directory in the input path to lowercase, the case sensitivity for the table name continues to persist. -- 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: gitbox-unsubscr...@hive.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For additional commands, e-mail: gitbox-h...@hive.apache.org