You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "László Bodor (Jira)" <ji...@apache.org> on 2020/04/20 09:44:00 UTC

[jira] [Comment Edited] (HIVE-23245) Ensure result order for partition_date.q partition_timestamp.q queries

    [ https://issues.apache.org/jira/browse/HIVE-23245?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17087546#comment-17087546 ] 

László Bodor edited comment on HIVE-23245 at 4/20/20, 9:43 AM:
---------------------------------------------------------------

could you also please check and include temp_table_multi_insert_partitioned if it's the same issue? it has failed me recently...otherwise +1

https://builds.apache.org/job/PreCommit-HIVE-Build/21772/testReport/org.apache.hadoop.hive.cli/TestMiniLlapLocalCliDriver/testCliDriver_temp_table_multi_insert_partitioned_/

{code}
< 0 456 2
< 10 456 2
< 97 455 2
< 98 455 2
< 100 457 2
< 103 457 2
< 455 97 1
< 455 98 1
< 456 0 1
< 456 10 1
< 457 100 1
< 457 103 1
---
> 0 456 1
> 10 456 1
> 97 455 1
> 98 455 1
> 100 457 1
> 103 457 1
> 455 97 2
> 455 98 2
> 456 0 2
> 456 10 2
> 457 100 2
> 457 103 2
{code}


was (Author: abstractdog):
could you also please check and include temp_table_multi_insert_partitioned if it's the same issue? it has failed me recently...otherwise +1

https://builds.apache.org/job/PreCommit-HIVE-Build/21772/testReport/org.apache.hadoop.hive.cli/TestMiniLlapLocalCliDriver/testCliDriver_temp_table_multi_insert_partitioned_/

> Ensure result order for partition_date.q partition_timestamp.q queries
> ----------------------------------------------------------------------
>
>                 Key: HIVE-23245
>                 URL: https://issues.apache.org/jira/browse/HIVE-23245
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Miklos Gergely
>            Assignee: Miklos Gergely
>            Priority: Major
>         Attachments: HIVE-23245.01.patch
>
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)