You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2023/04/06 09:00:02 UTC

[jira] [Work logged] (HIVE-27008) Fix multi_in_clause.q and current_date_timestamp tests in branch-3

     [ https://issues.apache.org/jira/browse/HIVE-27008?focusedWorklogId=855224&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-855224 ]

ASF GitHub Bot logged work on HIVE-27008:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 06/Apr/23 09:00
            Start Date: 06/Apr/23 09:00
    Worklog Time Spent: 10m 
      Work Description: amanraj2520 closed pull request #4004: HIVE-27008: Partial cherry-pick of HIVE-20718 Add perf cli driver with constraints
URL: https://github.com/apache/hive/pull/4004




Issue Time Tracking
-------------------

    Worklog Id:     (was: 855224)
    Time Spent: 0.5h  (was: 20m)

> Fix multi_in_clause.q and current_date_timestamp tests in branch-3
> ------------------------------------------------------------------
>
>                 Key: HIVE-27008
>                 URL: https://issues.apache.org/jira/browse/HIVE-27008
>             Project: Hive
>          Issue Type: Sub-task
>            Reporter: Aman Raj
>            Assignee: Aman Raj
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> These tests are failing for branch-3 with the following exceptions :
> Client execution failed with error code = 40000 running "
> explain cbo
> select * from very_simple_table_for_in_test where name IN('g','r') AND name IN('a','b') " fname=multi_in_clause.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.
> {code:java}
> 2023-03-16 04:06:17 Completed running task attempt: attempt_1678964507586_0001_175_01_000000_02023-03-16 04:06:17 Completed Dag: dag_1678964507586_0001_175TRACE StatusLogger Log4jLoggerFactory.getContext() found anchor class org.apache.hadoop.hive.ql.exec.OperatorTRACE StatusLogger Log4jLoggerFactory.getContext() found anchor class org.apache.hadoop.hive.ql.stats.fs.FSStatsPublisherTRACE StatusLogger Log4jLoggerFactory.getContext() found anchor class org.apache.hadoop.hive.ql.stats.fs.FSStatsAggregatorNoViableAltException(24@[])	at org.apache.hadoop.hive.ql.parse.HiveParser.explainStatement(HiveParser.java:1512)	at org.apache.hadoop.hive.ql.parse.HiveParser.statement(HiveParser.java:1407)	at org.apache.hadoop.hive.ql.parse.ParseDriver.parse(ParseDriver.java:230)	at org.apache.hadoop.hive.ql.parse.ParseUtils.parse(ParseUtils.java:79)	at org.apache.hadoop.hive.ql.parse.ParseUtils.parse(ParseUtils.java:72)	at org.apache.hadoop.hive.ql.Driver.compile(Driver.java:617)	at org.apache.hadoop.hive.ql.Driver.compileInternal(Driver.java:1854)	at org.apache.hadoop.hive.ql.Driver.compileAndRespond(Driver.java:1801)	at org.apache.hadoop.hive.ql.Driver.compileAndRespond(Driver.java:1796)	at org.apache.hadoop.hive.ql.reexec.ReExecDriver.compileAndRespond(ReExecDriver.java:126)	at org.apache.hadoop.hive.ql.reexec.ReExecDriver.run(ReExecDriver.java:214)	at org.apache.hadoop.hive.cli.CliDriver.processLocalCmd(CliDriver.java:239)	at org.apache.hadoop.hive.cli.CliDriver.processCmd(CliDriver.java:188)	at org.apache.hadoop.hive.cli.CliDriver.processLine(CliDriver.java:402)	at org.apache.hadoop.hive.cli.CliDriver.processLine(CliDriver.java:335)	at org.apache.hadoop.hive.ql.QTestUtil.executeClientInternal(QTestUtil.java:1474)	at org.apache.hadoop.hive.ql.QTestUtil.executeClient(QTestUtil.java:1448)	at org.apache.hadoop.hive.cli.control.CoreCliDriver.runTest(CoreCliDriver.java:177)	at org.apache.hadoop.hive.cli.control.CliAdapter.runTest(CliAdapter.java:104)	at org.apache.hadoop.hive.cli.split12.TestMiniLlapLocalCliDriver.testCliDriver(TestMiniLlapLocalCliDriver.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)	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) {code}



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