deniskuzZ commented on code in PR #6148:
URL: https://github.com/apache/hive/pull/6148#discussion_r2465815492


##########
itests/hive-unit/src/test/java/org/apache/hadoop/hive/metastore/TestDisallowColChangesExceptionList.java:
##########
@@ -109,6 +111,7 @@ public void testDisallowColChangesExceptionList() {
         stmt.execute("alter table testText change column c2 c2 smallint");
         fail("Exception not thrown");
       } catch (Exception e1) {
+        LOG.error("message: {}", e1.getMessage(), e1);

Review Comment:
   is that useful in a test?



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

Reply via email to