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 | Aug 30, 2025 1:17 |
| Duration | 37m 44s |
| Framework | TestFlows 2.0.250110.1002922 |
Test artifacts can be found at https://altinity-build-artifacts.s3.amazonaws.com/index.html#899/748d20da2c50084924a179fd614c57ffb84507db/regression/x86_64/with_analyzer/zookeeper/without_thread_fuzzer/parquet/
| project | Altinity/ClickHouse |
| project.id | 159717931 |
| package | https://s3.amazonaws.com/altinity-build-artifacts/PRs/899/748d20da2c50084924a179fd614c57ffb84507db/package_release/clickhouse-common-static_24.8.14.10510.altinitytest_amd64.deb |
| version | 24.8.14.10510.altinitytest |
| user.name | strtgbb |
| repository | https://github.com/Altinity/clickhouse-regression |
| commit.hash | e3c00be97a045aa04e9d1a6ec50cc64f4c387b70 |
| job.name | Parquet |
| job.retry | 1 |
| job.url | https://github.com/Altinity/ClickHouse/actions/runs/17336843329 |
| arch | x86_64 |
| local | True |
| clickhouse_version | None |
| clickhouse_path | https://s3.amazonaws.com/altinity-build-artifacts/PRs/899/748d20da2c50084924a179fd614c57ffb84507db/package_release/clickhouse-common-static_24.8.14.10510.altinitytest_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 | None |
| 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 | None |
| 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 13s 433ms 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 828, in execute_query_step
execute_query(
File "/home/ubuntu/_work/ClickHouse/ClickHouse/parquet/../parquet/tests/common.py", line 898, 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 898 in 'execute_query'
890\| with values() as that:
891\| snapshot_result = snapshot(
892\| "\n" + r.output.strip() + "\n",
893\| id=snapshot_id,
894\| name=snapshot_name,
895\| encoder=str,
896\| mode=snapshot.CHECK,
897\| )
898\|> assert that(snapshot_result), error() |
| /parquet/postgresql/compression type/=GZIP /postgresql engine to parquet file to postgresql engine | XFail 13s 520ms 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 828, in execute_query_step
execute_query(
File "/home/ubuntu/_work/ClickHouse/ClickHouse/parquet/../parquet/tests/common.py", line 898, 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 898 in 'execute_query'
890\| with values() as that:
891\| snapshot_result = snapshot(
892\| "\n" + r.output.strip() + "\n",
893\| id=snapshot_id,
894\| name=snapshot_name,
895\| encoder=str,
896\| mode=snapshot.CHECK,
897\| )
898\|> assert that(snapshot_result), error() |
| /parquet/postgresql/compression type/=LZ4 /postgresql engine to parquet file to postgresql engine | XFail 13s 455ms 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 828, in execute_query_step
execute_query(
File "/home/ubuntu/_work/ClickHouse/ClickHouse/parquet/../parquet/tests/common.py", line 898, 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 898 in 'execute_query'
890\| with values() as that:
891\| snapshot_result = snapshot(
892\| "\n" + r.output.strip() + "\n",
893\| id=snapshot_id,
894\| name=snapshot_name,
895\| encoder=str,
896\| mode=snapshot.CHECK,
897\| )
898\|> assert that(snapshot_result), error() |
| /parquet/chunked array | XFail 16s 746ms 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.8.14.10510.altinitytest (altinity build))
(query: INSERT INTO table_df9a836c_8541_11f0_ae15_9200066b7d9f 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 7s 21ms 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.8.14):
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_21d7aa64_8542_11f0_9863_9200066b7d9f
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 | 37m 44s |
| /parquet/file | OK | 23m 2s |
| /parquet/file/engine | OK | 23m 2s |
| /parquet/file/engine/insert into engine | OK | 14m 19s |
| /parquet/file/function | OK | 11m 3s |
| /parquet/file/engine/select from engine | OK | 6m 20s |
| /parquet/file/engine/engine to file to engine | OK | 19m 51s |
| /parquet/file/function/insert into function manual cast types | OK | 10m 48s |
| /parquet/file/engine/insert into engine from file | OK | 13m 49s |
| /parquet/file/function/insert into function auto cast types | OK | 11m 3s |
| /parquet/query | OK | 31m 6s |
| /parquet/query/compression type | OK | 31m 6s |
| /parquet/query/compression type/=NONE | OK | 31m 3s |
| /parquet/query/compression type/=NONE /insert into memory table from file | OK | 6m 9s |
| /parquet/query/compression type/=GZIP | OK | 31m 6s |
| /parquet/query/compression type/=GZIP /insert into memory table from file | OK | 6m 9s |
| /parquet/file/function/select from function manual cast types | OK | 6m 50s |
| /parquet/file/engine/engine select output to file | OK | 23m 2s |
| /parquet/file/function/select from function auto cast types | OK | 6m 19s |
| /parquet/query/compression type/=LZ4 | OK | 31m 6s |
| /parquet/query/compression type/=LZ4 /insert into memory table from file | OK | 6m 9s |
| /parquet/list in multiple chunks | OK | 20s 109ms |
| /parquet/url | OK | 24m 2s |
| /parquet/url/engine | OK | 23m 21s |
| /parquet/url/engine/insert into engine | OK | 14m 35s |
| /parquet/url/function | OK | 11m 42s |
| /parquet/url/engine/select from engine | OK | 6m 21s |
| /parquet/url/function/insert into function | OK | 10m 41s |
| /parquet/url/engine/engine to file to engine | OK | 19m 58s |
| /parquet/url/function/select from function manual cast types | OK | 11m 42s |
| /parquet/url/function/select from function auto cast types | OK | 10m 31s |
| /parquet/url/engine/insert into engine from file | OK | 19m 7s |
| /parquet/url/engine/engine select output to file | OK | 23m 21s |
| /parquet/mysql | OK | 37s 199ms |
| /parquet/mysql/compression type | OK | 37s 170ms |
| /parquet/mysql/compression type/=NONE | OK | 37s 119ms |
| /parquet/mysql/compression type/=NONE /mysql engine to parquet file to mysql engine | OK | 22s 556ms |
| /parquet/mysql/compression type/=GZIP | OK | 36s 760ms |
| /parquet/mysql/compression type/=GZIP /mysql engine to parquet file to mysql engine | OK | 21s 881ms |
| /parquet/mysql/compression type/=LZ4 | OK | 36s 702ms |
| /parquet/mysql/compression type/=LZ4 /mysql engine to parquet file to mysql engine | OK | 21s 859ms |
| /parquet/mysql/compression type/=GZIP /mysql function to parquet file to mysql function | OK | 14s 821ms |
| /parquet/mysql/compression type/=LZ4 /mysql function to parquet file to mysql function | OK | 14s 788ms |
| /parquet/mysql/compression type/=NONE /mysql function to parquet file to mysql function | OK | 14s 460ms |
| /parquet/postgresql | OK | 30s 445ms |
| /parquet/postgresql/compression type | OK | 30s 373ms |
| /parquet/postgresql/compression type/=NONE | OK | 30s 54ms |
| /parquet/postgresql/compression type/=GZIP | OK | 30s 264ms |
| /parquet/postgresql/compression type/=LZ4 | OK | 30s 88ms |
| /parquet/postgresql/compression type/=NONE /postgresql engine to parquet file to postgresql engine | XFail | 13s 433ms |
| /parquet/postgresql/compression type/=GZIP /postgresql engine to parquet file to postgresql engine | XFail | 13s 520ms |
| /parquet/postgresql/compression type/=LZ4 /postgresql engine to parquet file to postgresql engine | XFail | 13s 455ms |
| /parquet/postgresql/compression type/=NONE /postgresql function to parquet file to postgresql function | OK | 16s 507ms |
| /parquet/postgresql/compression type/=LZ4 /postgresql function to parquet file to postgresql function | OK | 16s 540ms |
| /parquet/postgresql/compression type/=GZIP /postgresql function to parquet file to postgresql function | OK | 16s 595ms |
| /parquet/remote | OK | 15m 31s |
| /parquet/remote/compression type | OK | 15m 31s |
| /parquet/remote/compression type/=NONE | OK | 15m 29s |
| /parquet/remote/compression type/=GZIP | OK | 15m 31s |
| /parquet/remote/compression type/=LZ4 | OK | 15m 29s |
| /parquet/remote/compression type/=NONE /outline | OK | 15m 29s |
| /parquet/remote/compression type/=GZIP /outline | OK | 15m 31s |
| /parquet/remote/compression type/=LZ4 /outline | OK | 15m 29s |
| /parquet/remote/compression type/=NONE /outline/insert into function | OK | 5m 56s |
| /parquet/remote/compression type/=GZIP /outline/insert into function | OK | 5m 58s |
| /parquet/remote/compression type/=LZ4 /outline/insert into function | OK | 5m 58s |
| /parquet/query/compression type/=GZIP /insert into mergetree table from file | OK | 4m 17s |
| /parquet/query/compression type/=LZ4 /insert into mergetree table from file | OK | 4m 17s |
| /parquet/query/compression type/=NONE /insert into mergetree table from file | OK | 4m 17s |
| /parquet/remote/compression type/=NONE /outline/select from function | OK | 9m 32s |
| /parquet/remote/compression type/=GZIP /outline/select from function | OK | 9m 32s |
| /parquet/remote/compression type/=LZ4 /outline/select from function | OK | 9m 31s |
| /parquet/query/compression type/=NONE /insert into replicated mergetree table from file | OK | 3m 12s |
| /parquet/query/compression type/=GZIP /insert into replicated mergetree table from file | OK | 3m 12s |
| /parquet/query/compression type/=LZ4 /insert into replicated mergetree table from file | OK | 3m 12s |
| /parquet/query/compression type/=NONE /insert into distributed table from file | OK | 2m 35s |
| /parquet/query/compression type/=LZ4 /insert into distributed table from file | OK | 2m 34s |
| /parquet/query/compression type/=GZIP /insert into distributed table from file | OK | 2m 34s |
| /parquet/query/compression type/=LZ4 /select from memory table into file | OK | 4m 9s |
| /parquet/query/compression type/=GZIP /select from memory table into file | OK | 4m 8s |
| /parquet/query/compression type/=NONE /select from memory table into file | OK | 4m 9s |
| /parquet/chunked array | XFail | 16s 746ms |
| /parquet/broken | OK | 364ms |
| /parquet/broken/file | Skip | 15ms |
| /parquet/broken/read broken bigint | Skip | 15ms |
| /parquet/broken/read broken date | Skip | 10ms |
| /parquet/broken/read broken int | Skip | 19ms |
| /parquet/broken/read broken smallint | Skip | 8ms |
| /parquet/broken/read broken timestamp ms | Skip | 44ms |
| /parquet/broken/read broken timestamp us | Skip | 27ms |
| /parquet/broken/read broken tinyint | Skip | 10ms |
| /parquet/broken/read broken ubigint | Skip | 16ms |
| /parquet/broken/read broken uint | Skip | 14ms |
| /parquet/broken/read broken usmallint | Skip | 12ms |
| /parquet/broken/read broken utinyint | Skip | 15ms |
| /parquet/broken/string | Skip | 49ms |
| /parquet/encoding | OK | 13s 859ms |
| /parquet/encoding/deltabytearray1 | OK | 2s 187ms |
| /parquet/encoding/deltabytearray2 | OK | 1s 498ms |
| /parquet/encoding/deltalengthbytearray | OK | 1s 461ms |
| /parquet/encoding/dictionary | OK | 1s 820ms |
| /parquet/encoding/plain | OK | 1s 498ms |
| /parquet/encoding/plainrlesnappy | OK | 3s 900ms |
| /parquet/encoding/rleboolean | OK | 1s 448ms |
| /parquet/compression | OK | 34s 0ms |
| /parquet/compression/arrow snappy | OK | 1s 741ms |
| /parquet/compression/brotli | OK | 1s 470ms |
| /parquet/compression/gzippages | OK | 2s 950ms |
| /parquet/compression/largegzip | OK | 1s 591ms |
| /parquet/compression/lz4 hadoop | OK | 1s 596ms |
| /parquet/compression/lz4 hadoop large | OK | 1s 519ms |
| /parquet/compression/lz4 non hadoop | OK | 1s 606ms |
| /parquet/compression/lz4 raw | OK | 1s 767ms |
| /parquet/compression/lz4 raw large | OK | 1s 493ms |
| /parquet/compression/lz4pages | OK | 3s 315ms |
| /parquet/compression/nonepages | OK | 3s 241ms |
| /parquet/compression/snappypages | OK | 3s 205ms |
| /parquet/compression/snappyplain | OK | 1s 565ms |
| /parquet/compression/snappyrle | OK | 1s 549ms |
| /parquet/compression/zstd | OK | 1s 747ms |
| /parquet/compression/zstdpages | OK | 3s 530ms |
| /parquet/datatypes | OK | 2m 17s |
| /parquet/datatypes/arrowtimestamp | OK | 1s 664ms |
| /parquet/datatypes/arrowtimestampms | OK | 1s 695ms |
| /parquet/datatypes/binary | OK | 1s 524ms |
| /parquet/datatypes/binary string | OK | 1s 859ms |
| /parquet/datatypes/blob | OK | 1s 489ms |
| /parquet/datatypes/boolean | OK | 1s 614ms |
| /parquet/datatypes/byte array | OK | 1s 563ms |
| /parquet/datatypes/columnname | OK | 1s 790ms |
| /parquet/datatypes/columnwithnull | OK | 1s 692ms |
| /parquet/datatypes/columnwithnull2 | OK | 1s 969ms |
| /parquet/datatypes/date | OK | 1s 621ms |
| /parquet/datatypes/decimal with filter | OK | 2s 168ms |
| /parquet/datatypes/decimalvariousfilters | OK | 1s 539ms |
| /parquet/datatypes/decimalwithfilter2 | OK | 1s 870ms |
| /parquet/datatypes/enum | OK | 1s 912ms |
| /parquet/datatypes/enum2 | OK | 1s 924ms |
| /parquet/datatypes/fixed length decimal | OK | 1s 446ms |
| /parquet/datatypes/fixed length decimal legacy | OK | 1s 991ms |
| /parquet/datatypes/fixedstring | OK | 1s 575ms |
| /parquet/datatypes/float16 | Skip | 14ms |
| /parquet/datatypes/h2oai | OK | 1s 750ms |
| /parquet/datatypes/hive | OK | 2s 906ms |
| /parquet/datatypes/int32 | OK | 1s 599ms |
| /parquet/datatypes/int32 decimal | OK | 1s 502ms |
| /parquet/datatypes/int64 | OK | 1s 703ms |
| /parquet/datatypes/int64 decimal | OK | 1s 541ms |
| /parquet/datatypes/json | OK | 1s 944ms |
| /parquet/datatypes/large string map | XFail | 7s 21ms |
| /parquet/datatypes/largedouble | OK | 2s 217ms |
| /parquet/datatypes/manydatatypes | OK | 1s 669ms |
| /parquet/datatypes/manydatatypes2 | OK | 2s 351ms |
| /parquet/datatypes/maps | OK | 1s 640ms |
| /parquet/datatypes/nameswithemoji | OK | 1s 699ms |
| /parquet/datatypes/nandouble | OK | 1s 431ms |
| /parquet/datatypes/negativeint64 | OK | 2s 833ms |
| /parquet/datatypes/nullbyte | OK | 1s 759ms |
| /parquet/datatypes/nullbytemultiple | OK | 1s 363ms |
| /parquet/datatypes/nullsinid | OK | 1s 762ms |
| /parquet/datatypes/pandasdecimal | OK | 1s 466ms |
| /parquet/datatypes/pandasdecimaldate | OK | 1s 442ms |
| /parquet/datatypes/parquetgo | OK | 1s 386ms |
| /parquet/datatypes/selectdatewithfilter | OK | 38s 910ms |
| /parquet/datatypes/singlenull | OK | 1s 69ms |
| /parquet/datatypes/sparkv21 | OK | 1s 392ms |
| /parquet/datatypes/sparkv22 | OK | 1s 363ms |
| /parquet/datatypes/statdecimal | OK | 1s 123ms |
| /parquet/datatypes/string | OK | 1s 716ms |
| /parquet/datatypes/string int list inconsistent offset multiple batches | OK | 5s 891ms |
| /parquet/datatypes/stringtypes | OK | 1s 46ms |
| /parquet/datatypes/struct | OK | 953ms |
| /parquet/datatypes/supporteduuid | OK | 1s 429ms |
| /parquet/datatypes/timestamp1 | OK | 1s 172ms |
| /parquet/datatypes/timestamp2 | OK | 1s 103ms |
| /parquet/datatypes/timezone | OK | 960ms |
| /parquet/datatypes/unsigned | OK | 2s 317ms |
| /parquet/datatypes/unsupportednull | OK | 274ms |
| /parquet/complex | OK | 25s 745ms |
| /parquet/complex/arraystring | OK | 1s 687ms |
| /parquet/complex/big tuple with nulls | OK | 1s 810ms |
| /parquet/query/compression type/=GZIP /select from mergetree table into file | OK | 2m 39s |
| /parquet/query/compression type/=LZ4 /select from mergetree table into file | OK | 2m 38s |
| /parquet/query/compression type/=NONE /select from mergetree table into file | OK | 2m 37s |
| /parquet/complex/bytearraydictionary | OK | 914ms |
| /parquet/complex/complex null | OK | 929ms |
| /parquet/complex/lagemap | OK | 847ms |
| /parquet/complex/largenestedarray | OK | 1s 858ms |
| /parquet/complex/largestruct | OK | 1s 491ms |
| /parquet/complex/largestruct2 | OK | 1s 849ms |
| /parquet/complex/largestruct3 | OK | 1s 274ms |
| /parquet/complex/list | OK | 1s 46ms |
| /parquet/complex/nested array | OK | 1s 145ms |
| /parquet/complex/nested map | OK | 1s 294ms |
| /parquet/complex/nestedallcomplex | OK | 1s 294ms |
| /parquet/complex/nestedarray2 | OK | 1s 131ms |
| /parquet/complex/nestedstruct | OK | 1s 298ms |
| /parquet/complex/nestedstruct2 | OK | 1s 286ms |
| /parquet/complex/nestedstruct3 | OK | 1s 125ms |
| /parquet/complex/nestedstruct4 | OK | 1s 401ms |
| /parquet/complex/tupleofnulls | OK | 1s 118ms |
| /parquet/complex/tuplewithdatetime | OK | 893ms |
| /parquet/cache | OK | 2s 555ms |
| /parquet/cache/cache1 | OK | 1s 461ms |
| /parquet/cache/cache2 | OK | 1s 92ms |
| /parquet/glob | OK | 27s 158ms |
| /parquet/glob/fastparquet globs | OK | 2s 78ms |
| /parquet/glob/glob1 | OK | 1s 767ms |
| /parquet/glob/glob2 | OK | 2s 188ms |
| /parquet/glob/glob with multiple elements | OK | 476ms |
| /parquet/glob/million extensions | OK | 20s 628ms |
| /parquet/rowgroups | OK | 2s 290ms |
| /parquet/rowgroups/manyrowgroups | OK | 1s 145ms |
| /parquet/rowgroups/manyrowgroups2 | OK | 1s 136ms |
| /parquet/encrypted | Skip | 2ms |
| /parquet/fastparquet | OK | 26ms |
| /parquet/fastparquet/airlines | Skip | 3ms |
| /parquet/fastparquet/baz | Skip | 2ms |
| /parquet/fastparquet/empty date | Skip | 2ms |
| /parquet/fastparquet/evo | Skip | 8ms |
| /parquet/fastparquet/fastparquet | Skip | 2ms |
| /parquet/read and write | OK | 12m 37s |
| /parquet/read and write/read and write parquet file | OK | 12m 37s |
| /parquet/query/compression type/=NONE /select from replicated mergetree table into file | OK | 2m 19s |
| /parquet/query/compression type/=LZ4 /select from replicated mergetree table into file | OK | 2m 19s |
| /parquet/query/compression type/=GZIP /select from replicated mergetree table into file | OK | 2m 20s |
| /parquet/column related errors | OK | 1s 242ms |
| /parquet/column related errors/check error with 500 columns | OK | 1s 241ms |
| /parquet/multi chunk upload | Skip | 1ms |
| /parquet/query/compression type/=NONE /select from distributed table into file | OK | 2m 37s |
| /parquet/query/compression type/=LZ4 /select from distributed table into file | OK | 2m 37s |
| /parquet/query/compression type/=GZIP /select from distributed table into file | OK | 2m 37s |
| /parquet/query/compression type/=NONE /select from mat view into file | OK | 2m 14s |
| /parquet/query/compression type/=LZ4 /select from mat view into file | OK | 2m 16s |
| /parquet/query/compression type/=GZIP /select from mat view into file | OK | 2m 15s |
| /parquet/query/compression type/=NONE /insert into table with projection from file | OK | 50s 945ms |
| /parquet/query/compression type/=LZ4 /insert into table with projection from file | OK | 50s 632ms |
| /parquet/query/compression type/=GZIP /insert into table with projection from file | OK | 50s 507ms |
Generated by TestFlows Open-Source Test Framework v2.0.250110.1002922