You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Aman Raj (Jira)" <ji...@apache.org> on 2023/03/20 03:49:00 UTC

[jira] [Created] (HIVE-27153) Revert "HIVE-20182: Backport HIVE-20067 to branch-3"

Aman Raj created HIVE-27153:
-------------------------------

             Summary: Revert "HIVE-20182: Backport HIVE-20067 to branch-3"
                 Key: HIVE-27153
                 URL: https://issues.apache.org/jira/browse/HIVE-27153
             Project: Hive
          Issue Type: Sub-task
            Reporter: Aman Raj
            Assignee: Aman Raj


The mm_all.q test is failing because of this commit. This commit was not validated before committing.

There is no stack trace for this exception. Link to the exception : [http://ci.hive.apache.org/blue/organizations/jenkins/hive-precommit/detail/PR-4126/2/tests]

 
{code:java}
java.lang.AssertionError: Client execution failed with error code = 1 running "insert into table part_mm_n0 partition(key_mm=455) select key from intermediate_n0" fname=mm_all.q See ./ql/target/tmp/log/hive.log or ./itests/qtest/target/tmp/log/hive.log, or check ./ql/target/surefire-reports or ./itests/qtest/target/surefire-reports/ for specific test cases logs.	at org.junit.Assert.fail(Assert.java:88)	at org.apache.hadoop.hive.ql.QTestUtil.failed(QTestUtil.java:2232)	at org.apache.hadoop.hive.cli.control.CoreCliDriver.runTest(CoreCliDriver.java:180)	at org.apache.hadoop.hive.cli.control.CliAdapter.runTest(CliAdapter.java:104)	at org.apache.hadoop.hive.cli.split1.TestMiniLlapCliDriver.testCliDriver(TestMiniLlapCliDriver.java:62)	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)	at java.lang.reflect.Method.invoke(Method.java:498) {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)