[
https://issues.apache.org/jira/browse/HIVE-27384?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17727058#comment-17727058
]
Aman Raj commented on HIVE-27384:
---------------------------------
The error in the test is as follows :
h4. Error
Client execution failed with error code = 3 running "
INSERT OVERWRITE TABLE avro_dec SELECT name, value FROM `dec`"
fname=avro_decimal_native.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.
h4. Stacktrace
java.lang.AssertionError:
Client execution failed with error code = 3 running "
INSERT OVERWRITE TABLE avro_dec SELECT name, value FROM `dec`"
fname=avro_decimal_native.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.TestSparkCliDriver.testCliDriver(TestSparkCliDriver.java:63)
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)
at
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
at
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
at
org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at
org.apache.hadoop.hive.cli.control.CliAdapter$2$1.evaluate(CliAdapter.java:92)
at org.junit.rules.RunRules.evaluate(RunRules.java:20)
> Fix avro_decimal_native.q test
> ------------------------------
>
> Key: HIVE-27384
> URL: https://issues.apache.org/jira/browse/HIVE-27384
> Project: Hive
> Issue Type: Sub-task
> Reporter: Aman Raj
> Assignee: Diksha
> Priority: Major
> Labels: pull-request-available
>
> Backport of HIVE-24324: Remove deprecated API usage from Avro
--
This message was sent by Atlassian Jira
(v8.20.10#820010)