[
https://issues.apache.org/jira/browse/HIVE-27025?focusedWorklogId=843701&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-843701
]
ASF GitHub Bot logged work on HIVE-27025:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 06/Feb/23 05:59
Start Date: 06/Feb/23 05:59
Worklog Time Spent: 10m
Work Description: amanraj2520 commented on PR #4017:
URL: https://github.com/apache/hive/pull/4017#issuecomment-1418557966
@zabetak @abstractdog Can you please review this test fix.
Issue Time Tracking
-------------------
Worklog Id: (was: 843701)
Time Spent: 20m (was: 10m)
> 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
> Time Spent: 20m
> 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)