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 27, 2025 18:33 |
| Duration | 1h 5m |
| Framework | TestFlows 2.0.250110.1002922 |
Test artifacts can be found at https://altinity-build-artifacts.s3.amazonaws.com/index.html#964/0f5e65cdfc919521519c358feef8180ae3e0d313/regression/aarch64/with_analyzer/zookeeper/without_thread_fuzzer/parquet/
| project | Altinity/ClickHouse |
| project.id | 159717931 |
| package | https://s3.amazonaws.com/altinity-build-artifacts/PRs/964/0f5e65cdfc919521519c358feef8180ae3e0d313/package_aarch64/clickhouse-common-static_24.8.14.10504.altinitytest_arm64.deb |
| version | 24.8.14.10504.altinitytest |
| user.name | MyroTk |
| repository | https://github.com/Altinity/clickhouse-regression |
| commit.hash | e3c00be97a045aa04e9d1a6ec50cc64f4c387b70 |
| job.name | Parquet |
| job.retry | 2 |
| job.url | https://github.com/Altinity/ClickHouse/actions/runs/17268187938 |
| arch | aarch64 |
| local | True |
| clickhouse_version | None |
| clickhouse_path | https://s3.amazonaws.com/altinity-build-artifacts/PRs/964/0f5e65cdfc919521519c358feef8180ae3e0d313/package_aarch64/clickhouse-common-static_24.8.14.10504.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 |
| 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 | Error | XFail | |
|---|---|---|---|---|---|---|
| Modules | ||||||
| Suites | ||||||
| Features | ||||||
| Scenarios | ||||||
| Checks | ||||||
| Examples | ||||||
| Steps |
| Test Name | Result | Message |
|---|---|---|
| /parquet/postgresql/compression type/=NONE /postgresql engine to parquet file to postgresql engine | XFail 44s 604ms 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 43s 738ms 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 43s 53ms 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 443ms 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.10504.altinitytest (altinity build))
(query: INSERT INTO table_b4bcb0a1_8379_11f0_ac19_920006690433 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 8s 36ms 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_e2ad7d37_837a_11f0_8439_920006690433
ENGINE = MergeTree
ORDER BY tuple() AS SELECT * FROM file('arrow/large_string_map.brotli.parquet', Parquet) LIMIT 100 FORMAT TabSeparated
)
Assertion values
assert False, error(r.output)
^ is False
Where
File '/home/ubuntu/_work/ClickHouse/ClickHouse/parquet/../helpers/cluster.py', line 1188 in 'query'
1180\| assert message in r.output, error(r.output)
1181\|
1182\| if not ignore_exception:
1183\| if message is None or "Exception:" not in message:
1184\| with Then("check if output has exception") if steps else NullStep():
1185\| if "Exception:" in r.output:
1186\| if raise_on_exception:
1187\| raise QueryRuntimeException(r.output)
1188\|> assert False, error(r.output)
1189\|
1190\| return r
1191\| |
| Test Name | Result | Duration |
|---|---|---|
| /parquet | OK | 1h 5m |
| /parquet/file | OK | 35m 45s |
| /parquet/file/engine | OK | 35m 45s |
| /parquet/file/engine/insert into engine | OK | 22m 54s |
| /parquet/file/function | OK | 18m 40s |
| /parquet/file/function/insert into function manual cast types | OK | 18m 19s |
| /parquet/query | OK | 47m 37s |
| /parquet/query/compression type | OK | 47m 37s |
| /parquet/file/function/insert into function auto cast types | OK | 18m 40s |
| /parquet/file/engine/select from engine | OK | 11m 16s |
| /parquet/file/function/select from function manual cast types | OK | 18m 24s |
| /parquet/query/compression type/=NONE | OK | 47m 37s |
| /parquet/file/engine/engine to file to engine | OK | 31m 11s |
| /parquet/file/engine/insert into engine from file | OK | 22m 12s |
| /parquet/list in multiple chunks | OK | 1m 20s |
| /parquet/file/function/select from function auto cast types | OK | 11m 14s |
| /parquet/file/engine/engine select output to file | OK | 35m 45s |
| /parquet/query/compression type/=GZIP | OK | 47m 36s |
| /parquet/query/compression type/=LZ4 | OK | 47m 37s |
| /parquet/url | OK | 37m 17s |
| /parquet/query/compression type/=NONE /insert into memory table from file | OK | 10m 49s |
| /parquet/query/compression type/=GZIP /insert into memory table from file | OK | 10m 48s |
| /parquet/query/compression type/=LZ4 /insert into memory table from file | OK | 10m 46s |
| /parquet/url/engine | OK | 35m 53s |
| /parquet/url/engine/insert into engine | OK | 23m 6s |
| /parquet/url/function | OK | 36m 21s |
| /parquet/url/engine/select from engine | OK | 11m 5s |
| /parquet/url/function/insert into function | OK | 17m 54s |
| /parquet/url/function/select from function manual cast types | OK | 36m 21s |
| /parquet/url/function/select from function auto cast types | OK | 17m 29s |
| /parquet/url/engine/engine to file to engine | OK | 30m 59s |
| /parquet/url/engine/insert into engine from file | OK | 29m 58s |
| /parquet/url/engine/engine select output to file | OK | 35m 53s |
| /parquet/mysql | OK | 2m 9s |
| /parquet/mysql/compression type | OK | 2m 9s |
| /parquet/mysql/compression type/=NONE | OK | 2m 7s |
| /parquet/mysql/compression type/=NONE /mysql engine to parquet file to mysql engine | OK | 1m 34s |
| /parquet/mysql/compression type/=GZIP | OK | 2m 9s |
| /parquet/mysql/compression type/=GZIP /mysql engine to parquet file to mysql engine | OK | 1m 35s |
| /parquet/mysql/compression type/=LZ4 | OK | 2m 7s |
| /parquet/mysql/compression type/=LZ4 /mysql engine to parquet file to mysql engine | OK | 1m 34s |
| /parquet/mysql/compression type/=NONE /mysql function to parquet file to mysql function | OK | 32s 446ms |
| /parquet/mysql/compression type/=LZ4 /mysql function to parquet file to mysql function | OK | 32s 234ms |
| /parquet/mysql/compression type/=GZIP /mysql function to parquet file to mysql function | OK | 33s 759ms |
| /parquet/postgresql | OK | 1m 21s |
| /parquet/postgresql/compression type | OK | 1m 21s |
| /parquet/postgresql/compression type/=NONE | OK | 1m 21s |
| /parquet/postgresql/compression type/=GZIP | OK | 1m 20s |
| /parquet/postgresql/compression type/=LZ4 | OK | 1m 19s |
| /parquet/postgresql/compression type/=NONE /postgresql engine to parquet file to postgresql engine | XFail | 44s 604ms |
| /parquet/postgresql/compression type/=GZIP /postgresql engine to parquet file to postgresql engine | XFail | 43s 738ms |
| /parquet/postgresql/compression type/=LZ4 /postgresql engine to parquet file to postgresql engine | XFail | 43s 53ms |
| /parquet/postgresql/compression type/=LZ4 /postgresql function to parquet file to postgresql function | OK | 36s 320ms |
| /parquet/postgresql/compression type/=GZIP /postgresql function to parquet file to postgresql function | OK | 36s 319ms |
| /parquet/postgresql/compression type/=NONE /postgresql function to parquet file to postgresql function | OK | 36s 256ms |
| /parquet/remote | OK | 22m 10s |
| /parquet/remote/compression type | OK | 22m 10s |
| /parquet/remote/compression type/=NONE | OK | 22m 9s |
| /parquet/remote/compression type/=GZIP | OK | 22m 10s |
| /parquet/remote/compression type/=LZ4 | OK | 22m 10s |
| /parquet/remote/compression type/=NONE /outline | OK | 22m 9s |
| /parquet/remote/compression type/=GZIP /outline | OK | 22m 10s |
| /parquet/remote/compression type/=LZ4 /outline | OK | 22m 10s |
| /parquet/remote/compression type/=NONE /outline/insert into function | OK | 7m 54s |
| /parquet/remote/compression type/=GZIP /outline/insert into function | OK | 7m 56s |
| /parquet/remote/compression type/=LZ4 /outline/insert into function | OK | 7m 55s |
| /parquet/query/compression type/=LZ4 /insert into mergetree table from file | OK | 6m 12s |
| /parquet/query/compression type/=GZIP /insert into mergetree table from file | OK | 6m 13s |
| /parquet/query/compression type/=NONE /insert into mergetree table from file | OK | 6m 13s |
| /parquet/remote/compression type/=NONE /outline/select from function | OK | 14m 14s |
| /parquet/remote/compression type/=LZ4 /outline/select from function | OK | 14m 14s |
| /parquet/remote/compression type/=GZIP /outline/select from function | OK | 14m 13s |
| /parquet/query/compression type/=LZ4 /insert into replicated mergetree table from file | OK | 4m 38s |
| /parquet/query/compression type/=GZIP /insert into replicated mergetree table from file | OK | 4m 38s |
| /parquet/query/compression type/=NONE /insert into replicated mergetree table from file | OK | 4m 39s |
| /parquet/query/compression type/=LZ4 /insert into distributed table from file | OK | 3m 57s |
| /parquet/query/compression type/=GZIP /insert into distributed table from file | OK | 3m 57s |
| /parquet/query/compression type/=NONE /insert into distributed table from file | OK | 3m 56s |
| /parquet/query/compression type/=LZ4 /select from memory table into file | OK | 6m 15s |
| /parquet/query/compression type/=GZIP /select from memory table into file | OK | 6m 12s |
| /parquet/query/compression type/=NONE /select from memory table into file | OK | 6m 15s |
| /parquet/chunked array | XFail | 16s 443ms |
| /parquet/broken | OK | 589ms |
| /parquet/broken/file | Skip | 16ms |
| /parquet/broken/read broken bigint | Skip | 18ms |
| /parquet/broken/read broken date | Skip | 20ms |
| /parquet/broken/read broken int | Skip | 27ms |
| /parquet/broken/read broken smallint | Skip | 27ms |
| /parquet/broken/read broken timestamp ms | Skip | 25ms |
| /parquet/broken/read broken timestamp us | Skip | 17ms |
| /parquet/broken/read broken tinyint | Skip | 29ms |
| /parquet/broken/read broken ubigint | Skip | 20ms |
| /parquet/broken/read broken uint | Skip | 16ms |
| /parquet/broken/read broken usmallint | Skip | 14ms |
| /parquet/broken/read broken utinyint | Skip | 23ms |
| /parquet/broken/string | Skip | 10ms |
| /parquet/encoding | OK | 1m 6s |
| /parquet/encoding/deltabytearray1 | OK | 9s 990ms |
| /parquet/encoding/deltabytearray2 | OK | 8s 972ms |
| /parquet/encoding/deltalengthbytearray | OK | 8s 894ms |
| /parquet/encoding/dictionary | OK | 8s 800ms |
| /parquet/encoding/plain | OK | 8s 957ms |
| /parquet/encoding/plainrlesnappy | OK | 11s 758ms |
| /parquet/encoding/rleboolean | OK | 8s 958ms |
| /parquet/compression | OK | 3m 2s |
| /parquet/compression/arrow snappy | OK | 8s 868ms |
| /parquet/compression/brotli | OK | 8s 529ms |
| /parquet/compression/gzippages | OK | 17s 391ms |
| /parquet/compression/largegzip | OK | 8s 939ms |
| /parquet/compression/lz4 hadoop | OK | 8s 410ms |
| /parquet/compression/lz4 hadoop large | OK | 8s 715ms |
| /parquet/compression/lz4 non hadoop | OK | 9s 46ms |
| /parquet/compression/lz4 raw | OK | 8s 813ms |
| /parquet/compression/lz4 raw large | OK | 8s 703ms |
| /parquet/compression/lz4pages | OK | 17s 571ms |
| /parquet/compression/nonepages | OK | 17s 776ms |
| /parquet/compression/snappypages | OK | 17s 33ms |
| /parquet/compression/snappyplain | OK | 8s 510ms |
| /parquet/compression/snappyrle | OK | 8s 646ms |
| /parquet/compression/zstd | OK | 8s 799ms |
| /parquet/compression/zstdpages | OK | 16s 699ms |
| /parquet/datatypes | OK | 8m 38s |
| /parquet/datatypes/arrowtimestamp | OK | 10s 957ms |
| /parquet/datatypes/arrowtimestampms | OK | 8s 752ms |
| /parquet/datatypes/binary | OK | 10s 795ms |
| /parquet/query/compression type/=LZ4 /select from mergetree table into file | OK | 3m 49s |
| /parquet/query/compression type/=GZIP /select from mergetree table into file | OK | 3m 47s |
| /parquet/query/compression type/=NONE /select from mergetree table into file | OK | 3m 43s |
| /parquet/datatypes/binary string | OK | 12s 918ms |
| /parquet/datatypes/blob | OK | 15s 356ms |
| /parquet/datatypes/boolean | OK | 8s 209ms |
| /parquet/datatypes/byte array | OK | 8s 155ms |
| /parquet/datatypes/columnname | OK | 8s 195ms |
| /parquet/datatypes/columnwithnull | OK | 9s 499ms |
| /parquet/datatypes/columnwithnull2 | OK | 8s 300ms |
| /parquet/datatypes/date | OK | 8s 148ms |
| /parquet/datatypes/decimal with filter | OK | 8s 232ms |
| /parquet/datatypes/decimalvariousfilters | OK | 8s 66ms |
| /parquet/datatypes/decimalwithfilter2 | OK | 8s 388ms |
| /parquet/datatypes/enum | OK | 8s 620ms |
| /parquet/datatypes/enum2 | OK | 8s 297ms |
| /parquet/datatypes/fixed length decimal | OK | 8s 62ms |
| /parquet/datatypes/fixed length decimal legacy | OK | 7s 933ms |
| /parquet/datatypes/fixedstring | OK | 8s 164ms |
| /parquet/datatypes/float16 | Skip | 13ms |
| /parquet/datatypes/h2oai | OK | 8s 86ms |
| /parquet/datatypes/hive | OK | 16s 75ms |
| /parquet/datatypes/int32 | OK | 7s 933ms |
| /parquet/datatypes/int32 decimal | OK | 8s 332ms |
| /parquet/datatypes/int64 | OK | 8s 318ms |
| /parquet/datatypes/int64 decimal | OK | 8s 117ms |
| /parquet/datatypes/json | OK | 8s 410ms |
| /parquet/datatypes/large string map | XFail | 8s 36ms |
| /parquet/datatypes/largedouble | OK | 7s 958ms |
| /parquet/query/compression type/=NONE /select from replicated mergetree table into file | OK | 3m 25s |
| /parquet/query/compression type/=LZ4 /select from replicated mergetree table into file | OK | 3m 24s |
| /parquet/query/compression type/=GZIP /select from replicated mergetree table into file | OK | 3m 22s |
| /parquet/datatypes/manydatatypes | OK | 16s 351ms |
| /parquet/complex | OK | 2m 56s |
| /parquet/complex/arraystring | OK | 17s 330ms |
| /parquet/datatypes/manydatatypes2 | OK | 9s 980ms |
| /parquet/complex/big tuple with nulls | OK | 9s 929ms |
| /parquet/datatypes/maps | OK | 7s 842ms |
| /parquet/complex/bytearraydictionary | OK | 8s 61ms |
| /parquet/datatypes/nameswithemoji | OK | 9s 171ms |
| /parquet/complex/complex null | OK | 8s 733ms |
| /parquet/datatypes/nandouble | OK | 7s 856ms |
| /parquet/complex/lagemap | OK | 7s 930ms |
| /parquet/datatypes/negativeint64 | OK | 7s 878ms |
| /parquet/complex/largenestedarray | OK | 10s 477ms |
| /parquet/datatypes/nullbyte | OK | 10s 104ms |
| /parquet/complex/largestruct | OK | 7s 839ms |
| /parquet/datatypes/nullbytemultiple | OK | 7s 894ms |
| /parquet/complex/largestruct2 | OK | 8s 213ms |
| /parquet/datatypes/nullsinid | OK | 7s 835ms |
| /parquet/complex/largestruct3 | OK | 7s 961ms |
| /parquet/datatypes/pandasdecimal | OK | 7s 812ms |
| /parquet/complex/list | OK | 9s 796ms |
| /parquet/datatypes/pandasdecimaldate | OK | 8s 312ms |
| /parquet/cache | OK | 17s 851ms |
| /parquet/cache/cache1 | OK | 9s 897ms |
| /parquet/complex/nested array | OK | 7s 866ms |
| /parquet/datatypes/parquetgo | OK | 7s 791ms |
| /parquet/cache/cache2 | OK | 7s 939ms |
| /parquet/complex/nested map | OK | 7s 743ms |
| /parquet/datatypes/selectdatewithfilter | OK | 27s 185ms |
| /parquet/glob | OK | 53s 382ms |
| /parquet/glob/fastparquet globs | OK | 11s 480ms |
| /parquet/complex/nestedallcomplex | OK | 8s 330ms |
| /parquet/complex/nestedarray2 | OK | 8s 185ms |
| /parquet/glob/glob1 | OK | 2s 212ms |
| /parquet/glob/glob2 | OK | 3s 234ms |
| /parquet/glob/glob with multiple elements | OK | 614ms |
| /parquet/glob/million extensions | OK | 35s 821ms |
| /parquet/complex/nestedstruct | OK | 8s 448ms |
| /parquet/datatypes/singlenull | OK | 8s 198ms |
| /parquet/complex/nestedstruct2 | OK | 8s 113ms |
| /parquet/datatypes/sparkv21 | OK | 8s 15ms |
| /parquet/complex/nestedstruct3 | OK | 7s 789ms |
| /parquet/datatypes/sparkv22 | OK | 7s 972ms |
| /parquet/complex/nestedstruct4 | OK | 7s 898ms |
| /parquet/datatypes/statdecimal | OK | 8s 248ms |
| /parquet/complex/tupleofnulls | OK | 8s 63ms |
| /parquet/rowgroups | OK | 16s 109ms |
| /parquet/rowgroups/manyrowgroups | OK | 8s 23ms |
| /parquet/datatypes/string | OK | 8s 121ms |
| /parquet/complex/tuplewithdatetime | OK | 7s 786ms |
| /parquet/rowgroups/manyrowgroups2 | OK | 8s 79ms |
| /parquet/datatypes/string int list inconsistent offset multiple batches | OK | 13s 286ms |
| /parquet/encrypted | Skip | 2ms |
| /parquet/fastparquet | OK | 14ms |
| /parquet/fastparquet/airlines | Skip | 2ms |
| /parquet/fastparquet/baz | Skip | 1ms |
| /parquet/fastparquet/empty date | Skip | 2ms |
| /parquet/fastparquet/evo | Skip | 1ms |
| /parquet/fastparquet/fastparquet | Skip | 1ms |
| /parquet/read and write | OK | 14m 22s |
| /parquet/read and write/read and write parquet file | OK | 14m 22s |
| /parquet/column related errors | OK | 2s 467ms |
| /parquet/column related errors/check error with 500 columns | OK | 2s 465ms |
| /parquet/multi chunk upload | Skip | 240ms |
| /parquet/datatypes/stringtypes | OK | 7s 763ms |
| /parquet/datatypes/struct | OK | 8s 195ms |
| /parquet/query/compression type/=GZIP /select from distributed table into file | OK | 3m 43s |
| /parquet/query/compression type/=NONE /select from distributed table into file | OK | 3m 43s |
| /parquet/query/compression type/=LZ4 /select from distributed table into file | OK | 3m 41s |
| /parquet/datatypes/supporteduuid | OK | 17s 688ms |
| /parquet/datatypes/timestamp1 | OK | 7s 620ms |
| /parquet/datatypes/timestamp2 | OK | 7s 625ms |
| /parquet/datatypes/timezone | OK | 7s 724ms |
| /parquet/datatypes/unsigned | OK | 15s 309ms |
| /parquet/datatypes/unsupportednull | OK | 181ms |
| /parquet/query/compression type/=GZIP /select from mat view into file | OK | 3m 13s |
| /parquet/query/compression type/=LZ4 /select from mat view into file | OK | 3m 14s |
| /parquet/query/compression type/=NONE /select from mat view into file | OK | 3m 13s |
| /parquet/query/compression type/=GZIP /insert into table with projection from file | OK | 1m 36s |
| /parquet/query/compression type/=LZ4 /insert into table with projection from file | OK | 1m 36s |
| /parquet/query/compression type/=NONE /insert into table with projection from file | OK | 1m 36s |
Generated by TestFlows Open-Source Test Framework v2.0.250110.1002922