Riza Suminto created IMPALA-13636:
-------------------------------------
Summary: TestTpcdsInsert ignores file_format from test vector
Key: IMPALA-13636
URL: https://issues.apache.org/jira/browse/IMPALA-13636
Project: IMPALA
Issue Type: Improvement
Components: Test
Affects Versions: Impala 4.4.0
Reporter: Riza Suminto
TestTpcdsInsert creates a temporary table to test insert functionality. It has
three problems:
# It does not use unique_database parameter, so the temporary table is not
cleaned up after test finished.
# It ignores file_format from test vector, causing inconsistency in the
temporary table's file format.
[str_insert|https://github.com/apache/impala/blob/14b959d7bf7104d0172ce41df909fc0835067644/testdata/workloads/tpcds-insert/queries/expr-insert.test#L6]
is always in PARQUET format, while
[store_sales_insert|https://github.com/apache/impala/blob/14b959d7bf7104d0172ce41df909fc0835067644/testdata/workloads/tpcds-insert/queries/partitioned-insert.test#L6]
is always in TEXTFILE format.
# Insert in TEXTFILE format is never exercised, even in exhaustive exploration.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)