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

Laszlo Bodor updated HIVE-20959:
--------------------------------
    Description: 
{code:java}
Client Execution succeeded but contained differences (error code = 1) after 
executing cbo_rp_limit.q 
11c11
< 1 4 2 
--- 
> 1 4 2
{code}

After copying to jira, cannot found difference, but copying from original junit 
xml, there is a whitespace difference in the lines (show by hex values), 
between 1 (x31) and 4 (x34). See  [^diff] . Original golden file contains 
horizontal tab.
(x09 is horizontal tab, x20 is space)

{code}
20 31 *20* 34 09 32
20 31 *09* 34 09 32
{code}

  was:
{code:java}
Client Execution succeeded but contained differences (error code = 1) after 
executing cbo_rp_limit.q 
11c11
< 1 4 2 
--- 
> 1 4 2
{code}

After copying to jira, cannot found difference, but copying from original junit 
xml, there is a whitespace difference in the lines (show by hex values), 
between 1 (x31) and 4 (x34). See  [^diff] .
(x09 is horizontal tab, x20 is space)

{code}
20 31 *20* 34 09 32
20 31 *09* 34 09 32
{code}


> TestMiniLlapLocalCliDriver.testCliDriver[cbo_rp_limit] is flaky
> ---------------------------------------------------------------
>
>                 Key: HIVE-20959
>                 URL: https://issues.apache.org/jira/browse/HIVE-20959
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Laszlo Bodor
>            Priority: Major
>         Attachments: 
> 171-TestMiniLlapLocalCliDriver-dynamic_semijoin_reduction.q-materialized_view_create_rewrite_3.q-vectorization_pushdown.q-and-27-more.txt,
>  
> TEST-171-TestMiniLlapLocalCliDriver-dynamic_semijoin_reduction.q-materialized_view_create_rewrite_3.q-vectorization_pushdown.q-and-27-more-TEST-org.apache.hadoop.hive.cli.TestMiniLlapLocalCliDriver.xml,
>  diff
>
>
> {code:java}
> Client Execution succeeded but contained differences (error code = 1) after 
> executing cbo_rp_limit.q 
> 11c11
> < 1 4 2 
> --- 
> > 1 4 2
> {code}
> After copying to jira, cannot found difference, but copying from original 
> junit xml, there is a whitespace difference in the lines (show by hex 
> values), between 1 (x31) and 4 (x34). See  [^diff] . Original golden file 
> contains horizontal tab.
> (x09 is horizontal tab, x20 is space)
> {code}
> 20 31 *20* 34 09 32
> 20 31 *09* 34 09 32
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to