[
https://issues.apache.org/jira/browse/HIVE-27977?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
László Bodor updated HIVE-27977:
--------------------------------
Description:
like:
{code}
Output: '+----------------+
| _c0 |
+----------------+
| Hello Smith! |
| Hello Sachin! |
+----------------+
' should match Hello Sachin!.*Hello Smith!
{code}
I found this flakiness after backporting a related patch to downstream repos
(HIVE-24730)
not sure why it isn't flaky upstream, however, select records without order is
not deterministic by design, so it's worth taking care of this
was:
like:
{code}
Output: '+----------------+
| _c0 |
+----------------+
| Hello Smith! |
| Hello Sachin! |
+----------------+
' should match Hello Sachin!.*Hello Smith!
{code}
> Fix ordering flakiness in TestHplSqlViaBeeLine
> ----------------------------------------------
>
> Key: HIVE-27977
> URL: https://issues.apache.org/jira/browse/HIVE-27977
> Project: Hive
> Issue Type: Improvement
> Reporter: László Bodor
> Assignee: László Bodor
> Priority: Major
>
> like:
> {code}
> Output: '+----------------+
> | _c0 |
> +----------------+
> | Hello Smith! |
> | Hello Sachin! |
> +----------------+
> ' should match Hello Sachin!.*Hello Smith!
> {code}
> I found this flakiness after backporting a related patch to downstream repos
> (HIVE-24730)
> not sure why it isn't flaky upstream, however, select records without order
> is not deterministic by design, so it's worth taking care of this
--
This message was sent by Atlassian Jira
(v8.20.10#820010)