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 16, 2025 19:49 |
| Duration | 35m 17s |
| Framework | TestFlows 2.0.250110.1002922 |
Test artifacts can be found at https://altinity-build-artifacts.s3.amazonaws.com/index.html#731/b6d55322609dc2e7008a663c21e92c43120146f1/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/731/b6d55322609dc2e7008a663c21e92c43120146f1/package_release/clickhouse-common-static_24.3.12.58335.altinitystable_amd64.deb |
| version | 24.3.12.58335.altinitystable |
| user.name | strtgbb |
| repository | https://github.com/Altinity/clickhouse-regression |
| commit.hash | a170f32119a5c872e5ff209b8f39e13acc2d6626 |
| job.name | ParquetS3 |
| job.retry | 1 |
| job.url | https://github.com/Altinity/ClickHouse/actions/runs/14500338176 |
| arch | x86_64 |
| local | True |
| clickhouse_version | None |
| clickhouse_path | https://s3.amazonaws.com/altinity-build-artifacts/PRs/731/b6d55322609dc2e7008a663c21e92c43120146f1/package_release/clickhouse-common-static_24.3.12.58335.altinitystable_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 14s 568ms 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 14s 521ms 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 14s 983ms 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 16s 710ms 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.3.12.58335.altinitystable (altinity build))
(query: INSERT INTO table_5ba253f9_1afe_11f0_8bc3_96000439cdcd 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/large string map | XFail 6s 848ms 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.3.12):
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_92d50221_1afe_11f0_8680_96000439cdcd
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 | 35m 17s |
| /parquet/file | OK | 19m 28s |
| /parquet/file/engine | OK | 19m 28s |
| /parquet/file/engine/insert into engine | OK | 12m 17s |
| /parquet/file/function | OK | 9m 30s |
| /parquet/file/engine/select from engine | OK | 5m 34s |
| /parquet/query | OK | 25m 42s |
| /parquet/query/compression type | OK | 25m 42s |
| /parquet/file/function/insert into function manual cast types | OK | 9m 19s |
| /parquet/query/compression type/=NONE | OK | 25m 39s |
| /parquet/query/compression type/=NONE /insert into memory table from file | OK | 5m 25s |
| /parquet/query/compression type/=GZIP | OK | 25m 42s |
| /parquet/query/compression type/=GZIP /insert into memory table from file | OK | 5m 25s |
| /parquet/file/function/insert into function auto cast types | OK | 9m 30s |
| /parquet/file/engine/engine to file to engine | OK | 16m 52s |
| /parquet/file/function/select from function manual cast types | OK | 5m 55s |
| /parquet/file/engine/insert into engine from file | OK | 11m 53s |
| /parquet/query/compression type/=LZ4 | OK | 25m 41s |
| /parquet/query/compression type/=LZ4 /insert into memory table from file | OK | 5m 25s |
| /parquet/list in multiple chunks | OK | 19s 643ms |
| /parquet/file/function/select from function auto cast types | OK | 5m 32s |
| /parquet/file/engine/engine select output to file | OK | 19m 27s |
| /parquet/url | OK | 20m 16s |
| /parquet/url/engine | OK | 19m 38s |
| /parquet/url/engine/insert into engine | OK | 12m 29s |
| /parquet/url/function | OK | 9m 59s |
| /parquet/url/engine/select from engine | OK | 5m 33s |
| /parquet/url/engine/engine to file to engine | OK | 17m 0s |
| /parquet/url/function/insert into function | OK | 9m 18s |
| /parquet/url/engine/insert into engine from file | OK | 16m 16s |
| /parquet/url/function/select from function manual cast types | OK | 9m 58s |
| /parquet/url/engine/engine select output to file | OK | 19m 38s |
| /parquet/url/function/select from function auto cast types | OK | 9m 1s |
| /parquet/mysql | OK | 34s 444ms |
| /parquet/mysql/compression type | OK | 34s 425ms |
| /parquet/mysql/compression type/=NONE | OK | 34s 365ms |
| /parquet/mysql/compression type/=NONE /mysql engine to parquet file to mysql engine | OK | 19s 479ms |
| /parquet/mysql/compression type/=GZIP | OK | 33s 760ms |
| /parquet/mysql/compression type/=GZIP /mysql engine to parquet file to mysql engine | OK | 19s 405ms |
| /parquet/mysql/compression type/=LZ4 | OK | 32s 180ms |
| /parquet/mysql/compression type/=LZ4 /mysql engine to parquet file to mysql engine | OK | 18s 828ms |
| /parquet/mysql/compression type/=LZ4 /mysql function to parquet file to mysql function | OK | 13s 303ms |
| /parquet/mysql/compression type/=GZIP /mysql function to parquet file to mysql function | OK | 14s 258ms |
| /parquet/mysql/compression type/=NONE /mysql function to parquet file to mysql function | OK | 14s 844ms |
| /parquet/postgresql | OK | 30s 31ms |
| /parquet/postgresql/compression type | OK | 29s 995ms |
| /parquet/postgresql/compression type/=NONE | OK | 29s 862ms |
| /parquet/postgresql/compression type/=GZIP | OK | 29s 771ms |
| /parquet/postgresql/compression type/=LZ4 | OK | 29s 936ms |
| /parquet/postgresql/compression type/=NONE /postgresql engine to parquet file to postgresql engine | XFail | 14s 568ms |
| /parquet/postgresql/compression type/=GZIP /postgresql engine to parquet file to postgresql engine | XFail | 14s 521ms |
| /parquet/postgresql/compression type/=LZ4 /postgresql engine to parquet file to postgresql engine | XFail | 14s 983ms |
| /parquet/postgresql/compression type/=GZIP /postgresql function to parquet file to postgresql function | OK | 15s 121ms |
| /parquet/postgresql/compression type/=NONE /postgresql function to parquet file to postgresql function | OK | 15s 204ms |
| /parquet/postgresql/compression type/=LZ4 /postgresql function to parquet file to postgresql function | OK | 14s 803ms |
| /parquet/remote | OK | 13m 7s |
| /parquet/remote/compression type | OK | 13m 7s |
| /parquet/remote/compression type/=NONE | OK | 13m 6s |
| /parquet/remote/compression type/=GZIP | OK | 13m 6s |
| /parquet/remote/compression type/=LZ4 | OK | 13m 7s |
| /parquet/remote/compression type/=NONE /outline | OK | 13m 6s |
| /parquet/remote/compression type/=GZIP /outline | OK | 13m 6s |
| /parquet/remote/compression type/=LZ4 /outline | OK | 13m 7s |
| /parquet/remote/compression type/=NONE /outline/insert into function | OK | 5m 6s |
| /parquet/remote/compression type/=GZIP /outline/insert into function | OK | 5m 6s |
| /parquet/remote/compression type/=LZ4 /outline/insert into function | OK | 5m 5s |
| /parquet/query/compression type/=GZIP /insert into mergetree table from file | OK | 3m 40s |
| /parquet/query/compression type/=LZ4 /insert into mergetree table from file | OK | 3m 39s |
| /parquet/query/compression type/=NONE /insert into mergetree table from file | OK | 3m 40s |
| /parquet/remote/compression type/=LZ4 /outline/select from function | OK | 8m 1s |
| /parquet/remote/compression type/=NONE /outline/select from function | OK | 8m 0s |
| /parquet/remote/compression type/=GZIP /outline/select from function | OK | 7m 59s |
| /parquet/query/compression type/=LZ4 /insert into replicated mergetree table from file | OK | 2m 42s |
| /parquet/query/compression type/=GZIP /insert into replicated mergetree table from file | OK | 2m 42s |
| /parquet/query/compression type/=NONE /insert into replicated mergetree table from file | OK | 2m 42s |
| /parquet/query/compression type/=GZIP /insert into distributed table from file | OK | 2m 4s |
| /parquet/query/compression type/=LZ4 /insert into distributed table from file | OK | 2m 4s |
| /parquet/query/compression type/=NONE /insert into distributed table from file | OK | 2m 4s |
| /parquet/query/compression type/=GZIP /select from memory table into file | OK | 3m 32s |
| /parquet/query/compression type/=NONE /select from memory table into file | OK | 3m 31s |
| /parquet/query/compression type/=LZ4 /select from memory table into file | OK | 3m 31s |
| /parquet/chunked array | XFail | 16s 710ms |
| /parquet/broken | OK | 318ms |
| /parquet/broken/file | Skip | 9ms |
| /parquet/broken/read broken bigint | Skip | 9ms |
| /parquet/broken/read broken date | Skip | 14ms |
| /parquet/broken/read broken int | Skip | 11ms |
| /parquet/broken/read broken smallint | Skip | 17ms |
| /parquet/broken/read broken timestamp ms | Skip | 8ms |
| /parquet/broken/read broken timestamp us | Skip | 15ms |
| /parquet/broken/read broken tinyint | Skip | 12ms |
| /parquet/broken/read broken ubigint | Skip | 39ms |
| /parquet/broken/read broken uint | Skip | 9ms |
| /parquet/broken/read broken usmallint | Skip | 12ms |
| /parquet/broken/read broken utinyint | Skip | 16ms |
| /parquet/broken/string | Skip | 20ms |
| /parquet/encoding | OK | 11s 810ms |
| /parquet/encoding/deltabytearray1 | OK | 1s 805ms |
| /parquet/encoding/deltabytearray2 | OK | 1s 508ms |
| /parquet/encoding/deltalengthbytearray | OK | 1s 186ms |
| /parquet/encoding/dictionary | OK | 1s 253ms |
| /parquet/encoding/plain | OK | 1s 314ms |
| /parquet/encoding/plainrlesnappy | OK | 3s 155ms |
| /parquet/encoding/rleboolean | OK | 1s 543ms |
| /parquet/compression | OK | 27s 633ms |
| /parquet/compression/arrow snappy | OK | 1s 256ms |
| /parquet/compression/brotli | OK | 1s 129ms |
| /parquet/compression/gzippages | OK | 2s 641ms |
| /parquet/compression/largegzip | OK | 1s 603ms |
| /parquet/compression/lz4 hadoop | OK | 1s 228ms |
| /parquet/compression/lz4 hadoop large | OK | 1s 389ms |
| /parquet/compression/lz4 non hadoop | OK | 1s 271ms |
| /parquet/compression/lz4 raw | OK | 1s 464ms |
| /parquet/compression/lz4 raw large | OK | 1s 174ms |
| /parquet/compression/lz4pages | OK | 2s 619ms |
| /parquet/compression/nonepages | OK | 2s 576ms |
| /parquet/compression/snappypages | OK | 2s 607ms |
| /parquet/compression/snappyplain | OK | 1s 338ms |
| /parquet/compression/snappyrle | OK | 1s 508ms |
| /parquet/compression/zstd | OK | 1s 217ms |
| /parquet/compression/zstdpages | OK | 2s 503ms |
| /parquet/datatypes | OK | 1m 51s |
| /parquet/datatypes/arrowtimestamp | OK | 1s 129ms |
| /parquet/datatypes/arrowtimestampms | OK | 1s 252ms |
| /parquet/datatypes/binary | OK | 1s 153ms |
| /parquet/datatypes/binary string | OK | 1s 349ms |
| /parquet/datatypes/blob | OK | 1s 237ms |
| /parquet/datatypes/boolean | OK | 1s 492ms |
| /parquet/datatypes/byte array | OK | 1s 191ms |
| /parquet/datatypes/columnname | OK | 1s 115ms |
| /parquet/datatypes/columnwithnull | OK | 1s 448ms |
| /parquet/datatypes/columnwithnull2 | OK | 1s 99ms |
| /parquet/datatypes/date | OK | 1s 411ms |
| /parquet/datatypes/decimal with filter | OK | 1s 368ms |
| /parquet/datatypes/decimalvariousfilters | OK | 1s 369ms |
| /parquet/datatypes/decimalwithfilter2 | OK | 1s 254ms |
| /parquet/datatypes/enum | OK | 1s 589ms |
| /parquet/datatypes/enum2 | OK | 1s 306ms |
| /parquet/datatypes/fixed length decimal | OK | 1s 243ms |
| /parquet/datatypes/fixed length decimal legacy | OK | 1s 383ms |
| /parquet/datatypes/fixedstring | OK | 1s 190ms |
| /parquet/datatypes/float16 | Skip | 45ms |
| /parquet/datatypes/h2oai | OK | 1s 615ms |
| /parquet/datatypes/hive | OK | 2s 782ms |
| /parquet/datatypes/int32 | OK | 1s 190ms |
| /parquet/datatypes/int32 decimal | OK | 1s 239ms |
| /parquet/datatypes/int64 | OK | 1s 507ms |
| /parquet/datatypes/int64 decimal | OK | 1s 238ms |
| /parquet/datatypes/json | OK | 1s 684ms |
| /parquet/datatypes/large string map | XFail | 6s 848ms |
| /parquet/datatypes/largedouble | OK | 1s 615ms |
| /parquet/datatypes/manydatatypes | OK | 1s 537ms |
| /parquet/datatypes/manydatatypes2 | OK | 1s 754ms |
| /parquet/datatypes/maps | OK | 1s 349ms |
| /parquet/datatypes/nameswithemoji | OK | 1s 62ms |
| /parquet/datatypes/nandouble | OK | 1s 171ms |
| /parquet/datatypes/negativeint64 | OK | 2s 126ms |
| /parquet/datatypes/nullbyte | OK | 1s 71ms |
| /parquet/datatypes/nullbytemultiple | OK | 1s 368ms |
| /parquet/datatypes/nullsinid | OK | 1s 176ms |
| /parquet/datatypes/pandasdecimal | OK | 1s 237ms |
| /parquet/datatypes/pandasdecimaldate | OK | 1s 388ms |
| /parquet/datatypes/parquetgo | OK | 1s 152ms |
| /parquet/datatypes/selectdatewithfilter | OK | 31s 990ms |
| /parquet/datatypes/singlenull | OK | 1s 0ms |
| /parquet/datatypes/sparkv21 | OK | 1s 292ms |
| /parquet/datatypes/sparkv22 | OK | 1s 390ms |
| /parquet/datatypes/statdecimal | OK | 906ms |
| /parquet/datatypes/string | OK | 1s 497ms |
| /parquet/datatypes/string int list inconsistent offset multiple batches | OK | 4s 418ms |
| /parquet/datatypes/stringtypes | OK | 885ms |
| /parquet/datatypes/struct | OK | 1s 68ms |
| /parquet/datatypes/supporteduuid | OK | 746ms |
| /parquet/datatypes/timestamp1 | OK | 920ms |
| /parquet/datatypes/timestamp2 | OK | 1s 488ms |
| /parquet/datatypes/timezone | OK | 733ms |
| /parquet/datatypes/unsigned | OK | 1s 889ms |
| /parquet/datatypes/unsupportednull | OK | 280ms |
| /parquet/complex | OK | 21s 318ms |
| /parquet/complex/arraystring | OK | 1s 7ms |
| /parquet/complex/big tuple with nulls | OK | 946ms |
| /parquet/complex/bytearraydictionary | OK | 1s 146ms |
| /parquet/complex/complex null | OK | 1s 514ms |
| /parquet/query/compression type/=NONE /select from mergetree table into file | OK | 2m 8s |
| /parquet/query/compression type/=LZ4 /select from mergetree table into file | OK | 2m 10s |
| /parquet/complex/lagemap | OK | 695ms |
| /parquet/query/compression type/=GZIP /select from mergetree table into file | OK | 2m 9s |
| /parquet/complex/largenestedarray | OK | 874ms |
| /parquet/complex/largestruct | OK | 698ms |
| /parquet/complex/largestruct2 | OK | 836ms |
| /parquet/complex/largestruct3 | OK | 623ms |
| /parquet/complex/list | OK | 1s 845ms |
| /parquet/complex/nested array | OK | 1s 307ms |
| /parquet/complex/nested map | OK | 964ms |
| /parquet/complex/nestedallcomplex | OK | 1s 49ms |
| /parquet/complex/nestedarray2 | OK | 1s 67ms |
| /parquet/complex/nestedstruct | OK | 1s 560ms |
| /parquet/complex/nestedstruct2 | OK | 1s 37ms |
| /parquet/complex/nestedstruct3 | OK | 1s 116ms |
| /parquet/complex/nestedstruct4 | OK | 1s 149ms |
| /parquet/complex/tupleofnulls | OK | 958ms |
| /parquet/complex/tuplewithdatetime | OK | 890ms |
| /parquet/cache | OK | 1s 886ms |
| /parquet/cache/cache1 | OK | 1s 51ms |
| /parquet/cache/cache2 | OK | 826ms |
| /parquet/glob | OK | 24s 412ms |
| /parquet/glob/fastparquet globs | OK | 2s 843ms |
| /parquet/glob/glob1 | OK | 1s 502ms |
| /parquet/glob/glob2 | OK | 1s 602ms |
| /parquet/glob/glob with multiple elements | OK | 324ms |
| /parquet/glob/million extensions | OK | 18s 135ms |
| /parquet/rowgroups | OK | 2s 70ms |
| /parquet/rowgroups/manyrowgroups | OK | 1s 130ms |
| /parquet/rowgroups/manyrowgroups2 | OK | 933ms |
| /parquet/encrypted | Skip | 1ms |
| /parquet/fastparquet | OK | 11ms |
| /parquet/fastparquet/airlines | Skip | 936us |
| /parquet/fastparquet/baz | Skip | 5ms |
| /parquet/fastparquet/empty date | Skip | 912us |
| /parquet/fastparquet/evo | Skip | 1ms |
| /parquet/fastparquet/fastparquet | Skip | 823us |
| /parquet/read and write | OK | 10m 10s |
| /parquet/read and write/read and write parquet file | OK | 10m 10s |
| /parquet/column related errors | OK | 1s 379ms |
| /parquet/column related errors/check error with 500 columns | OK | 1s 376ms |
| /parquet/multi chunk upload | Skip | 13ms |
| /parquet/query/compression type/=NONE /select from replicated mergetree table into file | OK | 1m 48s |
| /parquet/query/compression type/=GZIP /select from replicated mergetree table into file | OK | 1m 48s |
| /parquet/query/compression type/=LZ4 /select from replicated mergetree table into file | OK | 1m 47s |
| /parquet/query/compression type/=NONE /select from distributed table into file | OK | 1m 54s |
| /parquet/query/compression type/=LZ4 /select from distributed table into file | OK | 1m 54s |
| /parquet/query/compression type/=GZIP /select from distributed table into file | OK | 1m 54s |
| /parquet/query/compression type/=NONE /select from mat view into file | OK | 1m 44s |
| /parquet/query/compression type/=LZ4 /select from mat view into file | OK | 1m 46s |
| /parquet/query/compression type/=GZIP /select from mat view into file | OK | 1m 48s |
| /parquet/query/compression type/=NONE /insert into table with projection from file | OK | 39s 359ms |
| /parquet/query/compression type/=LZ4 /insert into table with projection from file | OK | 38s 692ms |
| /parquet/query/compression type/=GZIP /insert into table with projection from file | OK | 36s 397ms |
| /parquet/minio | OK | 4m 8s |
| /parquet/minio/s3 | OK | 4m 8s |
| /parquet/minio/s3/compression type | OK | 4m 8s |
| /parquet/minio/s3/compression type/=NONE | OK | 4m 8s |
| /parquet/minio/s3/compression type/=GZIP | OK | 4m 7s |
| /parquet/minio/s3/compression type/=LZ4 | OK | 4m 8s |
| /parquet/minio/s3/compression type/=NONE /outline | OK | 4m 8s |
| /parquet/minio/s3/compression type/=GZIP /outline | OK | 4m 7s |
| /parquet/minio/s3/compression type/=LZ4 /outline | OK | 4m 8s |
| /parquet/minio/s3/compression type/=NONE /outline/engine | OK | 44ms |
| /parquet/minio/s3/compression type/=GZIP /outline/engine | OK | 74ms |
| /parquet/minio/s3/compression type/=LZ4 /outline/engine | OK | 90ms |
| /parquet/minio/s3/compression type/=NONE /outline/engine/insert into engine | Skip | 18ms |
| /parquet/minio/s3/compression type/=NONE /outline/engine/select from engine | Skip | 19ms |
| /parquet/minio/s3/compression type/=GZIP /outline/engine/insert into engine | Skip | 21ms |
| /parquet/minio/s3/compression type/=NONE /outline/engine/engine to file to engine | Skip | 8ms |
| /parquet/minio/s3/compression type/=GZIP /outline/engine/select from engine | Skip | 21ms |
| /parquet/minio/s3/compression type/=GZIP /outline/engine/engine to file to engine | Skip | 15ms |
| /parquet/minio/s3/compression type/=LZ4 /outline/engine/insert into engine | Skip | 21ms |
| /parquet/minio/s3/compression type/=NONE /outline/engine/insert into engine from file | Skip | 20ms |
| /parquet/minio/s3/compression type/=NONE /outline/engine/engine select output to file | Skip | 19ms |
| /parquet/minio/s3/compression type/=GZIP /outline/engine/insert into engine from file | Skip | 19ms |
| /parquet/minio/s3/compression type/=LZ4 /outline/engine/select from engine | Skip | 20ms |
| /parquet/minio/s3/compression type/=LZ4 /outline/engine/engine to file to engine | Skip | 10ms |
| /parquet/minio/s3/compression type/=GZIP /outline/engine/engine select output to file | Skip | 19ms |
| /parquet/minio/s3/compression type/=LZ4 /outline/engine/insert into engine from file | Skip | 18ms |
| /parquet/minio/s3/compression type/=LZ4 /outline/engine/engine select output to file | Skip | 18ms |
| /parquet/minio/s3/compression type/=NONE /outline/function | OK | 4m 8s |
| /parquet/minio/s3/compression type/=NONE /outline/function/insert into function | OK | 4m 8s |
| /parquet/minio/s3/compression type/=NONE /outline/function/select from function manual cast types | OK | 3m 50s |
| /parquet/minio/s3/compression type/=GZIP /outline/function | OK | 4m 7s |
| /parquet/minio/s3/compression type/=NONE /outline/function/select from function auto cast types | OK | 3m 35s |
| /parquet/minio/s3/compression type/=LZ4 /outline/function | OK | 4m 8s |
| /parquet/minio/s3/compression type/=GZIP /outline/function/insert into function | OK | 4m 7s |
| /parquet/minio/s3/compression type/=GZIP /outline/function/select from function manual cast types | OK | 3m 50s |
| /parquet/minio/s3/compression type/=LZ4 /outline/function/insert into function | OK | 4m 8s |
| /parquet/minio/s3/compression type/=GZIP /outline/function/select from function auto cast types | OK | 3m 33s |
| /parquet/minio/s3/compression type/=LZ4 /outline/function/select from function manual cast types | OK | 3m 50s |
| /parquet/minio/s3/compression type/=LZ4 /outline/function/select from function auto cast types | OK | 3m 34s |
Generated by TestFlows Open-Source Test Framework v2.0.250110.1002922