You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Stamatis Zampetakis (Jira)" <ji...@apache.org> on 2022/10/21 07:32:01 UTC

[jira] [Updated] (HIVE-3989) TestCase TestMTQueries fails with Non-Sun Java

     [ https://issues.apache.org/jira/browse/HIVE-3989?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stamatis Zampetakis updated HIVE-3989:
--------------------------------------
    Fix Version/s:     (was: 0.10.0)

I cleared the fixVersion field since this ticket is not resolved. Please review this ticket and if the fix is already committed to a specific version please set the version accordingly and mark the ticket as RESOLVED.

According to the JIRA guidelines (https://cwiki.apache.org/confluence/display/Hive/HowToContribute) the fixVersion should be set only when the issue is resolved/closed.

> TestCase TestMTQueries fails with Non-Sun Java
> ----------------------------------------------
>
>                 Key: HIVE-3989
>                 URL: https://issues.apache.org/jira/browse/HIVE-3989
>             Project: Hive
>          Issue Type: Bug
>          Components: Query Processor
>    Affects Versions: 0.9.0, 0.10.0
>         Environment: IBM Java 6 x86 64
>            Reporter: Renata Ghisloti Duarte de Souza
>            Priority: Minor
>         Attachments: HIVE-3989.patch
>
>
> The testcase fails with IBM java 6, due to a Hashmap problem.
> Following the error:
>     [junit] diff -a /home/renata/stg-hadoop/hive-0.10/release-0.10.0/build/ql/test/logs/clientpositive/join2.q.out /home/renata/stg-hadoop/hive-0.10/release-0.10.0/ql/src/test/results/clientpositive/join2.q.out
>     [junit] 109c109
>     [junit] <             0 {VALUE._col0}
>     [junit] ---
>     [junit] >             0 {VALUE._col4}
>     [junit] 112c112
>     [junit] <           outputColumnNames: _col0, _col9
>     [junit] ---
>     [junit] >           outputColumnNames: _col4, _col9
>     [junit] 115c115
>     [junit] <                   expr: _col0
>     [junit] ---
>     [junit] >                   expr: _col4
>     [junit] Test join2.q results check failed with error code 1



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