Copyright 2026, 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 30, 2026 15:12 |
| Duration | 4h 5m |
| Framework | TestFlows 2.0.250110.1002922 |
Test artifacts can be found at https://altinity-build-artifacts.s3.amazonaws.com/index.html#PRs/1707/6cf63348df35afa0e9f04087a1c30105b29d56e3/regression/
| project | Altinity/ClickHouse |
| project.id | 159717931 |
| package | https://s3.amazonaws.com/altinity-build-artifacts/PRs/1707/6cf63348df35afa0e9f04087a1c30105b29d56e3/package_aarch64/clickhouse-common-static_24.8.14.10545.altinitytest_arm64.deb |
| version | 24.8.14.10545.altinitytest |
| user.name | zvonand |
| repository | https://github.com/Altinity/clickhouse-regression |
| commit.hash | b72ac10337ea9d7a0f764b86a40f4bb7dc0f81ff |
| job.name | Parquet |
| job.retry | 1 |
| job.url | https://github.com/Altinity/ClickHouse/actions/runs/25169774826 |
| arch | aarch64 |
| local | True |
| clickhouse_version | None |
| clickhouse_path | https://s3.amazonaws.com/altinity-build-artifacts/PRs/1707/6cf63348df35afa0e9f04087a1c30105b29d56e3/package_aarch64/clickhouse-common-static_24.8.14.10545.altinitytest_arm64.deb |
| as_binary | False |
| base_os | None |
| keeper_path | None |
| zookeeper_version | None |
| use_keeper | False |
| stress | False |
| collect_service_logs | True |
| thread_fuzzer | False |
| with_analyzer | True |
| reuse_env | False |
| cicd | 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 |
| 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 21s 346ms 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 834, in execute_query_step
execute_query(
File "/home/ubuntu/_work/ClickHouse/ClickHouse/parquet/../parquet/tests/common.py", line 904, 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 904 in 'execute_query'
896\| with values() as that:
897\| snapshot_result = snapshot(
898\| "\n" + r.output.strip() + "\n",
899\| id=snapshot_id,
900\| name=snapshot_name,
901\| encoder=str,
902\| mode=snapshot.CHECK,
903\| )
904\|> assert that(snapshot_result), error() |
| /parquet/postgresql/compression type/=GZIP /postgresql engine to parquet file to postgresql engine | XFail 25s 516ms 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 834, in execute_query_step
execute_query(
File "/home/ubuntu/_work/ClickHouse/ClickHouse/parquet/../parquet/tests/common.py", line 904, 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_nullable_datetime_
snapshot_value="""
{"nullable_datetime_":"2106-02-07 06:28:15","toTypeName(nullable_datetime_)":"Nullable(DateTime)"}
{"nullable_datetime_":"2106-02-07 06:28:16","toTypeName(nullable_datetime_)":"Nullable(DateTime)"}
{"nullable_datetime_":null,"toTypeName(nullable_datetime_)":"Nullable(DateTime)"}
{"nullable_datetime_":"2014-04-10 09:39:46","toTypeName(nullable_datetime_)":"Nullable(DateTime)"}
{"nullable_datetime_":"2004-04-05 13:18:38","toTypeName(nullable_datetime_)":"Nullable(DateTime)"}
{"nullable_datetime_":"2006-08-10 21:14:26","toTypeName(nullable_datetime_)":"Nullable(DateTime)"}
{"nullable_datetime_":"2006-01-25 20:44:12","toTypeName(nullable_datetime_)":"Nullable(DateTime)"}
{"nullable_datetime_":"2009-05-30 23:43:18","toTypeName(nullable_datetime_)":"Nullable(DateTime)"}
{"nullable_datetime_":"2015-12-28 10:07:33","toTypeName(nullable_datetime_)":"Nullable(DateTime)"}
{"nullable_datetime_":"2017-06-27 03:09:51","toTypeName(nullable_datetime_)":"Nullable(DateTime)"}
""",
actual_value="""
{"nullable_datetime_":"2106-02-07 06:28:15","toTypeName(nullable_datetime_)":"Nullable(DateTime)"}
{"nullable_datetime_":"1970-01-01 01:00:00","toTypeName(nullable_datetime_)":"Nullable(DateTime)"}
{"nullable_datetime_":null,"toTypeName(nullable_datetime_)":"Nullable(DateTime)"}
{"nullable_datetime_":"2014-04-10 09:39:46","toTypeName(nullable_datetime_)":"Nullable(DateTime)"}
{"nullable_datetime_":"2004-04-05 13:18:38","toTypeName(nullable_datetime_)":"Nullable(DateTime)"}
{"nullable_datetime_":"2006-08-10 21:14:26","toTypeName(nullable_datetime_)":"Nullable(DateTime)"}
{"nullable_datetime_":"2006-01-25 20:44:12","toTypeName(nullable_datetime_)":"Nullable(DateTime)"}
{"nullable_datetime_":"2009-05-30 23:43:18","toTypeName(nullable_datetime_)":"Nullable(DateTime)"}
{"nullable_datetime_":"2015-12-28 10:07:33","toTypeName(nullable_datetime_)":"Nullable(DateTime)"}
{"nullable_datetime_":"2017-06-27 03:09:51","toTypeName(nullable_datetime_)":"Nullable(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 @@
{"nullable_datetime_":"2106-02-07 06:28:15","toTypeName(nullable_datetime_)":"Nullable(DateTime)"}
-{"nullable_datetime_":"2106-02-07 06:28:16","toTypeName(nullable_datetime_)":"Nullable(DateTime)"}
+{"nullable_datetime_":"1970-01-01 01:00:00","toTypeName(nullable_datetime_)":"Nullable(DateTime)"}
{"nullable_datetime_":null,"toTypeName(nullable_datetime_)":"Nullable(DateTime)"}
{"nullable_datetime_":"2014-04-10 09:39:46","toTypeName(nullable_datetime_)":"Nullable(DateTime)"}
{"nullable_datetime_":"2004-04-05 13:18:38","toTypeName(nullable_datetime_)":"Nullable(DateTime)"}
""")
assert that(snapshot_result), error()
^ is False
Where
File '/home/ubuntu/_work/ClickHouse/ClickHouse/parquet/../parquet/tests/common.py', line 904 in 'execute_query'
896\| with values() as that:
897\| snapshot_result = snapshot(
898\| "\n" + r.output.strip() + "\n",
899\| id=snapshot_id,
900\| name=snapshot_name,
901\| encoder=str,
902\| mode=snapshot.CHECK,
903\| )
904\|> assert that(snapshot_result), error() |
| /parquet/postgresql/compression type/=LZ4 /postgresql engine to parquet file to postgresql engine | XFail 21s 567ms 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 834, in execute_query_step
execute_query(
File "/home/ubuntu/_work/ClickHouse/ClickHouse/parquet/../parquet/tests/common.py", line 904, 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 904 in 'execute_query'
896\| with values() as that:
897\| snapshot_result = snapshot(
898\| "\n" + r.output.strip() + "\n",
899\| id=snapshot_id,
900\| name=snapshot_name,
901\| encoder=str,
902\| mode=snapshot.CHECK,
903\| )
904\|> assert that(snapshot_result), error() |
| /parquet/chunked array | XFail 18s 919ms 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 1163, 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.10545.altinitytest (altinity build))
(query: INSERT INTO table_3bf8a1d0_44c5_11f1_a30b_920007aafc75 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 1163 in 'query'
1155\| assert message in r.output, error(r.output)
1156\|
1157\| if not ignore_exception:
1158\| if message is None or "Exception:" not in message:
1159\| with Then("check if output has exception") if steps else NullStep():
1160\| if "Exception:" in r.output:
1161\| if raise_on_exception:
1162\| raise QueryRuntimeException(r.output)
1163\|> assert False, error(r.output)
1164\|
1165\| return r
1166\| |
| /parquet/datatypes/large string map | XFail 7s 24ms 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 37, in import_export
node.query(
File "/home/ubuntu/_work/ClickHouse/ClickHouse/parquet/../helpers/cluster.py", line 1163, 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_865776ee_44c5_11f1_9bc4_920007aafc75
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 1163 in 'query'
1155\| assert message in r.output, error(r.output)
1156\|
1157\| if not ignore_exception:
1158\| if message is None or "Exception:" not in message:
1159\| with Then("check if output has exception") if steps else NullStep():
1160\| if "Exception:" in r.output:
1161\| if raise_on_exception:
1162\| raise QueryRuntimeException(r.output)
1163\|> assert False, error(r.output)
1164\|
1165\| return r
1166\| |
| Test Name | Result | Duration |
|---|---|---|
| /parquet | OK | 4h 5m |
| /parquet/file | OK | 36m 42s |
| /parquet/file/engine | OK | 36m 42s |
| /parquet/file/engine/insert into engine | OK | 21m 59s |
| /parquet/file/engine/select from engine | OK | 10m 7s |
| /parquet/file/engine/engine to file to engine | OK | 30m 47s |
| /parquet/file/engine/insert into engine from file | OK | 20m 54s |
| /parquet/file/function | OK | 21m 40s |
| /parquet/file/engine/engine select output to file | OK | 36m 42s |
| /parquet/file/function/insert into function manual cast types | OK | 20m 21s |
| /parquet/file/function/insert into function auto cast types | OK | 21m 39s |
| /parquet/file/function/select from function manual cast types | OK | 13m 3s |
| /parquet/file/function/date as uint16 | Skip | 102ms |
| /parquet/file/function/select from function auto cast types | OK | 10m 15s |
| /parquet/file/function/date as uint16 multiple dates | Skip | 358ms |
| /parquet/file/function/date as uint16 nullable | Skip | 12ms |
| /parquet/file/function/date as uint16 round trip | Skip | 39ms |
| /parquet/file/function/date as uint16 edge cases | Skip | 26ms |
| /parquet/file/function/date as uint16 with other columns | Skip | 32ms |
| /parquet/query | OK | 1h 0m |
| /parquet/query/compression type | OK | 1h 0m |
| /parquet/query/compression type/=NONE | OK | 59m 46s |
| /parquet/query/compression type/=GZIP | OK | 1h 0m |
| /parquet/query/compression type/=GZIP /insert into memory table from file | OK | 3m 33s |
| /parquet/query/compression type/=NONE /insert into memory table from file | OK | 3m 33s |
| /parquet/query/compression type/=LZ4 | OK | 1h 0m |
| /parquet/query/compression type/=LZ4 /insert into memory table from file | OK | 3m 32s |
| /parquet/query/compression type/=LZ4 /insert into mergetree table from file | OK | 3m 30s |
| /parquet/query/compression type/=NONE /insert into mergetree table from file | OK | 3m 28s |
| /parquet/query/compression type/=GZIP /insert into mergetree table from file | OK | 3m 25s |
| /parquet/query/compression type/=GZIP /insert into replicated mergetree table from file | OK | 3m 49s |
| /parquet/query/compression type/=NONE /insert into replicated mergetree table from file | OK | 3m 47s |
| /parquet/query/compression type/=LZ4 /insert into replicated mergetree table from file | OK | 3m 46s |
| /parquet/query/compression type/=GZIP /insert into distributed table from file | OK | 3m 40s |
| /parquet/query/compression type/=NONE /insert into distributed table from file | OK | 3m 39s |
| /parquet/query/compression type/=LZ4 /insert into distributed table from file | OK | 3m 38s |
| /parquet/query/compression type/=LZ4 /select from memory table into file | OK | 7m 36s |
| /parquet/query/compression type/=NONE /select from memory table into file | OK | 7m 37s |
| /parquet/query/compression type/=GZIP /select from memory table into file | OK | 7m 38s |
| /parquet/query/compression type/=LZ4 /select from mergetree table into file | OK | 6m 0s |
| /parquet/query/compression type/=NONE /select from mergetree table into file | OK | 5m 59s |
| /parquet/query/compression type/=GZIP /select from mergetree table into file | OK | 6m 1s |
| /parquet/query/compression type/=LZ4 /select from replicated mergetree table into file | OK | 5m 52s |
| /parquet/query/compression type/=NONE /select from replicated mergetree table into file | OK | 5m 47s |
| /parquet/query/compression type/=GZIP /select from replicated mergetree table into file | OK | 5m 48s |
| /parquet/query/compression type/=NONE /select from distributed table into file | OK | 8m 37s |
| /parquet/query/compression type/=LZ4 /select from distributed table into file | OK | 8m 33s |
| /parquet/query/compression type/=GZIP /select from distributed table into file | OK | 8m 36s |
| /parquet/query/compression type/=NONE /select from mat view into file | OK | 11m 55s |
| /parquet/query/compression type/=LZ4 /select from mat view into file | OK | 12m 8s |
| /parquet/query/compression type/=GZIP /select from mat view into file | OK | 12m 5s |
| /parquet/query/compression type/=NONE /insert into table with projection from file | OK | 5m 20s |
| /parquet/query/compression type/=LZ4 /insert into table with projection from file | OK | 5m 34s |
| /parquet/query/compression type/=GZIP /insert into table with projection from file | OK | 5m 33s |
| /parquet/list in multiple chunks | OK | 40s 719ms |
| /parquet/url | OK | 1h 31m |
| /parquet/url/engine | OK | 1h 30m |
| /parquet/url/function | OK | 1h 13m |
| /parquet/url/engine/insert into engine | OK | 1h 6m |
| /parquet/url/engine/engine to file to engine | OK | 1h 23m |
| /parquet/url/engine/select from engine | OK | 26m 25s |
| /parquet/url/function/select from function manual cast types | OK | 1h 13m |
| /parquet/url/engine/insert into engine from file | OK | 1h 22m |
| /parquet/url/function/insert into function | OK | 1h 2m |
| /parquet/url/engine/engine select output to file | OK | 1h 30m |
| /parquet/url/function/select from function auto cast types | OK | 54m 35s |
| /parquet/mysql | OK | 52s 795ms |
| /parquet/mysql/compression type | OK | 52s 794ms |
| /parquet/mysql/compression type/=NONE | OK | 51s 759ms |
| /parquet/mysql/compression type/=NONE /mysql engine to parquet file to mysql engine | OK | 24s 964ms |
| /parquet/mysql/compression type/=GZIP | OK | 52s 606ms |
| /parquet/mysql/compression type/=GZIP /mysql engine to parquet file to mysql engine | OK | 25s 165ms |
| /parquet/mysql/compression type/=LZ4 | OK | 52s 772ms |
| /parquet/mysql/compression type/=LZ4 /mysql engine to parquet file to mysql engine | OK | 25s 502ms |
| /parquet/mysql/compression type/=NONE /mysql function to parquet file to mysql function | OK | 26s 775ms |
| /parquet/mysql/compression type/=GZIP /mysql function to parquet file to mysql function | OK | 27s 439ms |
| /parquet/mysql/compression type/=LZ4 /mysql function to parquet file to mysql function | OK | 27s 267ms |
| /parquet/postgresql | OK | 46s 626ms |
| /parquet/postgresql/compression type | OK | 46s 619ms |
| /parquet/postgresql/compression type/=NONE | OK | 45s 103ms |
| /parquet/postgresql/compression type/=NONE /postgresql engine to parquet file to postgresql engine | XFail | 21s 346ms |
| /parquet/postgresql/compression type/=GZIP | OK | 46s 602ms |
| /parquet/postgresql/compression type/=GZIP /postgresql engine to parquet file to postgresql engine | XFail | 25s 516ms |
| /parquet/postgresql/compression type/=LZ4 | OK | 45s 334ms |
| /parquet/postgresql/compression type/=LZ4 /postgresql engine to parquet file to postgresql engine | XFail | 21s 567ms |
| /parquet/postgresql/compression type/=NONE /postgresql function to parquet file to postgresql function | OK | 23s 738ms |
| /parquet/postgresql/compression type/=LZ4 /postgresql function to parquet file to postgresql function | OK | 23s 753ms |
| /parquet/postgresql/compression type/=GZIP /postgresql function to parquet file to postgresql function | OK | 21s 84ms |
| /parquet/remote | OK | 20m 44s |
| /parquet/remote/compression type | OK | 20m 44s |
| /parquet/remote/compression type/=NONE | OK | 20m 42s |
| /parquet/remote/compression type/=NONE /outline | OK | 20m 42s |
| /parquet/remote/compression type/=NONE /outline/insert into function | OK | 6m 41s |
| /parquet/remote/compression type/=GZIP | OK | 20m 39s |
| /parquet/remote/compression type/=GZIP /outline | OK | 20m 39s |
| /parquet/remote/compression type/=GZIP /outline/insert into function | OK | 6m 42s |
| /parquet/remote/compression type/=LZ4 | OK | 20m 44s |
| /parquet/remote/compression type/=LZ4 /outline | OK | 20m 44s |
| /parquet/remote/compression type/=LZ4 /outline/insert into function | OK | 6m 42s |
| /parquet/remote/compression type/=NONE /outline/select from function | OK | 14m 0s |
| /parquet/remote/compression type/=GZIP /outline/select from function | OK | 13m 57s |
| /parquet/remote/compression type/=LZ4 /outline/select from function | OK | 14m 2s |
| /parquet/chunked array | XFail | 18s 919ms |
| /parquet/broken | OK | 21ms |
| /parquet/broken/file | Skip | 1ms |
| /parquet/broken/read broken bigint | Skip | 1ms |
| /parquet/broken/read broken date | Skip | 1ms |
| /parquet/broken/read broken int | Skip | 1ms |
| /parquet/broken/read broken smallint | Skip | 1ms |
| /parquet/broken/read broken timestamp ms | Skip | 1ms |
| /parquet/broken/read broken timestamp us | Skip | 1ms |
| /parquet/broken/read broken tinyint | Skip | 1ms |
| /parquet/broken/read broken ubigint | Skip | 1ms |
| /parquet/broken/read broken uint | Skip | 983us |
| /parquet/broken/read broken usmallint | Skip | 998us |
| /parquet/broken/read broken utinyint | Skip | 1ms |
| /parquet/broken/string | Skip | 963us |
| /parquet/encoding | OK | 14s 177ms |
| /parquet/encoding/deltabytearray1 | OK | 2s 844ms |
| /parquet/encoding/deltabytearray2 | OK | 2s 53ms |
| /parquet/encoding/deltalengthbytearray | OK | 2s 58ms |
| /parquet/encoding/dictionary | OK | 1s 776ms |
| /parquet/encoding/plain | OK | 1s 639ms |
| /parquet/encoding/plainrlesnappy | OK | 1s 890ms |
| /parquet/encoding/rleboolean | OK | 1s 910ms |
| /parquet/compression | OK | 39s 950ms |
| /parquet/compression/arrow snappy | OK | 1s 860ms |
| /parquet/compression/brotli | OK | 1s 772ms |
| /parquet/compression/gzippages | OK | 3s 541ms |
| /parquet/compression/largegzip | OK | 1s 914ms |
| /parquet/compression/lz4 hadoop | OK | 1s 713ms |
| /parquet/compression/lz4 hadoop large | OK | 1s 765ms |
| /parquet/compression/lz4 non hadoop | OK | 1s 895ms |
| /parquet/compression/lz4 raw | OK | 1s 621ms |
| /parquet/compression/lz4 raw large | OK | 1s 821ms |
| /parquet/compression/lz4pages | OK | 4s 119ms |
| /parquet/compression/nonepages | OK | 3s 640ms |
| /parquet/compression/snappypages | OK | 4s 63ms |
| /parquet/compression/snappyplain | OK | 1s 807ms |
| /parquet/compression/snappyrle | OK | 2s 560ms |
| /parquet/compression/zstd | OK | 1s 970ms |
| /parquet/compression/zstdpages | OK | 3s 869ms |
| /parquet/datatypes | OK | 2m 6s |
| /parquet/datatypes/arrowtimestamp | OK | 1s 532ms |
| /parquet/datatypes/arrowtimestampms | OK | 1s 803ms |
| /parquet/datatypes/binary | OK | 1s 866ms |
| /parquet/datatypes/binary string | OK | 1s 649ms |
| /parquet/datatypes/blob | OK | 1s 508ms |
| /parquet/datatypes/boolean | OK | 1s 861ms |
| /parquet/datatypes/byte array | OK | 1s 799ms |
| /parquet/datatypes/columnname | OK | 1s 659ms |
| /parquet/datatypes/columnwithnull | OK | 1s 881ms |
| /parquet/datatypes/columnwithnull2 | OK | 1s 885ms |
| /parquet/datatypes/date | OK | 2s 534ms |
| /parquet/datatypes/decimal with filter | OK | 1s 769ms |
| /parquet/datatypes/decimalvariousfilters | OK | 3s 190ms |
| /parquet/datatypes/decimalwithfilter2 | OK | 1s 674ms |
| /parquet/datatypes/enum | OK | 1s 825ms |
| /parquet/datatypes/enum2 | OK | 1s 677ms |
| /parquet/datatypes/fixed length decimal | OK | 1s 777ms |
| /parquet/datatypes/fixed length decimal legacy | OK | 1s 809ms |
| /parquet/datatypes/fixedstring | OK | 2s 466ms |
| /parquet/datatypes/float16 | Skip | 1ms |
| /parquet/datatypes/h2oai | OK | 1s 976ms |
| /parquet/datatypes/hive | OK | 3s 840ms |
| /parquet/datatypes/int32 | OK | 2s 562ms |
| /parquet/datatypes/int32 decimal | OK | 1s 985ms |
| /parquet/datatypes/int64 | OK | 1s 623ms |
| /parquet/datatypes/int64 decimal | OK | 1s 717ms |
| /parquet/datatypes/json | OK | 1s 804ms |
| /parquet/datatypes/large string map | XFail | 7s 24ms |
| /parquet/datatypes/largedouble | OK | 1s 760ms |
| /parquet/datatypes/manydatatypes | OK | 1s 602ms |
| /parquet/datatypes/manydatatypes2 | OK | 1s 879ms |
| /parquet/datatypes/maps | OK | 2s 162ms |
| /parquet/datatypes/nameswithemoji | OK | 1s 998ms |
| /parquet/datatypes/nandouble | OK | 1s 984ms |
| /parquet/datatypes/negativeint64 | OK | 2s 87ms |
| /parquet/datatypes/nullbyte | OK | 1s 921ms |
| /parquet/datatypes/nullbytemultiple | OK | 1s 956ms |
| /parquet/datatypes/nullsinid | OK | 2s 613ms |
| /parquet/datatypes/pandasdecimal | OK | 1s 791ms |
| /parquet/datatypes/pandasdecimaldate | OK | 1s 615ms |
| /parquet/datatypes/parquetgo | OK | 1s 623ms |
| /parquet/datatypes/selectdatewithfilter | OK | 9s 180ms |
| /parquet/datatypes/singlenull | OK | 2s 80ms |
| /parquet/datatypes/sparkv21 | OK | 2s 114ms |
| /parquet/datatypes/sparkv22 | OK | 1s 696ms |
| /parquet/datatypes/statdecimal | OK | 1s 868ms |
| /parquet/datatypes/string | OK | 2s 2ms |
| /parquet/datatypes/string int list inconsistent offset multiple batches | OK | 8s 751ms |
| /parquet/datatypes/stringtypes | OK | 2s 246ms |
| /parquet/datatypes/struct | OK | 1s 721ms |
| /parquet/datatypes/supporteduuid | OK | 1s 679ms |
| /parquet/datatypes/timestamp1 | OK | 1s 709ms |
| /parquet/datatypes/timestamp2 | OK | 1s 680ms |
| /parquet/datatypes/timezone | OK | 1s 537ms |
| /parquet/datatypes/unsigned | OK | 4s 230ms |
| /parquet/datatypes/unsupportednull | OK | 225ms |
| /parquet/complex | OK | 42s 808ms |
| /parquet/complex/arraystring | OK | 2s 26ms |
| /parquet/complex/big tuple with nulls | OK | 2s 333ms |
| /parquet/complex/bytearraydictionary | OK | 1s 653ms |
| /parquet/complex/complex null | OK | 1s 854ms |
| /parquet/complex/lagemap | OK | 2s 7ms |
| /parquet/complex/largenestedarray | OK | 1s 761ms |
| /parquet/complex/largestruct | OK | 2s 29ms |
| /parquet/complex/largestruct2 | OK | 2s 324ms |
| /parquet/complex/largestruct3 | OK | 1s 890ms |
| /parquet/complex/list | OK | 2s 216ms |
| /parquet/complex/nested array | OK | 2s 75ms |
| /parquet/complex/nested map | OK | 1s 634ms |
| /parquet/complex/nestedallcomplex | OK | 2s 457ms |
| /parquet/complex/nestedarray2 | OK | 2s 251ms |
| /parquet/complex/nestedstruct | OK | 2s 718ms |
| /parquet/complex/nestedstruct2 | OK | 2s 149ms |
| /parquet/complex/nestedstruct3 | OK | 1s 974ms |
| /parquet/complex/nestedstruct4 | OK | 3s 440ms |
| /parquet/complex/tupleofnulls | OK | 1s 723ms |
| /parquet/complex/tuplewithdatetime | OK | 2s 273ms |
| /parquet/cache | OK | 5s 72ms |
| /parquet/cache/cache1 | OK | 2s 972ms |
| /parquet/cache/cache2 | OK | 2s 87ms |
| /parquet/glob | OK | 1m 22s |
| /parquet/glob/fastparquet globs | OK | 2s 224ms |
| /parquet/glob/glob1 | OK | 2s 154ms |
| /parquet/glob/glob2 | OK | 2s 907ms |
| /parquet/glob/glob with multiple elements | OK | 645ms |
| /parquet/glob/million extensions | OK | 1m 14s |
| /parquet/rowgroups | OK | 5s 226ms |
| /parquet/rowgroups/manyrowgroups | OK | 2s 503ms |
| /parquet/rowgroups/manyrowgroups2 | OK | 2s 716ms |
| /parquet/encrypted | Skip | 4ms |
| /parquet/fastparquet | OK | 11ms |
| /parquet/fastparquet/airlines | Skip | 1ms |
| /parquet/fastparquet/baz | Skip | 1ms |
| /parquet/fastparquet/empty date | Skip | 1ms |
| /parquet/fastparquet/evo | Skip | 1ms |
| /parquet/fastparquet/fastparquet | Skip | 1ms |
| /parquet/read and write | OK | 22m 23s |
| /parquet/read and write/read and write parquet file | OK | 22m 23s |
| /parquet/column related errors | OK | 1s 178ms |
| /parquet/column related errors/check error with 500 columns | OK | 1s 176ms |
| /parquet/multi chunk upload | Skip | 2ms |
Generated by TestFlows Open-Source Test Framework v2.0.250110.1002922