Joe McDonnell created IMPALA-9166:
-------------------------------------
Summary: Need to restore HIVE_MAJOR_VERSION=2 limitation for
resource-requirements.test
Key: IMPALA-9166
URL: https://issues.apache.org/jira/browse/IMPALA-9166
Project: IMPALA
Issue Type: Bug
Components: Frontend
Reporter: Joe McDonnell
Assignee: Tim Armstrong
Fix For: Impala 3.4.0
There is a test failure on PlannerTest.testResourceRequirements when running
with USE_CDP_HIVE=true:
{noformat}
Actual does not match expected result:
Max Per-Host Resource Reservation: Memory=8.00MB Threads=2
Per-Host Resource Estimates: Memory=64MB
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
WARNING: The following tables are missing relevant table and/or column
statistics.
tpch_avro.orders
Analyzed query: SELECT * FROM tpch_avro.orders
...
Expected:
Max Per-Host Resource Reservation: Memory=8.00MB Threads=2
Per-Host Resource Estimates: Memory=88MB
WARNING: The following tables are missing relevant table and/or column
statistics.
tpch_avro.orders
Analyzed query: SELECT * FROM tpch_avro.orders{noformat}
It looks like this is due to accidentally removing the HIVE_MAJOR_VERSION=2
restriction:
[https://github.com/apache/impala/commit/ad43c873fa5d823a56ba93315a8e76e7cd6a0685#diff-746e1602318fe47cf5d801924cb7b672L1129-L1131]
--
This message was sent by Atlassian Jira
(v8.3.4#803005)