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 2023/02/08 10:43:00 UTC

[jira] [Resolved] (HIVE-27025) Test fix for sharedwork.q

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

Stamatis Zampetakis resolved HIVE-27025.
----------------------------------------
    Fix Version/s: 3.2.0
       Resolution: Fixed

Fixed in https://github.com/apache/hive/commit/9eff787550d6cd9dd2ad0cd6503d46c4d776d32d. Thanks for the PR [~amanraj2520]!

> Test fix for sharedwork.q
> -------------------------
>
>                 Key: HIVE-27025
>                 URL: https://issues.apache.org/jira/browse/HIVE-27025
>             Project: Hive
>          Issue Type: Sub-task
>            Reporter: Aman Raj
>            Assignee: Aman Raj
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 3.2.0
>
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> sharedwork.q fails with the following error because of differences :
> {code:java}
> java.lang.AssertionError: Client Execution succeeded but contained differences (error code = 1) after executing sharedwork.q 126c126<                     predicate: ((col_20) IN ('part1', 'part2', 'part3') and CAST( col_3 AS DATE) BETWEEN DATE'2018-07-01' AND DATE'2019-01-23') (type: boolean)--->                     predicate: ((col_20) IN ('part1', 'part2', 'part3') and (col_7 is not null or col_7 is null) and CAST( col_3 AS DATE) BETWEEN DATE'2018-07-01' AND DATE'2019-01-23') (type: boolean) {code}



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