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 02, 2025 2:49 |
Duration | 1h 18m |
Framework | TestFlows 2.0.250110.1002922 |
Test artifacts can be found at https://altinity-build-artifacts.s3.amazonaws.com/index.html#705/8caee209747d5d5898c3c3d5dc60267984310e95/regression/x86_64/with_analyzer/zookeeper/without_thread_fuzzer/parquetminio/
project | Altinity/ClickHouse |
project.id | 159717931 |
package | https://s3.amazonaws.com/altinity-build-artifacts/PRs/705/8caee209747d5d5898c3c3d5dc60267984310e95/package_release/clickhouse-common-static_25.2.2.96963.altinityantalya_amd64.deb |
version | 25.2.2.96963.altinityantalya |
user.name | Enmk |
repository | https://github.com/Altinity/clickhouse-regression |
commit.hash | a170f32119a5c872e5ff209b8f39e13acc2d6626 |
job.name | ParquetS3 |
job.url | https://github.com/Altinity/ClickHouse/actions/runs/14208495913 |
arch | x86_64 |
local | True |
clickhouse_version | None |
clickhouse_path | https://s3.amazonaws.com/altinity-build-artifacts/PRs/705/8caee209747d5d5898c3c3d5dc60267984310e95/package_release/clickhouse-common-static_25.2.2.96963.altinityantalya_amd64.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 | 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 24s 122ms 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 826, in execute_query_step execute_query( File "/home/ubuntu/_work/ClickHouse/ClickHouse/parquet/../parquet/tests/common.py", line 896, 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 896 in 'execute_query' 888\| with values() as that: 889\| snapshot_result = snapshot( 890\| "\n" + r.output.strip() + "\n", 891\| id=snapshot_id, 892\| name=snapshot_name, 893\| encoder=str, 894\| mode=snapshot.CHECK, 895\| ) 896\|> assert that(snapshot_result), error() |
/parquet/postgresql/compression type/=GZIP /postgresql engine to parquet file to postgresql engine | XFail 23s 659ms 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 826, in execute_query_step execute_query( File "/home/ubuntu/_work/ClickHouse/ClickHouse/parquet/../parquet/tests/common.py", line 896, 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 896 in 'execute_query' 888\| with values() as that: 889\| snapshot_result = snapshot( 890\| "\n" + r.output.strip() + "\n", 891\| id=snapshot_id, 892\| name=snapshot_name, 893\| encoder=str, 894\| mode=snapshot.CHECK, 895\| ) 896\|> assert that(snapshot_result), error() |
/parquet/postgresql/compression type/=LZ4 /postgresql engine to parquet file to postgresql engine | XFail 23s 891ms 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 826, in execute_query_step execute_query( File "/home/ubuntu/_work/ClickHouse/ClickHouse/parquet/../parquet/tests/common.py", line 896, 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 896 in 'execute_query' 888\| with values() as that: 889\| snapshot_result = snapshot( 890\| "\n" + r.output.strip() + "\n", 891\| id=snapshot_id, 892\| name=snapshot_name, 893\| encoder=str, 894\| mode=snapshot.CHECK, 895\| ) 896\|> assert that(snapshot_result), error() |
/parquet/chunked array | XFail 40s 311ms 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 25.2.2.96963.altinityantalya.96963 (official build)) (query: INSERT INTO table_43f0b112_0f72_11f0_a154_9600043002b4 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 1s 342ms 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 '[-2,-1,0,1,2,3,4,5,6,7,8]' 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 @@ -[-2,-1,0,1,2,3,4,5,6,7,8] +[-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 13s 132ms 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 25.2.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_bf9f6655_0f72_11f0_aebc_9600043002b4 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 18m |
/parquet/file | OK | 43m 32s |
/parquet/query | OK | 58m 5s |
/parquet/list in multiple chunks | OK | 1m 15s |
/parquet/query/compression type | OK | 58m 5s |
/parquet/url | OK | 45m 5s |
/parquet/query/compression type/=NONE | OK | 57m 58s |
/parquet/file/engine | OK | 43m 32s |
/parquet/query/compression type/=NONE /insert into memory table from file | OK | 11m 14s |
/parquet/file/function | OK | 20m 54s |
/parquet/file/engine/insert into engine | OK | 26m 27s |
/parquet/query/compression type/=GZIP | OK | 58m 5s |
/parquet/query/compression type/=GZIP /insert into memory table from file | OK | 11m 18s |
/parquet/file/function/insert into function manual cast types | OK | 20m 2s |
/parquet/file/function/insert into function auto cast types | OK | 20m 54s |
/parquet/file/engine/select from engine | OK | 11m 37s |
/parquet/file/function/select from function manual cast types | OK | 12m 33s |
/parquet/query/compression type/=LZ4 | OK | 58m 4s |
/parquet/file/engine/engine to file to engine | OK | 37m 7s |
/parquet/query/compression type/=LZ4 /insert into memory table from file | OK | 11m 15s |
/parquet/file/engine/insert into engine from file | OK | 25m 32s |
/parquet/file/function/select from function auto cast types | OK | 11m 44s |
/parquet/file/engine/engine select output to file | OK | 43m 32s |
/parquet/url/engine | OK | 44m 4s |
/parquet/url/function | OK | 21m 49s |
/parquet/url/engine/insert into engine | OK | 27m 14s |
/parquet/url/function/insert into function | OK | 20m 1s |
/parquet/url/engine/select from engine | OK | 11m 42s |
/parquet/url/function/select from function manual cast types | OK | 21m 49s |
/parquet/url/engine/engine to file to engine | OK | 37m 31s |
/parquet/url/engine/insert into engine from file | OK | 35m 48s |
/parquet/url/engine/engine select output to file | OK | 44m 4s |
/parquet/url/function/select from function auto cast types | OK | 19m 46s |
/parquet/mysql | OK | 1m 4s |
/parquet/mysql/compression type | OK | 1m 4s |
/parquet/mysql/compression type/=NONE | OK | 59s 269ms |
/parquet/mysql/compression type/=GZIP | OK | 1m 3s |
/parquet/mysql/compression type/=LZ4 | OK | 1m 0s |
/parquet/mysql/compression type/=GZIP /mysql engine to parquet file to mysql engine | OK | 34s 909ms |
/parquet/mysql/compression type/=NONE /mysql engine to parquet file to mysql engine | OK | 31s 136ms |
/parquet/mysql/compression type/=LZ4 /mysql engine to parquet file to mysql engine | OK | 31s 327ms |
/parquet/mysql/compression type/=NONE /mysql function to parquet file to mysql function | OK | 27s 986ms |
/parquet/mysql/compression type/=LZ4 /mysql function to parquet file to mysql function | OK | 28s 900ms |
/parquet/mysql/compression type/=GZIP /mysql function to parquet file to mysql function | OK | 28s 966ms |
/parquet/postgresql | OK | 57s 604ms |
/parquet/postgresql/compression type | OK | 57s 458ms |
/parquet/postgresql/compression type/=NONE | OK | 57s 77ms |
/parquet/postgresql/compression type/=GZIP | OK | 57s 220ms |
/parquet/postgresql/compression type/=LZ4 | OK | 57s 158ms |
/parquet/postgresql/compression type/=NONE /postgresql engine to parquet file to postgresql engine | XFail | 24s 122ms |
/parquet/postgresql/compression type/=GZIP /postgresql engine to parquet file to postgresql engine | XFail | 23s 659ms |
/parquet/postgresql/compression type/=LZ4 /postgresql engine to parquet file to postgresql engine | XFail | 23s 891ms |
/parquet/postgresql/compression type/=GZIP /postgresql function to parquet file to postgresql function | OK | 33s 303ms |
/parquet/postgresql/compression type/=LZ4 /postgresql function to parquet file to postgresql function | OK | 32s 977ms |
/parquet/postgresql/compression type/=NONE /postgresql function to parquet file to postgresql function | OK | 32s 632ms |
/parquet/remote | OK | 28m 8s |
/parquet/remote/compression type | OK | 28m 8s |
/parquet/remote/compression type/=NONE | OK | 28m 8s |
/parquet/remote/compression type/=GZIP | OK | 28m 4s |
/parquet/remote/compression type/=LZ4 | OK | 28m 0s |
/parquet/remote/compression type/=GZIP /outline | OK | 28m 4s |
/parquet/remote/compression type/=NONE /outline | OK | 28m 8s |
/parquet/remote/compression type/=LZ4 /outline | OK | 28m 0s |
/parquet/remote/compression type/=GZIP /outline/insert into function | OK | 10m 37s |
/parquet/remote/compression type/=NONE /outline/insert into function | OK | 10m 37s |
/parquet/remote/compression type/=LZ4 /outline/insert into function | OK | 10m 36s |
/parquet/query/compression type/=NONE /insert into mergetree table from file | OK | 7m 54s |
/parquet/query/compression type/=LZ4 /insert into mergetree table from file | OK | 7m 53s |
/parquet/query/compression type/=GZIP /insert into mergetree table from file | OK | 7m 59s |
/parquet/remote/compression type/=LZ4 /outline/select from function | OK | 17m 23s |
/parquet/remote/compression type/=GZIP /outline/select from function | OK | 17m 26s |
/parquet/remote/compression type/=NONE /outline/select from function | OK | 17m 29s |
/parquet/query/compression type/=NONE /insert into replicated mergetree table from file | OK | 6m 0s |
/parquet/query/compression type/=LZ4 /insert into replicated mergetree table from file | OK | 5m 59s |
/parquet/query/compression type/=GZIP /insert into replicated mergetree table from file | OK | 6m 0s |
/parquet/query/compression type/=LZ4 /insert into distributed table from file | OK | 4m 40s |
/parquet/query/compression type/=NONE /insert into distributed table from file | OK | 4m 40s |
/parquet/query/compression type/=GZIP /insert into distributed table from file | OK | 4m 33s |
/parquet/query/compression type/=LZ4 /select from memory table into file | OK | 8m 22s |
/parquet/query/compression type/=NONE /select from memory table into file | OK | 8m 22s |
/parquet/query/compression type/=GZIP /select from memory table into file | OK | 8m 20s |
/parquet/chunked array | XFail | 40s 311ms |
/parquet/broken | OK | 626ms |
/parquet/broken/file | Skip | 25ms |
/parquet/broken/read broken bigint | Skip | 12ms |
/parquet/broken/read broken date | Skip | 30ms |
/parquet/broken/read broken int | Skip | 53ms |
/parquet/broken/read broken smallint | Skip | 41ms |
/parquet/broken/read broken timestamp ms | Skip | 9ms |
/parquet/broken/read broken timestamp us | Skip | 15ms |
/parquet/broken/read broken tinyint | Skip | 35ms |
/parquet/broken/read broken ubigint | Skip | 45ms |
/parquet/broken/read broken uint | Skip | 60ms |
/parquet/broken/read broken usmallint | Skip | 11ms |
/parquet/broken/read broken utinyint | Skip | 20ms |
/parquet/broken/string | Skip | 34ms |
/parquet/encoding | OK | 22s 693ms |
/parquet/encoding/deltabytearray1 | OK | 4s 193ms |
/parquet/encoding/deltabytearray2 | OK | 2s 878ms |
/parquet/encoding/deltalengthbytearray | OK | 2s 954ms |
/parquet/encoding/dictionary | OK | 2s 633ms |
/parquet/encoding/plain | OK | 3s 79ms |
/parquet/encoding/plainrlesnappy | OK | 3s 970ms |
/parquet/encoding/rleboolean | OK | 2s 880ms |
/parquet/compression | OK | 1m 0s |
/parquet/compression/arrow snappy | OK | 2s 684ms |
/parquet/compression/brotli | OK | 2s 953ms |
/parquet/compression/gzippages | OK | 5s 784ms |
/parquet/compression/largegzip | OK | 3s 52ms |
/parquet/compression/lz4 hadoop | OK | 3s 167ms |
/parquet/compression/lz4 hadoop large | OK | 2s 721ms |
/parquet/compression/lz4 non hadoop | OK | 2s 744ms |
/parquet/compression/lz4 raw | OK | 2s 877ms |
/parquet/compression/lz4 raw large | OK | 2s 766ms |
/parquet/compression/lz4pages | OK | 5s 924ms |
/parquet/compression/nonepages | OK | 5s 838ms |
/parquet/compression/snappypages | OK | 5s 970ms |
/parquet/compression/snappyplain | OK | 2s 905ms |
/parquet/compression/snappyrle | OK | 3s 112ms |
/parquet/compression/zstd | OK | 2s 525ms |
/parquet/compression/zstdpages | OK | 5s 514ms |
/parquet/datatypes | OK | 5m 10s |
/parquet/datatypes/arrowtimestamp | OK | 2s 962ms |
/parquet/datatypes/arrowtimestampms | OK | 2s 782ms |
/parquet/datatypes/binary | OK | 2s 681ms |
/parquet/datatypes/binary string | OK | 2s 977ms |
/parquet/datatypes/blob | OK | 2s 788ms |
/parquet/datatypes/boolean | OK | 3s 250ms |
/parquet/datatypes/byte array | OK | 2s 861ms |
/parquet/datatypes/columnname | OK | 3s 120ms |
/parquet/datatypes/columnwithnull | OK | 2s 873ms |
/parquet/datatypes/columnwithnull2 | OK | 3s 260ms |
/parquet/datatypes/date | OK | 2s 719ms |
/parquet/datatypes/decimal with filter | OK | 3s 263ms |
/parquet/datatypes/decimalvariousfilters | OK | 3s 262ms |
/parquet/datatypes/decimalwithfilter2 | OK | 2s 944ms |
/parquet/datatypes/enum | OK | 3s 685ms |
/parquet/datatypes/enum2 | OK | 2s 949ms |
/parquet/datatypes/fixed length decimal | OK | 3s 296ms |
/parquet/datatypes/fixed length decimal legacy | OK | 2s 874ms |
/parquet/datatypes/fixedstring | OK | 2s 676ms |
/parquet/datatypes/float16 | XFail | 1s 342ms |
/parquet/datatypes/h2oai | OK | 2s 991ms |
/parquet/datatypes/hive | OK | 5s 957ms |
/parquet/datatypes/int32 | OK | 2s 904ms |
/parquet/datatypes/int32 decimal | OK | 3s 169ms |
/parquet/datatypes/int64 | OK | 2s 902ms |
/parquet/datatypes/int64 decimal | OK | 2s 826ms |
/parquet/datatypes/json | OK | 3s 272ms |
/parquet/datatypes/large string map | XFail | 13s 132ms |
/parquet/datatypes/largedouble | OK | 3s 825ms |
/parquet/datatypes/manydatatypes | OK | 2s 963ms |
/parquet/datatypes/manydatatypes2 | OK | 4s 130ms |
/parquet/datatypes/maps | OK | 3s 28ms |
/parquet/datatypes/nameswithemoji | OK | 3s 379ms |
/parquet/datatypes/nandouble | OK | 2s 976ms |
/parquet/datatypes/negativeint64 | OK | 4s 858ms |
/parquet/datatypes/nullbyte | OK | 3s 55ms |
/parquet/datatypes/nullbytemultiple | OK | 2s 945ms |
/parquet/datatypes/nullsinid | OK | 3s 392ms |
/parquet/datatypes/pandasdecimal | OK | 3s 137ms |
/parquet/datatypes/pandasdecimaldate | OK | 2s 772ms |
/parquet/datatypes/parquetgo | OK | 3s 412ms |
/parquet/datatypes/selectdatewithfilter | OK | 1m 59s |
/parquet/datatypes/singlenull | OK | 2s 576ms |
/parquet/datatypes/sparkv21 | OK | 3s 314ms |
/parquet/datatypes/sparkv22 | OK | 2s 678ms |
/parquet/datatypes/statdecimal | OK | 2s 465ms |
/parquet/datatypes/string | OK | 2s 233ms |
/parquet/datatypes/string int list inconsistent offset multiple batches | OK | 19s 911ms |
/parquet/query/compression type/=LZ4 /select from mergetree table into file | OK | 5m 1s |
/parquet/query/compression type/=NONE /select from mergetree table into file | OK | 5m 1s |
/parquet/query/compression type/=GZIP /select from mergetree table into file | OK | 5m 3s |
/parquet/datatypes/stringtypes | OK | 2s 495ms |
/parquet/datatypes/struct | OK | 3s 396ms |
/parquet/datatypes/supporteduuid | OK | 2s 130ms |
/parquet/datatypes/timestamp1 | OK | 2s 9ms |
/parquet/datatypes/timestamp2 | OK | 1s 978ms |
/parquet/datatypes/timezone | OK | 1s 861ms |
/parquet/datatypes/unsigned | OK | 4s 27ms |
/parquet/datatypes/unsupportednull | OK | 446ms |
/parquet/complex | OK | 44s 314ms |
/parquet/complex/arraystring | OK | 2s 263ms |
/parquet/complex/big tuple with nulls | OK | 2s 117ms |
/parquet/complex/bytearraydictionary | OK | 2s 52ms |
/parquet/complex/complex null | OK | 2s 232ms |
/parquet/complex/lagemap | OK | 1s 924ms |
/parquet/complex/largenestedarray | OK | 2s 145ms |
/parquet/complex/largestruct | OK | 1s 864ms |
/parquet/complex/largestruct2 | OK | 2s 684ms |
/parquet/complex/largestruct3 | OK | 1s 843ms |
/parquet/complex/list | OK | 1s 996ms |
/parquet/complex/nested array | OK | 1s 907ms |
/parquet/complex/nested map | OK | 2s 233ms |
/parquet/complex/nestedallcomplex | OK | 2s 491ms |
/parquet/complex/nestedarray2 | OK | 2s 80ms |
/parquet/complex/nestedstruct | OK | 2s 652ms |
/parquet/complex/nestedstruct2 | OK | 2s 317ms |
/parquet/complex/nestedstruct3 | OK | 2s 347ms |
/parquet/complex/nestedstruct4 | OK | 2s 469ms |
/parquet/complex/tupleofnulls | OK | 2s 15ms |
/parquet/complex/tuplewithdatetime | OK | 2s 377ms |
/parquet/cache | OK | 3s 919ms |
/parquet/cache/cache1 | OK | 2s 7ms |
/parquet/cache/cache2 | OK | 1s 894ms |
/parquet/glob | OK | 1m 1s |
/parquet/glob/fastparquet globs | OK | 7s 152ms |
/parquet/glob/glob1 | OK | 2s 917ms |
/parquet/glob/glob2 | OK | 3s 655ms |
/parquet/glob/glob with multiple elements | OK | 713ms |
/parquet/glob/million extensions | OK | 47s 428ms |
/parquet/rowgroups | OK | 4s 925ms |
/parquet/rowgroups/manyrowgroups | OK | 2s 294ms |
/parquet/rowgroups/manyrowgroups2 | OK | 2s 621ms |
/parquet/encrypted | Skip | 16ms |
/parquet/fastparquet | OK | 134ms |
/parquet/fastparquet/airlines | Skip | 10ms |
/parquet/fastparquet/baz | Skip | 7ms |
/parquet/fastparquet/empty date | Skip | 6ms |
/parquet/fastparquet/evo | Skip | 6ms |
/parquet/fastparquet/fastparquet | Skip | 9ms |
/parquet/read and write | OK | 23m 12s |
/parquet/read and write/read and write parquet file | OK | 23m 12s |
/parquet/query/compression type/=NONE /select from replicated mergetree table into file | OK | 4m 20s |
/parquet/query/compression type/=LZ4 /select from replicated mergetree table into file | OK | 4m 21s |
/parquet/query/compression type/=GZIP /select from replicated mergetree table into file | OK | 4m 20s |
/parquet/column related errors | OK | 2s 620ms |
/parquet/column related errors/check error with 500 columns | OK | 2s 612ms |
/parquet/multi chunk upload | Skip | 24ms |
/parquet/query/compression type/=NONE /select from distributed table into file | OK | 5m 1s |
/parquet/query/compression type/=LZ4 /select from distributed table into file | OK | 5m 1s |
/parquet/query/compression type/=GZIP /select from distributed table into file | OK | 5m 2s |
/parquet/query/compression type/=NONE /select from mat view into file | OK | 3m 55s |
/parquet/query/compression type/=LZ4 /select from mat view into file | OK | 4m 1s |
/parquet/query/compression type/=GZIP /select from mat view into file | OK | 4m 4s |
/parquet/query/compression type/=NONE /insert into table with projection from file | OK | 1m 27s |
/parquet/query/compression type/=LZ4 /insert into table with projection from file | OK | 1m 26s |
/parquet/query/compression type/=GZIP /insert into table with projection from file | OK | 1m 22s |
/parquet/minio | OK | 9m 26s |
/parquet/minio/s3 | OK | 9m 26s |
/parquet/minio/s3/compression type | OK | 9m 26s |
/parquet/minio/s3/compression type/=NONE | OK | 9m 26s |
/parquet/minio/s3/compression type/=NONE /outline | OK | 9m 26s |
/parquet/minio/s3/compression type/=NONE /outline/engine | OK | 69ms |
/parquet/minio/s3/compression type/=GZIP | OK | 9m 24s |
/parquet/minio/s3/compression type/=GZIP /outline | OK | 9m 24s |
/parquet/minio/s3/compression type/=GZIP /outline/engine | OK | 40ms |
/parquet/minio/s3/compression type/=GZIP /outline/engine/insert into engine | Skip | 2ms |
/parquet/minio/s3/compression type/=NONE /outline/engine/insert into engine | Skip | 1ms |
/parquet/minio/s3/compression type/=LZ4 | OK | 9m 25s |
/parquet/minio/s3/compression type/=LZ4 /outline | OK | 9m 25s |
/parquet/minio/s3/compression type/=LZ4 /outline/engine | OK | 59ms |
/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/=GZIP /outline/engine/insert into engine from file | Skip | 2ms |
/parquet/minio/s3/compression type/=GZIP /outline/engine/engine select output to file | Skip | 7ms |
/parquet/minio/s3/compression type/=NONE /outline/engine/select from engine | Skip | 2ms |
/parquet/minio/s3/compression type/=NONE /outline/engine/engine to file to engine | Skip | 1ms |
/parquet/minio/s3/compression type/=LZ4 /outline/engine/insert into engine | Skip | 2ms |
/parquet/minio/s3/compression type/=NONE /outline/engine/insert into engine from file | Skip | 14ms |
/parquet/minio/s3/compression type/=LZ4 /outline/engine/select from engine | Skip | 13ms |
/parquet/minio/s3/compression type/=LZ4 /outline/engine/engine to file to engine | Skip | 9ms |
/parquet/minio/s3/compression type/=NONE /outline/engine/engine select output to file | Skip | 13ms |
/parquet/minio/s3/compression type/=LZ4 /outline/engine/insert into engine from file | Skip | 13ms |
/parquet/minio/s3/compression type/=LZ4 /outline/engine/engine select output to file | Skip | 13ms |
/parquet/minio/s3/compression type/=GZIP /outline/function | OK | 9m 24s |
/parquet/minio/s3/compression type/=GZIP /outline/function/insert into function | OK | 9m 24s |
/parquet/minio/s3/compression type/=GZIP /outline/function/select from function manual cast types | OK | 8m 52s |
/parquet/minio/s3/compression type/=NONE /outline/function | OK | 9m 26s |
/parquet/minio/s3/compression type/=GZIP /outline/function/select from function auto cast types | OK | 8m 19s |
/parquet/minio/s3/compression type/=LZ4 /outline/function | OK | 9m 25s |
/parquet/minio/s3/compression type/=NONE /outline/function/insert into function | OK | 9m 26s |
/parquet/minio/s3/compression type/=NONE /outline/function/select from function manual cast types | OK | 8m 52s |
/parquet/minio/s3/compression type/=NONE /outline/function/select from function auto cast types | OK | 8m 19s |
/parquet/minio/s3/compression type/=LZ4 /outline/function/insert into function | OK | 9m 25s |
/parquet/minio/s3/compression type/=LZ4 /outline/function/select from function manual cast types | OK | 8m 53s |
/parquet/minio/s3/compression type/=LZ4 /outline/function/select from function auto cast types | OK | 8m 20s |
Generated by TestFlows Open-Source Test Framework v2.0.250110.1002922