Vuk Ercegovac created IMPALA-7413:
-------------------------------------
Summary: test_incompatible_avro_partition_in_non_avro_table breaks
in local mode
Key: IMPALA-7413
URL: https://issues.apache.org/jira/browse/IMPALA-7413
Project: IMPALA
Issue Type: Bug
Components: Frontend
Affects Versions: Impala 3.1.0
Reporter: Vuk Ercegovac
New support for avro tables breaks when run in local mode:
{noformat}
metadata/test_partition_metadata.py:150: in
test_incompatible_avro_partition_in_non_avro_table
test_file_vars={'$MAIN_TABLE_FORMAT': main_table_format})
common/impala_test_suite.py:424: in run_test_case
assert False, "Expected exception: %s" % expected_str
E AssertionError: Expected exception: Unresolvable types for column
'tinyint_col': declared column type: TINYINT, table's Avro schema type:
int{noformat}
Here's the change: [https://gerrit.cloudera.org/#/c/10970/]
If the fix takes the same amount of time as a revert, lets fix it. Otherwise,
lets revert it.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)