Csaba Ringhofer has uploaded this change for review. ( 
http://gerrit.cloudera.org:8080/13283


Change subject: IMPALA-8369: Fixing some core tests in Hive environment
......................................................................

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.
all other changed files:
  query/test_mt_dop.py:test_parquet_filtering was broken
  because Hive 3 generates different number of files for
  tpch_nested_parquet.customer than Hive 2. Tests that
  use this table were moved to a seperate .test file, which
  is not run in Hive 3 builds.

Change-Id: I45d9b9312c6c77f436ab020ae68c15f3c7c737de
---
A 
testdata/workloads/functional-query/queries/QueryTest/parquet-filtering-tpch-nested-customer.test
1 file changed, 126 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/83/13283/1
--
To view, visit http://gerrit.cloudera.org:8080/13283
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I45d9b9312c6c77f436ab020ae68c15f3c7c737de
Gerrit-Change-Number: 13283
Gerrit-PatchSet: 1
Gerrit-Owner: Csaba Ringhofer <csringho...@cloudera.com>

Reply via email to