You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues-all@impala.apache.org by "Anurag Mantripragada (Jira)" <ji...@apache.org> on 2020/01/22 00:26:00 UTC

[jira] [Commented] (IMPALA-9311) test_show_create_table failed with primary key mismatch

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

Anurag Mantripragada commented on IMPALA-9311:
----------------------------------------------

Found in: [https://master-02.jenkins.cloudera.com/job/impala-asf-master-core-s3/557]

 

> test_show_create_table failed with primary key mismatch
> -------------------------------------------------------
>
>                 Key: IMPALA-9311
>                 URL: https://issues.apache.org/jira/browse/IMPALA-9311
>             Project: IMPALA
>          Issue Type: Bug
>            Reporter: Xiaomeng Zhang
>            Assignee: Anurag Mantripragada
>            Priority: Major
>
> {code:java}
> Error Messagemetadata/test_show_create_table.py:62: in test_show_create_table     unique_database) metadata/test_show_create_table.py:110: in __run_show_create_table_test_case     self.__compare_result(expected_result, create_table_result) metadata/test_show_create_table.py:146: in __compare_result     assert expected_sql_filtered == actual_sql_filtered E   assert "CREATE EXTER...parent_table'" == "CREATE EXTERN...parent_table'" E     Skipping 71 identical leading characters in diff, use -v to show E     Skipping 126 identical trailing characters in diff, use -v to show E     - MARY KEY (year, id)) ROW FO E     ?               ---- E     + MARY KEY (id, year)) ROW FO E     ?           ++++Stacktracemetadata/test_show_create_table.py:62: in test_show_create_table
>     unique_database)
> metadata/test_show_create_table.py:110: in __run_show_create_table_test_case
>     self.__compare_result(expected_result, create_table_result)
> metadata/test_show_create_table.py:146: in __compare_result
>     assert expected_sql_filtered == actual_sql_filtered
> E   assert "CREATE EXTER...parent_table'" == "CREATE EXTERN...parent_table'"
> E     Skipping 71 identical leading characters in diff, use -v to show
> E     Skipping 126 identical trailing characters in diff, use -v to show
> E     - MARY KEY (year, id)) ROW FO
> E     ?               ----
> E     + MARY KEY (id, year)) ROW FO
> E     ?           ++++{code}
> I think this is due to commit [https://github.com/apache/impala/commit/cfe60858da110cf1256bd3aa5d4f8d374578a33d]



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

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscribe@impala.apache.org
For additional commands, e-mail: issues-all-help@impala.apache.org