Gabor Kaszab created IMPALA-10802:
-------------------------------------
Summary: test_show_create_table and test_catalogs fails with
Iceberg syntax error
Key: IMPALA-10802
URL: https://issues.apache.org/jira/browse/IMPALA-10802
Project: IMPALA
Issue Type: New Feature
Components: Frontend
Reporter: Gabor Kaszab
The mentioned 2 tests gave the same error msg:
{code:java}
ImpalaBeeswaxException: ImpalaBeeswaxException: E INNER EXCEPTION: <class
'beeswaxd.ttypes.BeeswaxException'> E MESSAGE: ParseException: Syntax error
in line 2: E PARTITION BY SPEC (i bucket 3) E ^ E
Encountered: SPEC E Expected: HASH, RANGE E E CAUSED BY: Exception:
Syntax error
{code}
I suspect that the following commit caused the failures:
https://issues.apache.org/jira/browse/IMPALA-10732
https://gerrit.cloudera.org/#/c/17575/
--
This message was sent by Atlassian Jira
(v8.3.4#803005)