Quanlong Huang created IMPALA-14441: ---------------------------------------
Summary: Tests failed by ImportError on missing APIs in Apache Hive 3 Key: IMPALA-14441 URL: https://issues.apache.org/jira/browse/IMPALA-14441 Project: IMPALA Issue Type: Bug Components: Infrastructure Reporter: Quanlong Huang Assignee: Quanlong Huang When build on Apache Hive 3, there are some test failures due to ImportError on missing APIs, e.g. TruncateTableRequest is missing in Apache Hive 3: {noformat} custom_cluster/test_events_custom_configs.py:34: in <module> from tests.util.acid_txn import AcidTxn util/acid_txn.py:23: in <module> from impala_thrift_gen.hive_metastore.ttypes import ( E ImportError: cannot import name 'TruncateTableRequest' from 'impala_thrift_gen.hive_metastore.ttypes' (/home/ubuntu/Impala/shell/impala_thrift_gen/hive_metastore/ttypes.py){noformat} Another example is on FindNextCompactRequest {noformat} custom_cluster/test_metastore_service.py:23: in <module> from impala_thrift_gen.hive_metastore.ttypes import ( E ImportError: cannot import name 'FindNextCompactRequest' from 'impala_thrift_gen.hive_metastore.ttypes' (/home/ubuntu/Impala/shell/impala_thrift_gen/hive_metastore/ttypes.py){noformat} Here are the failed tests: {noformat} custom_cluster.test_event_processing_error custom_cluster.test_events_custom_configs custom_cluster.test_metastore_service query_test.test_acid query_test.test_acid_row_validation{noformat} -- This message was sent by Atlassian Jira (v8.20.10#820010)