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 "Zoltán Borók-Nagy (Jira)" <ji...@apache.org> on 2024/03/27 11:32:00 UTC

[jira] [Assigned] (IMPALA-12942) test_virtual_column_file_position_generic flaky

     [ https://issues.apache.org/jira/browse/IMPALA-12942?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Zoltán Borók-Nagy reassigned IMPALA-12942:
------------------------------------------

    Assignee: Zoltán Borók-Nagy

> test_virtual_column_file_position_generic flaky 
> ------------------------------------------------
>
>                 Key: IMPALA-12942
>                 URL: https://issues.apache.org/jira/browse/IMPALA-12942
>             Project: IMPALA
>          Issue Type: Bug
>            Reporter: Wenzhe Zhou
>            Assignee: Zoltán Borók-Nagy
>            Priority: Major
>
> test_scanners.py::TestScannersVirtualColumns.test_virtual_column_file_position_generic failed multiple times for GOV.
> Error Message
> query_test/test_scanners.py:166: in test_virtual_column_file_position_generic     self.run_test_case('QueryTest/virtual-column-file-position-generic', vector) common/impala_test_suite.py:725: in run_test_case     result = exec_fn(query, user=test_section.get('USER', '').strip() or None) common/impala_test_suite.py:660: in __exec_in_impala     result = self.__execute_query(target_impalad_client, query, user=user) common/impala_test_suite.py:1013: in __execute_query     return impalad_client.execute(query, user=user) common/impala_connection.py:215: in execute     fetch_profile_after_close=fetch_profile_after_close) beeswax/impala_beeswax.py:191: in execute     handle = self.__execute_query(query_string.strip(), user=user) beeswax/impala_beeswax.py:384: in __execute_query     self.wait_for_finished(handle) beeswax/impala_beeswax.py:405: in wait_for_finished     raise ImpalaBeeswaxException("Query aborted:" + error_log, None) E   ImpalaBeeswaxException: ImpalaBeeswaxException: E    Query aborted:Virtual column FILE__POSITION is not supported for RC_FILE files
> Stacktrace
> query_test/test_scanners.py:166: in test_virtual_column_file_position_generic
>     self.run_test_case('QueryTest/virtual-column-file-position-generic', vector)
> common/impala_test_suite.py:725: in run_test_case
>     result = exec_fn(query, user=test_section.get('USER', '').strip() or None)
> common/impala_test_suite.py:660: in __exec_in_impala
>     result = self.__execute_query(target_impalad_client, query, user=user)
> common/impala_test_suite.py:1013: in __execute_query
>     return impalad_client.execute(query, user=user)
> common/impala_connection.py:215: in execute
>     fetch_profile_after_close=fetch_profile_after_close)
> beeswax/impala_beeswax.py:191: in execute
>     handle = self.__execute_query(query_string.strip(), user=user)
> beeswax/impala_beeswax.py:384: in __execute_query
>     self.wait_for_finished(handle)
> beeswax/impala_beeswax.py:405: in wait_for_finished
>     raise ImpalaBeeswaxException("Query aborted:" + error_log, None)
> E   ImpalaBeeswaxException: ImpalaBeeswaxException:
> E    Query aborted:Virtual column FILE__POSITION is not supported for RC_FILE files.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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