Copyright 2025, Altinity Inc.. All Rights Reserved. All information contained herein is, and remains the property of Altinity Inc.. Any dissemination of this information or reproduction of this material is strictly forbidden unless prior written permission is obtained from Altinity Inc..
Date | Apr 04, 2025 16:50 |
Duration | 1h 1m |
Framework | TestFlows 2.0.250110.1002922 |
Test artifacts can be found at https://altinity-build-artifacts.s3.amazonaws.com/index.html#697/be49e038b8fbf83bb8a525931ba639d034980d8d/regression/aarch64/with_analyzer/zookeeper/without_thread_fuzzer/parquetminio/
project | Altinity/ClickHouse |
project.id | 159717931 |
package | https://s3.amazonaws.com/altinity-build-artifacts/PRs/697/be49e038b8fbf83bb8a525931ba639d034980d8d/package_aarch64/clickhouse-common-static_24.12.2.20271.altinityantalya_arm64.deb |
version | 24.12.2.20271.altinityantalya |
user.name | arthurpassos |
repository | https://github.com/Altinity/clickhouse-regression |
commit.hash | bd31e738c0cedaca253d15a05ed245c41b6e0b6a |
job.name | ParquetS3 |
job.retry | 1 |
job.url | https://github.com/Altinity/ClickHouse/actions/runs/14269104049 |
arch | aarch64 |
local | True |
clickhouse_version | None |
clickhouse_path | https://s3.amazonaws.com/altinity-build-artifacts/PRs/697/be49e038b8fbf83bb8a525931ba639d034980d8d/package_aarch64/clickhouse-common-static_24.12.2.20271.altinityantalya_arm64.deb |
as_binary | False |
base_os | None |
keeper_path | None |
zookeeper_version | None |
use_keeper | False |
stress | False |
collect_service_logs | True |
thread_fuzzer | False |
with_analyzer | True |
reuse_env | False |
storages | ['minio'] |
minio_uri | Secret(name='minio_uri') |
minio_root_user | Secret(name='minio_root_user') |
minio_root_password | Secret(name='minio_root_password') |
aws_s3_bucket | Secret(name='aws_s3_bucket') |
aws_s3_region | Secret(name='aws_s3_region') |
aws_s3_key_id | Secret(name='aws_s3_key_id') |
aws_s3_access_key | Secret(name='aws_s3_access_key') |
gcs_uri | None |
gcs_key_id | None |
gcs_key_secret | None |
azure_account_name | None |
azure_storage_key | None |
azure_container | None |
native_parquet_reader | False |
stress_bloom | False |
Units | Skip | OK | Fail | Error | XFail | |
---|---|---|---|---|---|---|
Modules | ||||||
Suites | ||||||
Features | ||||||
Scenarios | ||||||
Checks | ||||||
Examples | ||||||
Steps |
Test Name | Result | Message |
---|---|---|
/parquet/postgresql/compression type/=NONE /postgresql engine to parquet file to postgresql engine | XFail 35s 742ms This fails because of the difference in snapshot values. We used to capture the datetime value `0` be converted as 2106-02-07 06:28:16 instead of the correct 1970-01-01 01:00:00. But when steps are repeated manually, we can not reproduce it | AssertionError Traceback (most recent call last): File "/usr/lib/python3.12/threading.py", line 1030, in _bootstrap self._bootstrap_inner() File "/usr/lib/python3.12/threading.py", line 1073, in _bootstrap_inner self.run() File "/usr/lib/python3.12/threading.py", line 1010, in run self._target(*self._args, **self._kwargs) File "/usr/lib/python3.12/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/ubuntu/_work/ClickHouse/ClickHouse/parquet/../parquet/tests/common.py", line 827, in execute_query_step execute_query( File "/home/ubuntu/_work/ClickHouse/ClickHouse/parquet/../parquet/tests/common.py", line 897, in execute_query assert that(snapshot_result), error() ^^^^^^^^^^^^^^^^^^^^^ AssertionError: Oops! Assertion failed The following assertion was not satisfied assert that(snapshot_result), error() Assertion values assert that(snapshot_result), error() ^ is = SnapshotError( filename=/home/ubuntu/_work/ClickHouse/ClickHouse/parquet/../parquet/tests/snapshots/common.py.postgresql engine to parquet file to postgresql engine.snapshot name=_parquet_postgresql_compression_type__NONE__postgresql_engine_to_parquet_file_to_postgresql_engine_I_check_the_data_on_the_table_datetime snapshot_value=""" {"datetime":"2106-02-07 06:28:15","toTypeName(datetime)":"DateTime"} {"datetime":"2106-02-07 06:28:16","toTypeName(datetime)":"DateTime"} {"datetime":"1970-01-01 01:00:00","toTypeName(datetime)":"DateTime"} {"datetime":"2006-11-27 02:50:49","toTypeName(datetime)":"DateTime"} {"datetime":"2015-06-29 09:43:07","toTypeName(datetime)":"DateTime"} {"datetime":"2011-09-30 02:34:30","toTypeName(datetime)":"DateTime"} {"datetime":"2019-04-27 02:01:34","toTypeName(datetime)":"DateTime"} {"datetime":"2017-02-11 09:09:25","toTypeName(datetime)":"DateTime"} {"datetime":"2009-06-14 11:12:39","toTypeName(datetime)":"DateTime"} {"datetime":"2020-01-24 15:10:50","toTypeName(datetime)":"DateTime"} """, actual_value=""" {"datetime":"2106-02-07 06:28:15","toTypeName(datetime)":"DateTime"} {"datetime":"1970-01-01 01:00:00","toTypeName(datetime)":"DateTime"} {"datetime":"1970-01-01 01:00:00","toTypeName(datetime)":"DateTime"} {"datetime":"2006-11-27 02:50:49","toTypeName(datetime)":"DateTime"} {"datetime":"2015-06-29 09:43:07","toTypeName(datetime)":"DateTime"} {"datetime":"2011-09-30 02:34:30","toTypeName(datetime)":"DateTime"} {"datetime":"2019-04-27 02:01:34","toTypeName(datetime)":"DateTime"} {"datetime":"2017-02-11 09:09:25","toTypeName(datetime)":"DateTime"} {"datetime":"2009-06-14 11:12:39","toTypeName(datetime)":"DateTime"} {"datetime":"2020-01-24 15:10:50","toTypeName(datetime)":"DateTime"} """, diff=""" --- /home/ubuntu/_work/ClickHouse/ClickHouse/parquet/../parquet/tests/snapshots/common.py.postgresql engine to parquet file to postgresql engine.snapshot +++ @@ -1,6 +1,6 @@ {"datetime":"2106-02-07 06:28:15","toTypeName(datetime)":"DateTime"} -{"datetime":"2106-02-07 06:28:16","toTypeName(datetime)":"DateTime"} +{"datetime":"1970-01-01 01:00:00","toTypeName(datetime)":"DateTime"} {"datetime":"1970-01-01 01:00:00","toTypeName(datetime)":"DateTime"} {"datetime":"2006-11-27 02:50:49","toTypeName(datetime)":"DateTime"} {"datetime":"2015-06-29 09:43:07","toTypeName(datetime)":"DateTime"} """) assert that(snapshot_result), error() ^ is False Where File '/home/ubuntu/_work/ClickHouse/ClickHouse/parquet/../parquet/tests/common.py', line 897 in 'execute_query' 889\| with values() as that: 890\| snapshot_result = snapshot( 891\| "\n" + r.output.strip() + "\n", 892\| id=snapshot_id, 893\| name=snapshot_name, 894\| encoder=str, 895\| mode=snapshot.CHECK, 896\| ) 897\|> assert that(snapshot_result), error() |
/parquet/postgresql/compression type/=GZIP /postgresql engine to parquet file to postgresql engine | XFail 39s 444ms This fails because of the difference in snapshot values. We used to capture the datetime value `0` be converted as 2106-02-07 06:28:16 instead of the correct 1970-01-01 01:00:00. But when steps are repeated manually, we can not reproduce it | AssertionError Traceback (most recent call last): File "/usr/lib/python3.12/threading.py", line 1030, in _bootstrap self._bootstrap_inner() File "/usr/lib/python3.12/threading.py", line 1073, in _bootstrap_inner self.run() File "/usr/lib/python3.12/threading.py", line 1010, in run self._target(*self._args, **self._kwargs) File "/usr/lib/python3.12/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/ubuntu/_work/ClickHouse/ClickHouse/parquet/../parquet/tests/common.py", line 827, in execute_query_step execute_query( File "/home/ubuntu/_work/ClickHouse/ClickHouse/parquet/../parquet/tests/common.py", line 897, in execute_query assert that(snapshot_result), error() ^^^^^^^^^^^^^^^^^^^^^ AssertionError: Oops! Assertion failed The following assertion was not satisfied assert that(snapshot_result), error() Assertion values assert that(snapshot_result), error() ^ is = SnapshotError( filename=/home/ubuntu/_work/ClickHouse/ClickHouse/parquet/../parquet/tests/snapshots/common.py.postgresql engine to parquet file to postgresql engine.snapshot name=_parquet_postgresql_compression_type__GZIP__postgresql_engine_to_parquet_file_to_postgresql_engine_I_check_the_data_on_the_table_datetime snapshot_value=""" {"datetime":"2106-02-07 06:28:15","toTypeName(datetime)":"DateTime"} {"datetime":"2106-02-07 06:28:16","toTypeName(datetime)":"DateTime"} {"datetime":"1970-01-01 01:00:00","toTypeName(datetime)":"DateTime"} {"datetime":"2006-11-27 02:50:49","toTypeName(datetime)":"DateTime"} {"datetime":"2015-06-29 09:43:07","toTypeName(datetime)":"DateTime"} {"datetime":"2011-09-30 02:34:30","toTypeName(datetime)":"DateTime"} {"datetime":"2019-04-27 02:01:34","toTypeName(datetime)":"DateTime"} {"datetime":"2017-02-11 09:09:25","toTypeName(datetime)":"DateTime"} {"datetime":"2009-06-14 11:12:39","toTypeName(datetime)":"DateTime"} {"datetime":"2020-01-24 15:10:50","toTypeName(datetime)":"DateTime"} """, actual_value=""" {"datetime":"2106-02-07 06:28:15","toTypeName(datetime)":"DateTime"} {"datetime":"1970-01-01 01:00:00","toTypeName(datetime)":"DateTime"} {"datetime":"1970-01-01 01:00:00","toTypeName(datetime)":"DateTime"} {"datetime":"2006-11-27 02:50:49","toTypeName(datetime)":"DateTime"} {"datetime":"2015-06-29 09:43:07","toTypeName(datetime)":"DateTime"} {"datetime":"2011-09-30 02:34:30","toTypeName(datetime)":"DateTime"} {"datetime":"2019-04-27 02:01:34","toTypeName(datetime)":"DateTime"} {"datetime":"2017-02-11 09:09:25","toTypeName(datetime)":"DateTime"} {"datetime":"2009-06-14 11:12:39","toTypeName(datetime)":"DateTime"} {"datetime":"2020-01-24 15:10:50","toTypeName(datetime)":"DateTime"} """, diff=""" --- /home/ubuntu/_work/ClickHouse/ClickHouse/parquet/../parquet/tests/snapshots/common.py.postgresql engine to parquet file to postgresql engine.snapshot +++ @@ -1,6 +1,6 @@ {"datetime":"2106-02-07 06:28:15","toTypeName(datetime)":"DateTime"} -{"datetime":"2106-02-07 06:28:16","toTypeName(datetime)":"DateTime"} +{"datetime":"1970-01-01 01:00:00","toTypeName(datetime)":"DateTime"} {"datetime":"1970-01-01 01:00:00","toTypeName(datetime)":"DateTime"} {"datetime":"2006-11-27 02:50:49","toTypeName(datetime)":"DateTime"} {"datetime":"2015-06-29 09:43:07","toTypeName(datetime)":"DateTime"} """) assert that(snapshot_result), error() ^ is False Where File '/home/ubuntu/_work/ClickHouse/ClickHouse/parquet/../parquet/tests/common.py', line 897 in 'execute_query' 889\| with values() as that: 890\| snapshot_result = snapshot( 891\| "\n" + r.output.strip() + "\n", 892\| id=snapshot_id, 893\| name=snapshot_name, 894\| encoder=str, 895\| mode=snapshot.CHECK, 896\| ) 897\|> assert that(snapshot_result), error() |
/parquet/postgresql/compression type/=LZ4 /postgresql engine to parquet file to postgresql engine | XFail 38s 395ms This fails because of the difference in snapshot values. We used to capture the datetime value `0` be converted as 2106-02-07 06:28:16 instead of the correct 1970-01-01 01:00:00. But when steps are repeated manually, we can not reproduce it | AssertionError Traceback (most recent call last): File "/usr/lib/python3.12/threading.py", line 1030, in _bootstrap self._bootstrap_inner() File "/usr/lib/python3.12/threading.py", line 1073, in _bootstrap_inner self.run() File "/usr/lib/python3.12/threading.py", line 1010, in run self._target(*self._args, **self._kwargs) File "/usr/lib/python3.12/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/ubuntu/_work/ClickHouse/ClickHouse/parquet/../parquet/tests/common.py", line 827, in execute_query_step execute_query( File "/home/ubuntu/_work/ClickHouse/ClickHouse/parquet/../parquet/tests/common.py", line 897, in execute_query assert that(snapshot_result), error() ^^^^^^^^^^^^^^^^^^^^^ AssertionError: Oops! Assertion failed The following assertion was not satisfied assert that(snapshot_result), error() Assertion values assert that(snapshot_result), error() ^ is = SnapshotError( filename=/home/ubuntu/_work/ClickHouse/ClickHouse/parquet/../parquet/tests/snapshots/common.py.postgresql engine to parquet file to postgresql engine.snapshot name=_parquet_postgresql_compression_type__LZ4__postgresql_engine_to_parquet_file_to_postgresql_engine_I_check_the_data_on_the_table_datetime snapshot_value=""" {"datetime":"2106-02-07 06:28:15","toTypeName(datetime)":"DateTime"} {"datetime":"2106-02-07 06:28:16","toTypeName(datetime)":"DateTime"} {"datetime":"1970-01-01 01:00:00","toTypeName(datetime)":"DateTime"} {"datetime":"2006-11-27 02:50:49","toTypeName(datetime)":"DateTime"} {"datetime":"2015-06-29 09:43:07","toTypeName(datetime)":"DateTime"} {"datetime":"2011-09-30 02:34:30","toTypeName(datetime)":"DateTime"} {"datetime":"2019-04-27 02:01:34","toTypeName(datetime)":"DateTime"} {"datetime":"2017-02-11 09:09:25","toTypeName(datetime)":"DateTime"} {"datetime":"2009-06-14 11:12:39","toTypeName(datetime)":"DateTime"} {"datetime":"2020-01-24 15:10:50","toTypeName(datetime)":"DateTime"} """, actual_value=""" {"datetime":"2106-02-07 06:28:15","toTypeName(datetime)":"DateTime"} {"datetime":"1970-01-01 01:00:00","toTypeName(datetime)":"DateTime"} {"datetime":"1970-01-01 01:00:00","toTypeName(datetime)":"DateTime"} {"datetime":"2006-11-27 02:50:49","toTypeName(datetime)":"DateTime"} {"datetime":"2015-06-29 09:43:07","toTypeName(datetime)":"DateTime"} {"datetime":"2011-09-30 02:34:30","toTypeName(datetime)":"DateTime"} {"datetime":"2019-04-27 02:01:34","toTypeName(datetime)":"DateTime"} {"datetime":"2017-02-11 09:09:25","toTypeName(datetime)":"DateTime"} {"datetime":"2009-06-14 11:12:39","toTypeName(datetime)":"DateTime"} {"datetime":"2020-01-24 15:10:50","toTypeName(datetime)":"DateTime"} """, diff=""" --- /home/ubuntu/_work/ClickHouse/ClickHouse/parquet/../parquet/tests/snapshots/common.py.postgresql engine to parquet file to postgresql engine.snapshot +++ @@ -1,6 +1,6 @@ {"datetime":"2106-02-07 06:28:15","toTypeName(datetime)":"DateTime"} -{"datetime":"2106-02-07 06:28:16","toTypeName(datetime)":"DateTime"} +{"datetime":"1970-01-01 01:00:00","toTypeName(datetime)":"DateTime"} {"datetime":"1970-01-01 01:00:00","toTypeName(datetime)":"DateTime"} {"datetime":"2006-11-27 02:50:49","toTypeName(datetime)":"DateTime"} {"datetime":"2015-06-29 09:43:07","toTypeName(datetime)":"DateTime"} """) assert that(snapshot_result), error() ^ is False Where File '/home/ubuntu/_work/ClickHouse/ClickHouse/parquet/../parquet/tests/common.py', line 897 in 'execute_query' 889\| with values() as that: 890\| snapshot_result = snapshot( 891\| "\n" + r.output.strip() + "\n", 892\| id=snapshot_id, 893\| name=snapshot_name, 894\| encoder=str, 895\| mode=snapshot.CHECK, 896\| ) 897\|> assert that(snapshot_result), error() |
/parquet/chunked array | XFail 16s 29ms Not supported | AssertionError Traceback (most recent call last): File "/usr/lib/python3.12/threading.py", line 1030, in _bootstrap self._bootstrap_inner() File "/usr/lib/python3.12/threading.py", line 1073, in _bootstrap_inner self.run() File "/usr/lib/python3.12/threading.py", line 1010, in run self._target(*self._args, **self._kwargs) File "/usr/lib/python3.12/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/ubuntu/_work/ClickHouse/ClickHouse/parquet/../parquet/tests/chunked_array.py", line 30, in feature node.query( File "/home/ubuntu/_work/ClickHouse/ClickHouse/parquet/../helpers/cluster.py", line 1188, in query assert False, error(r.output) ^^^^^ AssertionError: Oops! Assertion failed The following assertion was not satisfied assert False, error(r.output) Description Error on processing query: Code: 33. DB::Exception: Error while reading Parquet data: NotImplemented: Nested data conversions not implemented for chunked array outputs: (in file/uri /var/lib/clickhouse/user_files/chunked_array_test_file.parquet): While executing ParquetBlockInputFormat: While executing File: data for INSERT was parsed from file. (CANNOT_READ_ALL_DATA) (version 24.12.2.20271.altinityantalya (altinity build)) (query: INSERT INTO table_c2c88b05_1178_11f0_abf5_96000431ec0d FROM INFILE '/var/lib/clickhouse/user_files/chunked_array_test_file.parquet' FORMAT Parquet ) Assertion values assert False, error(r.output) ^ is False Where File '/home/ubuntu/_work/ClickHouse/ClickHouse/parquet/../helpers/cluster.py', line 1188 in 'query' 1180\| assert message in r.output, error(r.output) 1181\| 1182\| if not ignore_exception: 1183\| if message is None or "Exception:" not in message: 1184\| with Then("check if output has exception") if steps else NullStep(): 1185\| if "Exception:" in r.output: 1186\| if raise_on_exception: 1187\| raise QueryRuntimeException(r.output) 1188\|> assert False, error(r.output) 1189\| 1190\| return r 1191\| |
/parquet/datatypes/float16 | XFail 357ms ClickHouse does not import FLOAT16 properly | AssertionError Traceback (most recent call last): File "/usr/lib/python3.12/threading.py", line 1030, in _bootstrap self._bootstrap_inner() File "/usr/lib/python3.12/threading.py", line 1073, in _bootstrap_inner self.run() File "/usr/lib/python3.12/threading.py", line 1010, in run self._target(*self._args, **self._kwargs) File "/usr/lib/python3.12/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/ubuntu/_work/ClickHouse/ClickHouse/parquet/../parquet/tests/datatypes.py", line 929, in feature scenario() File "/home/ubuntu/_work/ClickHouse/ClickHouse/parquet/../parquet/tests/datatypes.py", line 113, in float16 assert output == expected, error() ^^^^^^^^^^^^^^^^^^ AssertionError: Oops! Assertion failed The following assertion was not satisfied assert output == expected, error() Assertion values assert output == expected, error() ^ is '[-0,0,32,2052,32838,0,0,0,0,0,0]' assert output == expected, error() ^ is '[-2,-1,0,1,2,3,4,5,6,7,8,9]' assert output == expected, error() ^ is = False @@ -1 +1 @@ -[-0,0,32,2052,32838,0,0,0,0,0,0] +[-2,-1,0,1,2,3,4,5,6,7,8,9] assert output == expected, error() ^ is False Where File '/home/ubuntu/_work/ClickHouse/ClickHouse/parquet/../parquet/tests/datatypes.py', line 113 in 'float16' 105\| ORDER BY tuple() AS SELECT floatfield FROM file('{import_file}', Parquet) 106\| """ 107\| ) 108\| 109\| with Then("I read the contents of the created table"): 110\| output = node.query( 111\| f"SELECT groupArray(round(*)) FROM {table_name} FORMAT TSV" 112\| ).output 113\|> assert output == expected, error() 114\| 115\| finally: 116\| with Finally("I drop the table"): |
/parquet/datatypes/large string map | XFail 7s 295ms Will fail until the, https://github.com/apache/arrow/pull/35825, gets merged. | AssertionError Traceback (most recent call last): File "/usr/lib/python3.12/threading.py", line 1030, in _bootstrap self._bootstrap_inner() File "/usr/lib/python3.12/threading.py", line 1073, in _bootstrap_inner self.run() File "/usr/lib/python3.12/threading.py", line 1010, in run self._target(*self._args, **self._kwargs) File "/usr/lib/python3.12/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/ubuntu/_work/ClickHouse/ClickHouse/parquet/../parquet/tests/datatypes.py", line 929, in feature scenario() File "/home/ubuntu/_work/ClickHouse/ClickHouse/parquet/../parquet/tests/datatypes.py", line 801, in large_string_map import_export(snapshot_name="large_string_map_structure", import_file=import_file) File "/home/ubuntu/_work/ClickHouse/ClickHouse/parquet/../parquet/tests/outline.py", line 36, in import_export node.query( File "/home/ubuntu/_work/ClickHouse/ClickHouse/parquet/../helpers/cluster.py", line 1188, in query assert False, error(r.output) ^^^^^ AssertionError: Oops! Assertion failed The following assertion was not satisfied assert False, error(r.output) Description Received exception from server (version 24.12.2): Code: 33. DB::Exception: Received from localhost:9000. DB::Exception: Error while reading Parquet data: NotImplemented: Nested data conversions not implemented for chunked array outputs: (in file/uri /var/lib/clickhouse/user_files/arrow/large_string_map.brotli.parquet): While executing ParquetBlockInputFormat: While executing File. (CANNOT_READ_ALL_DATA) (query: CREATE TABLE table_c2353b8d_1179_11f0_b39a_96000431ec0d ENGINE = MergeTree ORDER BY tuple() AS SELECT * FROM file('arrow/large_string_map.brotli.parquet', Parquet) LIMIT 100 FORMAT TabSeparated ) Assertion values assert False, error(r.output) ^ is False Where File '/home/ubuntu/_work/ClickHouse/ClickHouse/parquet/../helpers/cluster.py', line 1188 in 'query' 1180\| assert message in r.output, error(r.output) 1181\| 1182\| if not ignore_exception: 1183\| if message is None or "Exception:" not in message: 1184\| with Then("check if output has exception") if steps else NullStep(): 1185\| if "Exception:" in r.output: 1186\| if raise_on_exception: 1187\| raise QueryRuntimeException(r.output) 1188\|> assert False, error(r.output) 1189\| 1190\| return r 1191\| |
Test Name | Result | Duration |
---|---|---|
/parquet | OK | 1h 1m |
/parquet/file | OK | 31m 27s |
/parquet/file/engine | OK | 31m 27s |
/parquet/file/function | OK | 16m 22s |
/parquet/file/engine/insert into engine | OK | 20m 1s |
/parquet/file/engine/select from engine | OK | 9m 47s |
/parquet/file/function/insert into function manual cast types | OK | 15m 57s |
/parquet/file/function/insert into function auto cast types | OK | 16m 22s |
/parquet/query | OK | 42m 22s |
/parquet/query/compression type | OK | 42m 22s |
/parquet/file/function/select from function manual cast types | OK | 15m 45s |
/parquet/file/engine/engine to file to engine | OK | 27m 17s |
/parquet/query/compression type/=NONE | OK | 42m 21s |
/parquet/query/compression type/=NONE /insert into memory table from file | OK | 9m 23s |
/parquet/query/compression type/=GZIP | OK | 42m 20s |
/parquet/query/compression type/=GZIP /insert into memory table from file | OK | 9m 26s |
/parquet/file/engine/insert into engine from file | OK | 19m 24s |
/parquet/query/compression type/=LZ4 | OK | 42m 22s |
/parquet/file/engine/engine select output to file | OK | 31m 27s |
/parquet/file/function/select from function auto cast types | OK | 9m 46s |
/parquet/list in multiple chunks | OK | 1m 8s |
/parquet/query/compression type/=LZ4 /insert into memory table from file | OK | 9m 26s |
/parquet/url | OK | 32m 27s |
/parquet/url/engine | OK | 31m 24s |
/parquet/url/function | OK | 30m 41s |
/parquet/url/engine/insert into engine | OK | 20m 11s |
/parquet/url/function/insert into function | OK | 15m 32s |
/parquet/url/function/select from function manual cast types | OK | 30m 41s |
/parquet/url/engine/select from engine | OK | 9m 30s |
/parquet/url/function/select from function auto cast types | OK | 15m 13s |
/parquet/url/engine/engine to file to engine | OK | 26m 59s |
/parquet/url/engine/insert into engine from file | OK | 26m 9s |
/parquet/url/engine/engine select output to file | OK | 31m 24s |
/parquet/mysql | OK | 1m 52s |
/parquet/mysql/compression type | OK | 1m 52s |
/parquet/mysql/compression type/=NONE | OK | 1m 51s |
/parquet/mysql/compression type/=GZIP | OK | 1m 50s |
/parquet/mysql/compression type/=NONE /mysql engine to parquet file to mysql engine | OK | 1m 22s |
/parquet/mysql/compression type/=GZIP /mysql engine to parquet file to mysql engine | OK | 1m 22s |
/parquet/mysql/compression type/=LZ4 | OK | 1m 52s |
/parquet/mysql/compression type/=LZ4 /mysql engine to parquet file to mysql engine | OK | 1m 23s |
/parquet/mysql/compression type/=GZIP /mysql function to parquet file to mysql function | OK | 27s 977ms |
/parquet/mysql/compression type/=NONE /mysql function to parquet file to mysql function | OK | 29s 23ms |
/parquet/mysql/compression type/=LZ4 /mysql function to parquet file to mysql function | OK | 28s 991ms |
/parquet/postgresql | OK | 1m 9s |
/parquet/postgresql/compression type | OK | 1m 9s |
/parquet/postgresql/compression type/=NONE | OK | 1m 6s |
/parquet/postgresql/compression type/=GZIP | OK | 1m 8s |
/parquet/postgresql/compression type/=LZ4 | OK | 1m 9s |
/parquet/postgresql/compression type/=NONE /postgresql engine to parquet file to postgresql engine | XFail | 35s 742ms |
/parquet/postgresql/compression type/=GZIP /postgresql engine to parquet file to postgresql engine | XFail | 39s 444ms |
/parquet/postgresql/compression type/=LZ4 /postgresql engine to parquet file to postgresql engine | XFail | 38s 395ms |
/parquet/postgresql/compression type/=NONE /postgresql function to parquet file to postgresql function | OK | 30s 64ms |
/parquet/postgresql/compression type/=LZ4 /postgresql function to parquet file to postgresql function | OK | 30s 955ms |
/parquet/postgresql/compression type/=GZIP /postgresql function to parquet file to postgresql function | OK | 28s 653ms |
/parquet/remote | OK | 19m 25s |
/parquet/remote/compression type | OK | 19m 25s |
/parquet/remote/compression type/=NONE | OK | 19m 24s |
/parquet/remote/compression type/=GZIP | OK | 19m 24s |
/parquet/remote/compression type/=LZ4 | OK | 19m 25s |
/parquet/remote/compression type/=NONE /outline | OK | 19m 24s |
/parquet/remote/compression type/=GZIP /outline | OK | 19m 24s |
/parquet/remote/compression type/=GZIP /outline/insert into function | OK | 7m 0s |
/parquet/remote/compression type/=LZ4 /outline | OK | 19m 25s |
/parquet/remote/compression type/=NONE /outline/insert into function | OK | 6m 59s |
/parquet/remote/compression type/=LZ4 /outline/insert into function | OK | 7m 3s |
/parquet/query/compression type/=NONE /insert into mergetree table from file | OK | 5m 33s |
/parquet/query/compression type/=GZIP /insert into mergetree table from file | OK | 5m 27s |
/parquet/query/compression type/=LZ4 /insert into mergetree table from file | OK | 5m 37s |
/parquet/remote/compression type/=NONE /outline/select from function | OK | 12m 24s |
/parquet/remote/compression type/=GZIP /outline/select from function | OK | 12m 23s |
/parquet/remote/compression type/=LZ4 /outline/select from function | OK | 12m 21s |
/parquet/query/compression type/=GZIP /insert into replicated mergetree table from file | OK | 4m 2s |
/parquet/query/compression type/=NONE /insert into replicated mergetree table from file | OK | 4m 2s |
/parquet/query/compression type/=LZ4 /insert into replicated mergetree table from file | OK | 3m 56s |
/parquet/query/compression type/=GZIP /insert into distributed table from file | OK | 3m 27s |
/parquet/query/compression type/=NONE /insert into distributed table from file | OK | 3m 27s |
/parquet/query/compression type/=LZ4 /insert into distributed table from file | OK | 3m 26s |
/parquet/query/compression type/=GZIP /select from memory table into file | OK | 5m 29s |
/parquet/query/compression type/=NONE /select from memory table into file | OK | 5m 30s |
/parquet/query/compression type/=LZ4 /select from memory table into file | OK | 5m 27s |
/parquet/chunked array | XFail | 16s 29ms |
/parquet/broken | OK | 484ms |
/parquet/broken/file | Skip | 15ms |
/parquet/broken/read broken bigint | Skip | 24ms |
/parquet/broken/read broken date | Skip | 63ms |
/parquet/broken/read broken int | Skip | 19ms |
/parquet/broken/read broken smallint | Skip | 10ms |
/parquet/broken/read broken timestamp ms | Skip | 18ms |
/parquet/broken/read broken timestamp us | Skip | 23ms |
/parquet/broken/read broken tinyint | Skip | 55ms |
/parquet/broken/read broken ubigint | Skip | 12ms |
/parquet/broken/read broken uint | Skip | 12ms |
/parquet/broken/read broken usmallint | Skip | 19ms |
/parquet/broken/read broken utinyint | Skip | 30ms |
/parquet/broken/string | Skip | 14ms |
/parquet/encoding | OK | 55s 290ms |
/parquet/encoding/deltabytearray1 | OK | 9s 716ms |
/parquet/encoding/deltabytearray2 | OK | 7s 644ms |
/parquet/encoding/deltalengthbytearray | OK | 7s 385ms |
/parquet/encoding/dictionary | OK | 7s 219ms |
/parquet/encoding/plain | OK | 7s 635ms |
/parquet/encoding/plainrlesnappy | OK | 8s 242ms |
/parquet/encoding/rleboolean | OK | 7s 404ms |
/parquet/compression | OK | 2m 36s |
/parquet/compression/arrow snappy | OK | 7s 564ms |
/parquet/compression/brotli | OK | 7s 360ms |
/parquet/compression/gzippages | OK | 14s 979ms |
/parquet/compression/largegzip | OK | 7s 798ms |
/parquet/compression/lz4 hadoop | OK | 7s 168ms |
/parquet/compression/lz4 hadoop large | OK | 7s 353ms |
/parquet/compression/lz4 non hadoop | OK | 7s 451ms |
/parquet/compression/lz4 raw | OK | 7s 374ms |
/parquet/compression/lz4 raw large | OK | 7s 297ms |
/parquet/compression/lz4pages | OK | 15s 350ms |
/parquet/compression/nonepages | OK | 15s 31ms |
/parquet/compression/snappypages | OK | 14s 805ms |
/parquet/compression/snappyplain | OK | 7s 268ms |
/parquet/compression/snappyrle | OK | 7s 678ms |
/parquet/compression/zstd | OK | 7s 627ms |
/parquet/compression/zstdpages | OK | 14s 532ms |
/parquet/datatypes | OK | 6m 56s |
/parquet/datatypes/arrowtimestamp | OK | 7s 73ms |
/parquet/datatypes/arrowtimestampms | OK | 8s 495ms |
/parquet/datatypes/binary | OK | 8s 438ms |
/parquet/datatypes/binary string | OK | 6s 655ms |
/parquet/query/compression type/=GZIP /select from mergetree table into file | OK | 3m 25s |
/parquet/query/compression type/=LZ4 /select from mergetree table into file | OK | 3m 26s |
/parquet/datatypes/blob | OK | 6s 440ms |
/parquet/query/compression type/=NONE /select from mergetree table into file | OK | 3m 24s |
/parquet/datatypes/boolean | OK | 14s 474ms |
/parquet/datatypes/byte array | OK | 8s 437ms |
/parquet/datatypes/columnname | OK | 6s 924ms |
/parquet/datatypes/columnwithnull | OK | 7s 171ms |
/parquet/datatypes/columnwithnull2 | OK | 7s 421ms |
/parquet/datatypes/date | OK | 7s 1ms |
/parquet/datatypes/decimal with filter | OK | 7s 16ms |
/parquet/datatypes/decimalvariousfilters | OK | 7s 59ms |
/parquet/datatypes/decimalwithfilter2 | OK | 6s 729ms |
/parquet/datatypes/enum | OK | 7s 149ms |
/parquet/datatypes/enum2 | OK | 6s 967ms |
/parquet/datatypes/fixed length decimal | OK | 7s 15ms |
/parquet/datatypes/fixed length decimal legacy | OK | 6s 802ms |
/parquet/datatypes/fixedstring | OK | 6s 773ms |
/parquet/datatypes/float16 | XFail | 357ms |
/parquet/datatypes/h2oai | OK | 7s 93ms |
/parquet/datatypes/hive | OK | 13s 320ms |
/parquet/datatypes/int32 | OK | 6s 842ms |
/parquet/datatypes/int32 decimal | OK | 7s 30ms |
/parquet/datatypes/int64 | OK | 6s 882ms |
/parquet/datatypes/int64 decimal | OK | 6s 905ms |
/parquet/datatypes/json | OK | 7s 325ms |
/parquet/datatypes/large string map | XFail | 7s 295ms |
/parquet/datatypes/largedouble | OK | 7s 297ms |
/parquet/datatypes/manydatatypes | OK | 6s 857ms |
/parquet/datatypes/manydatatypes2 | OK | 7s 119ms |
/parquet/datatypes/maps | OK | 6s 714ms |
/parquet/query/compression type/=GZIP /select from replicated mergetree table into file | OK | 3m 8s |
/parquet/datatypes/nameswithemoji | OK | 6s 772ms |
/parquet/query/compression type/=NONE /select from replicated mergetree table into file | OK | 3m 6s |
/parquet/query/compression type/=LZ4 /select from replicated mergetree table into file | OK | 3m 5s |
/parquet/datatypes/nandouble | OK | 12s 740ms |
/parquet/complex | OK | 2m 26s |
/parquet/complex/arraystring | OK | 15s 778ms |
/parquet/datatypes/negativeint64 | OK | 9s 549ms |
/parquet/complex/big tuple with nulls | OK | 8s 263ms |
/parquet/datatypes/nullbyte | OK | 7s 53ms |
/parquet/complex/bytearraydictionary | OK | 6s 861ms |
/parquet/datatypes/nullbytemultiple | OK | 6s 785ms |
/parquet/complex/complex null | OK | 6s 661ms |
/parquet/datatypes/nullsinid | OK | 6s 676ms |
/parquet/complex/lagemap | OK | 6s 683ms |
/parquet/datatypes/pandasdecimal | OK | 6s 542ms |
/parquet/complex/largenestedarray | OK | 6s 814ms |
/parquet/datatypes/pandasdecimaldate | OK | 6s 572ms |
/parquet/complex/largestruct | OK | 6s 419ms |
/parquet/datatypes/parquetgo | OK | 7s 8ms |
/parquet/complex/largestruct2 | OK | 9s 8ms |
/parquet/cache | OK | 16s 352ms |
/parquet/cache/cache1 | OK | 9s 400ms |
/parquet/datatypes/selectdatewithfilter | OK | 13s 474ms |
/parquet/complex/largestruct3 | OK | 7s 193ms |
/parquet/cache/cache2 | OK | 6s 942ms |
/parquet/complex/list | OK | 6s 892ms |
/parquet/datatypes/singlenull | OK | 6s 634ms |
/parquet/glob | OK | 35s 500ms |
/parquet/glob/fastparquet globs | OK | 1s 314ms |
/parquet/glob/glob1 | OK | 1s 500ms |
/parquet/glob/glob2 | OK | 1s 877ms |
/parquet/complex/nested array | OK | 6s 480ms |
/parquet/glob/glob with multiple elements | OK | 367ms |
/parquet/glob/million extensions | OK | 30s 426ms |
/parquet/datatypes/sparkv21 | OK | 6s 704ms |
/parquet/complex/nested map | OK | 6s 508ms |
/parquet/datatypes/sparkv22 | OK | 6s 569ms |
/parquet/complex/nestedallcomplex | OK | 6s 577ms |
/parquet/datatypes/statdecimal | OK | 6s 517ms |
/parquet/complex/nestedarray2 | OK | 6s 476ms |
/parquet/datatypes/string | OK | 6s 520ms |
/parquet/complex/nestedstruct | OK | 6s 558ms |
/parquet/datatypes/string int list inconsistent offset multiple batches | OK | 10s 943ms |
/parquet/rowgroups | OK | 13s 263ms |
/parquet/rowgroups/manyrowgroups | OK | 6s 660ms |
/parquet/complex/nestedstruct2 | OK | 6s 496ms |
/parquet/rowgroups/manyrowgroups2 | OK | 6s 585ms |
/parquet/complex/nestedstruct3 | OK | 6s 763ms |
/parquet/datatypes/stringtypes | OK | 6s 465ms |
/parquet/encrypted | Skip | 1ms |
/parquet/fastparquet | OK | 9ms |
/parquet/fastparquet/airlines | Skip | 1ms |
/parquet/fastparquet/baz | Skip | 1ms |
/parquet/fastparquet/empty date | Skip | 2ms |
/parquet/fastparquet/evo | Skip | 993us |
/parquet/fastparquet/fastparquet | Skip | 997us |
/parquet/read and write | OK | 14m 5s |
/parquet/read and write/read and write parquet file | OK | 14m 5s |
/parquet/complex/nestedstruct4 | OK | 6s 747ms |
/parquet/datatypes/struct | OK | 6s 741ms |
/parquet/complex/tupleofnulls | OK | 6s 825ms |
/parquet/datatypes/supporteduuid | OK | 6s 858ms |
/parquet/complex/tuplewithdatetime | OK | 6s 619ms |
/parquet/datatypes/timestamp1 | OK | 6s 764ms |
/parquet/column related errors | OK | 1s 925ms |
/parquet/column related errors/check error with 500 columns | OK | 1s 924ms |
/parquet/datatypes/timestamp2 | OK | 6s 531ms |
/parquet/multi chunk upload | Skip | 2ms |
/parquet/datatypes/timezone | OK | 6s 635ms |
/parquet/datatypes/unsigned | OK | 13s 842ms |
/parquet/datatypes/unsupportednull | OK | 159ms |
/parquet/query/compression type/=LZ4 /select from distributed table into file | OK | 3m 35s |
/parquet/query/compression type/=NONE /select from distributed table into file | OK | 3m 34s |
/parquet/query/compression type/=GZIP /select from distributed table into file | OK | 3m 34s |
/parquet/query/compression type/=NONE /select from mat view into file | OK | 2m 58s |
/parquet/query/compression type/=LZ4 /select from mat view into file | OK | 2m 57s |
/parquet/query/compression type/=GZIP /select from mat view into file | OK | 2m 57s |
/parquet/query/compression type/=GZIP /insert into table with projection from file | OK | 1m 21s |
/parquet/query/compression type/=LZ4 /insert into table with projection from file | OK | 1m 21s |
/parquet/query/compression type/=NONE /insert into table with projection from file | OK | 1m 21s |
/parquet/minio | OK | 8m 59s |
/parquet/minio/s3 | OK | 8m 59s |
/parquet/minio/s3/compression type | OK | 8m 59s |
/parquet/minio/s3/compression type/=NONE | OK | 8m 59s |
/parquet/minio/s3/compression type/=NONE /outline | OK | 8m 59s |
/parquet/minio/s3/compression type/=NONE /outline/engine | OK | 47ms |
/parquet/minio/s3/compression type/=GZIP | OK | 8m 58s |
/parquet/minio/s3/compression type/=GZIP /outline | OK | 8m 58s |
/parquet/minio/s3/compression type/=GZIP /outline/engine | OK | 50ms |
/parquet/minio/s3/compression type/=NONE /outline/engine/insert into engine | Skip | 2ms |
/parquet/minio/s3/compression type/=NONE /outline/engine/select from engine | Skip | 1ms |
/parquet/minio/s3/compression type/=NONE /outline/engine/engine to file to engine | Skip | 911us |
/parquet/minio/s3/compression type/=GZIP /outline/engine/insert into engine | Skip | 2ms |
/parquet/minio/s3/compression type/=GZIP /outline/engine/select from engine | Skip | 2ms |
/parquet/minio/s3/compression type/=GZIP /outline/engine/engine to file to engine | Skip | 1ms |
/parquet/minio/s3/compression type/=LZ4 | OK | 8m 57s |
/parquet/minio/s3/compression type/=LZ4 /outline | OK | 8m 57s |
/parquet/minio/s3/compression type/=LZ4 /outline/engine | OK | 146ms |
/parquet/minio/s3/compression type/=GZIP /outline/engine/insert into engine from file | Skip | 2ms |
/parquet/minio/s3/compression type/=GZIP /outline/engine/engine select output to file | Skip | 1ms |
/parquet/minio/s3/compression type/=NONE /outline/engine/insert into engine from file | Skip | 1ms |
/parquet/minio/s3/compression type/=NONE /outline/engine/engine select output to file | Skip | 1ms |
/parquet/minio/s3/compression type/=LZ4 /outline/engine/insert into engine | Skip | 1ms |
/parquet/minio/s3/compression type/=LZ4 /outline/engine/select from engine | Skip | 1ms |
/parquet/minio/s3/compression type/=LZ4 /outline/engine/engine to file to engine | Skip | 1ms |
/parquet/minio/s3/compression type/=NONE /outline/function | OK | 8m 59s |
/parquet/minio/s3/compression type/=NONE /outline/function/insert into function | OK | 4m 53s |
/parquet/minio/s3/compression type/=GZIP /outline/function | OK | 8m 58s |
/parquet/minio/s3/compression type/=LZ4 /outline/engine/insert into engine from file | Skip | 1ms |
/parquet/minio/s3/compression type/=LZ4 /outline/engine/engine select output to file | Skip | 1ms |
/parquet/minio/s3/compression type/=NONE /outline/function/select from function manual cast types | OK | 8m 59s |
/parquet/minio/s3/compression type/=GZIP /outline/function/insert into function | OK | 4m 53s |
/parquet/minio/s3/compression type/=GZIP /outline/function/select from function manual cast types | OK | 8m 57s |
/parquet/minio/s3/compression type/=GZIP /outline/function/select from function auto cast types | OK | 4m 8s |
/parquet/minio/s3/compression type/=NONE /outline/function/select from function auto cast types | OK | 4m 8s |
/parquet/minio/s3/compression type/=LZ4 /outline/function | OK | 8m 57s |
/parquet/minio/s3/compression type/=LZ4 /outline/function/insert into function | OK | 4m 53s |
/parquet/minio/s3/compression type/=LZ4 /outline/function/select from function manual cast types | OK | 8m 57s |
/parquet/minio/s3/compression type/=LZ4 /outline/function/select from function auto cast types | OK | 4m 10s |
Generated by TestFlows Open-Source Test Framework v2.0.250110.1002922