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

ASF subversion and git services commented on IMPALA-8369:
---------------------------------------------------------

Commit 9dd8d8241a6f3b20d4625560416498dc02498945 in impala's branch 
refs/heads/master from Csaba Ringhofer
[ https://gitbox.apache.org/repos/asf?p=impala.git;h=9dd8d82 ]

IMPALA-8369: Fixing some core tests in Hive environment

Fixes:
impala_test_suite.py:
  DROP PARTITIONS in the SETUP section of test files did
  not work with Hive 3, because 'max_parts' argument of
  hive_client.get_partition_names() was 0, while it should
  be -1 to return all partitions. The issue broke sevaral
  'insert' tests.
  Hive 2 used to return all partitions with argument 0 too
  but Hive 3 changed this to be more consistent, see HIVE-18567.
load_nested.py:
  query/test_mt_dop.py:test_parquet_filtering amd several planner
  tests were broken because Hive 3 generates different number of
  files for tpch_nested_parquet.customer than Hive 2. The fix is to
  split the loading of this table to two inserts on Hive 3 in order
  to produce an extra file.

Change-Id: I45d9b9312c6c77f436ab020ae68c15f3c7c737de
Reviewed-on: http://gerrit.cloudera.org:8080/13283
Tested-by: Impala Public Jenkins <[email protected]>
Reviewed-by: Vihang Karajgaonkar <[email protected]>


> Impala should be able to interoperate with Hive 3.1.0
> -----------------------------------------------------
>
>                 Key: IMPALA-8369
>                 URL: https://issues.apache.org/jira/browse/IMPALA-8369
>             Project: IMPALA
>          Issue Type: Improvement
>            Reporter: Vihang Karajgaonkar
>            Assignee: Vihang Karajgaonkar
>            Priority: Major
>              Labels: impala-acid
>
> Currently, Impala only works with Hive 2.1.1. Since Hive 3.1.0 has been 
> released for a while it would be good to add support for Hive 3.1.0 (HMS 
> 3.1.0). This patch will focus on ability to connect to HMS 3.1.0 and run 
> existing tests. It will not focus on adding support for newer features like 
> ACID in Hive 3.1.0 which can be taken up as separate JIRA.
> It would be good to make changes to Impala source code such that it can work 
> with both Hive 2.1.0 and Hive 3.1.0 without the need to create a separate 
> branch. However, this should be a aspirational goal. If we hit a blocker we 
> should investigate alternative approaches.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to