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: [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]