You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues-all@impala.apache.org by "Alice Fan (Jira)" <ji...@apache.org> on 2020/04/06 19:16:00 UTC

[jira] [Created] (IMPALA-9607) Syntax error query_test.test_kudu.TestKuduOperations.test_column_storage_attributes fails on exhaustive tests

Alice Fan created IMPALA-9607:
---------------------------------

             Summary: Syntax error query_test.test_kudu.TestKuduOperations.test_column_storage_attributes fails on exhaustive tests
                 Key: IMPALA-9607
                 URL: https://issues.apache.org/jira/browse/IMPALA-9607
             Project: IMPALA
          Issue Type: Bug
            Reporter: Alice Fan


query_test.test_kudu.TestKuduOperations.test_column_storage_attributes

Error Message
query_test/test_kudu.py:418: in test_column_storage_attributes     cursor.execute(create_query) /data/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env/lib/python2.7/site-packages/impala/hiveserver2.py:329: in execute     configuration=configuration) /data/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env/lib/python2.7/site-packages/impala/hiveserver2.py:375: in execute_async     self._execute_async(op) /data/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env/lib/python2.7/site-packages/impala/hiveserver2.py:394: in _execute_async     operation_fn() /data/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env/lib/python2.7/site-packages/impala/hiveserver2.py:372: in op     run_async=True) /data/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env/lib/python2.7/site-packages/impala/hiveserver2.py:1096: in execute     return self._operation('ExecuteStatement', req) /data/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env/lib/python2.7/site-packages/impala/hiveserver2.py:1026: in _operation     resp = self._rpc(kind, request) /data/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env/lib/python2.7/site-packages/impala/hiveserver2.py:994: in _rpc     err_if_rpc_not_ok(response) /data/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env/lib/python2.7/site-packages/impala/hiveserver2.py:748: in err_if_rpc_not_ok     raise HiveServer2Error(resp.status.errorMessage) E   HiveServer2Error: ParseException: Syntax error in line 1: E   ...l decimal, date_col date, varchar(10)_col varchar(10))... E                                ^ E   Encountered: VARCHAR E   Expected: DEFAULT, FOREIGN, PRIMARY, IDENTIFIER E    E   CAUSED BY: Exception: Syntax error
Stacktrace
query_test/test_kudu.py:418: in test_column_storage_attributes
    cursor.execute(create_query)
/data/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env/lib/python2.7/site-packages/impala/hiveserver2.py:329: in execute
    configuration=configuration)
/data/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env/lib/python2.7/site-packages/impala/hiveserver2.py:375: in execute_async
    self._execute_async(op)
/data/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env/lib/python2.7/site-packages/impala/hiveserver2.py:394: in _execute_async
    operation_fn()
/data/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env/lib/python2.7/site-packages/impala/hiveserver2.py:372: in op
    run_async=True)
/data/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env/lib/python2.7/site-packages/impala/hiveserver2.py:1096: in execute
    return self._operation('ExecuteStatement', req)
/data/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env/lib/python2.7/site-packages/impala/hiveserver2.py:1026: in _operation
    resp = self._rpc(kind, request)
/data/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env/lib/python2.7/site-packages/impala/hiveserver2.py:994: in _rpc
    err_if_rpc_not_ok(response)
/data/jenkins/workspace/impala-asf-master-exhaustive/repos/Impala/infra/python/env/lib/python2.7/site-packages/impala/hiveserver2.py:748: in err_if_rpc_not_ok
    raise HiveServer2Error(resp.status.errorMessage)
E   HiveServer2Error: ParseException: Syntax error in line 1:
E   ...l decimal, date_col date, varchar(10)_col varchar(10))...
E                                ^
E   Encountered: VARCHAR
E   Expected: DEFAULT, FOREIGN, PRIMARY, IDENTIFIER
E   
E   CAUSED BY: Exception: Syntax error

Looks like it is relevant to https://gerrit.cloudera.org/#/c/14197/



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscribe@impala.apache.org
For additional commands, e-mail: issues-all-help@impala.apache.org