Copyright 2025, Altinity Inc.. All Rights Reserved. All information contained herein is, and remains the property of Altinity Inc.. Any dissemination of this information or reproduction of this material is strictly forbidden unless prior written permission is obtained from Altinity Inc..
| Date | Apr 16, 2025 19:52 |
| Duration | 54m 7s |
| Framework | TestFlows 2.0.250110.1002922 |
Test artifacts can be found at https://altinity-build-artifacts.s3.amazonaws.com/index.html#731/b6d55322609dc2e7008a663c21e92c43120146f1/regression/aarch64/with_analyzer/zookeeper/without_thread_fuzzer/parquet/
| project | Altinity/ClickHouse |
| project.id | 159717931 |
| package | https://s3.amazonaws.com/altinity-build-artifacts/PRs/731/b6d55322609dc2e7008a663c21e92c43120146f1/package_aarch64/clickhouse-common-static_24.3.12.58335.altinitystable_arm64.deb |
| version | 24.3.12.58335.altinitystable |
| user.name | strtgbb |
| repository | https://github.com/Altinity/clickhouse-regression |
| commit.hash | a170f32119a5c872e5ff209b8f39e13acc2d6626 |
| job.name | Parquet |
| job.retry | 1 |
| job.url | https://github.com/Altinity/ClickHouse/actions/runs/14500338176 |
| arch | aarch64 |
| local | True |
| clickhouse_version | None |
| clickhouse_path | https://s3.amazonaws.com/altinity-build-artifacts/PRs/731/b6d55322609dc2e7008a663c21e92c43120146f1/package_aarch64/clickhouse-common-static_24.3.12.58335.altinitystable_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 41s 842ms This fails because of the difference in snapshot values. We used to capture the datetime value `0` be converted as 2106-02-07 06:28:16 instead of the correct 1970-01-01 01:00:00. But when steps are repeated manually, we can not reproduce it | AssertionError
Traceback (most recent call last):
File "/usr/lib/python3.12/threading.py", line 1030, in _bootstrap
self._bootstrap_inner()
File "/usr/lib/python3.12/threading.py", line 1073, in _bootstrap_inner
self.run()
File "/usr/lib/python3.12/threading.py", line 1010, in run
self._target(*self._args, **self._kwargs)
File "/usr/lib/python3.12/concurrent/futures/thread.py", line 58, in run
result = self.fn(*self.args, **self.kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/ubuntu/_work/ClickHouse/ClickHouse/parquet/../parquet/tests/common.py", line 826, in execute_query_step
execute_query(
File "/home/ubuntu/_work/ClickHouse/ClickHouse/parquet/../parquet/tests/common.py", line 896, in execute_query
assert that(snapshot_result), error()
^^^^^^^^^^^^^^^^^^^^^
AssertionError: Oops! Assertion failed
The following assertion was not satisfied
assert that(snapshot_result), error()
Assertion values
assert that(snapshot_result), error()
^ is = SnapshotError(
filename=/home/ubuntu/_work/ClickHouse/ClickHouse/parquet/../parquet/tests/snapshots/common.py.postgresql engine to parquet file to postgresql engine.snapshot
name=_parquet_postgresql_compression_type__NONE__postgresql_engine_to_parquet_file_to_postgresql_engine_I_check_the_data_on_the_table_datetime
snapshot_value="""
{"datetime":"2106-02-07 06:28:15","toTypeName(datetime)":"DateTime"}
{"datetime":"2106-02-07 06:28:16","toTypeName(datetime)":"DateTime"}
{"datetime":"1970-01-01 01:00:00","toTypeName(datetime)":"DateTime"}
{"datetime":"2006-11-27 02:50:49","toTypeName(datetime)":"DateTime"}
{"datetime":"2015-06-29 09:43:07","toTypeName(datetime)":"DateTime"}
{"datetime":"2011-09-30 02:34:30","toTypeName(datetime)":"DateTime"}
{"datetime":"2019-04-27 02:01:34","toTypeName(datetime)":"DateTime"}
{"datetime":"2017-02-11 09:09:25","toTypeName(datetime)":"DateTime"}
{"datetime":"2009-06-14 11:12:39","toTypeName(datetime)":"DateTime"}
{"datetime":"2020-01-24 15:10:50","toTypeName(datetime)":"DateTime"}
""",
actual_value="""
{"datetime":"2106-02-07 06:28:15","toTypeName(datetime)":"DateTime"}
{"datetime":"1970-01-01 01:00:00","toTypeName(datetime)":"DateTime"}
{"datetime":"1970-01-01 01:00:00","toTypeName(datetime)":"DateTime"}
{"datetime":"2006-11-27 02:50:49","toTypeName(datetime)":"DateTime"}
{"datetime":"2015-06-29 09:43:07","toTypeName(datetime)":"DateTime"}
{"datetime":"2011-09-30 02:34:30","toTypeName(datetime)":"DateTime"}
{"datetime":"2019-04-27 02:01:34","toTypeName(datetime)":"DateTime"}
{"datetime":"2017-02-11 09:09:25","toTypeName(datetime)":"DateTime"}
{"datetime":"2009-06-14 11:12:39","toTypeName(datetime)":"DateTime"}
{"datetime":"2020-01-24 15:10:50","toTypeName(datetime)":"DateTime"}
""",
diff="""
--- /home/ubuntu/_work/ClickHouse/ClickHouse/parquet/../parquet/tests/snapshots/common.py.postgresql engine to parquet file to postgresql engine.snapshot
+++
@@ -1,6 +1,6 @@
{"datetime":"2106-02-07 06:28:15","toTypeName(datetime)":"DateTime"}
-{"datetime":"2106-02-07 06:28:16","toTypeName(datetime)":"DateTime"}
+{"datetime":"1970-01-01 01:00:00","toTypeName(datetime)":"DateTime"}
{"datetime":"1970-01-01 01:00:00","toTypeName(datetime)":"DateTime"}
{"datetime":"2006-11-27 02:50:49","toTypeName(datetime)":"DateTime"}
{"datetime":"2015-06-29 09:43:07","toTypeName(datetime)":"DateTime"}
""")
assert that(snapshot_result), error()
^ is False
Where
File '/home/ubuntu/_work/ClickHouse/ClickHouse/parquet/../parquet/tests/common.py', line 896 in 'execute_query'
888\| with values() as that:
889\| snapshot_result = snapshot(
890\| "\n" + r.output.strip() + "\n",
891\| id=snapshot_id,
892\| name=snapshot_name,
893\| encoder=str,
894\| mode=snapshot.CHECK,
895\| )
896\|> assert that(snapshot_result), error() |
| /parquet/postgresql/compression type/=LZ4 /postgresql engine to parquet file to postgresql engine | XFail 41s 929ms This fails because of the difference in snapshot values. We used to capture the datetime value `0` be converted as 2106-02-07 06:28:16 instead of the correct 1970-01-01 01:00:00. But when steps are repeated manually, we can not reproduce it | AssertionError
Traceback (most recent call last):
File "/usr/lib/python3.12/threading.py", line 1030, in _bootstrap
self._bootstrap_inner()
File "/usr/lib/python3.12/threading.py", line 1073, in _bootstrap_inner
self.run()
File "/usr/lib/python3.12/threading.py", line 1010, in run
self._target(*self._args, **self._kwargs)
File "/usr/lib/python3.12/concurrent/futures/thread.py", line 58, in run
result = self.fn(*self.args, **self.kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/ubuntu/_work/ClickHouse/ClickHouse/parquet/../parquet/tests/common.py", line 826, in execute_query_step
execute_query(
File "/home/ubuntu/_work/ClickHouse/ClickHouse/parquet/../parquet/tests/common.py", line 896, in execute_query
assert that(snapshot_result), error()
^^^^^^^^^^^^^^^^^^^^^
AssertionError: Oops! Assertion failed
The following assertion was not satisfied
assert that(snapshot_result), error()
Assertion values
assert that(snapshot_result), error()
^ is = SnapshotError(
filename=/home/ubuntu/_work/ClickHouse/ClickHouse/parquet/../parquet/tests/snapshots/common.py.postgresql engine to parquet file to postgresql engine.snapshot
name=_parquet_postgresql_compression_type__LZ4__postgresql_engine_to_parquet_file_to_postgresql_engine_I_check_the_data_on_the_table_datetime
snapshot_value="""
{"datetime":"2106-02-07 06:28:15","toTypeName(datetime)":"DateTime"}
{"datetime":"2106-02-07 06:28:16","toTypeName(datetime)":"DateTime"}
{"datetime":"1970-01-01 01:00:00","toTypeName(datetime)":"DateTime"}
{"datetime":"2006-11-27 02:50:49","toTypeName(datetime)":"DateTime"}
{"datetime":"2015-06-29 09:43:07","toTypeName(datetime)":"DateTime"}
{"datetime":"2011-09-30 02:34:30","toTypeName(datetime)":"DateTime"}
{"datetime":"2019-04-27 02:01:34","toTypeName(datetime)":"DateTime"}
{"datetime":"2017-02-11 09:09:25","toTypeName(datetime)":"DateTime"}
{"datetime":"2009-06-14 11:12:39","toTypeName(datetime)":"DateTime"}
{"datetime":"2020-01-24 15:10:50","toTypeName(datetime)":"DateTime"}
""",
actual_value="""
{"datetime":"2106-02-07 06:28:15","toTypeName(datetime)":"DateTime"}
{"datetime":"1970-01-01 01:00:00","toTypeName(datetime)":"DateTime"}
{"datetime":"1970-01-01 01:00:00","toTypeName(datetime)":"DateTime"}
{"datetime":"2006-11-27 02:50:49","toTypeName(datetime)":"DateTime"}
{"datetime":"2015-06-29 09:43:07","toTypeName(datetime)":"DateTime"}
{"datetime":"2011-09-30 02:34:30","toTypeName(datetime)":"DateTime"}
{"datetime":"2019-04-27 02:01:34","toTypeName(datetime)":"DateTime"}
{"datetime":"2017-02-11 09:09:25","toTypeName(datetime)":"DateTime"}
{"datetime":"2009-06-14 11:12:39","toTypeName(datetime)":"DateTime"}
{"datetime":"2020-01-24 15:10:50","toTypeName(datetime)":"DateTime"}
""",
diff="""
--- /home/ubuntu/_work/ClickHouse/ClickHouse/parquet/../parquet/tests/snapshots/common.py.postgresql engine to parquet file to postgresql engine.snapshot
+++
@@ -1,6 +1,6 @@
{"datetime":"2106-02-07 06:28:15","toTypeName(datetime)":"DateTime"}
-{"datetime":"2106-02-07 06:28:16","toTypeName(datetime)":"DateTime"}
+{"datetime":"1970-01-01 01:00:00","toTypeName(datetime)":"DateTime"}
{"datetime":"1970-01-01 01:00:00","toTypeName(datetime)":"DateTime"}
{"datetime":"2006-11-27 02:50:49","toTypeName(datetime)":"DateTime"}
{"datetime":"2015-06-29 09:43:07","toTypeName(datetime)":"DateTime"}
""")
assert that(snapshot_result), error()
^ is False
Where
File '/home/ubuntu/_work/ClickHouse/ClickHouse/parquet/../parquet/tests/common.py', line 896 in 'execute_query'
888\| with values() as that:
889\| snapshot_result = snapshot(
890\| "\n" + r.output.strip() + "\n",
891\| id=snapshot_id,
892\| name=snapshot_name,
893\| encoder=str,
894\| mode=snapshot.CHECK,
895\| )
896\|> assert that(snapshot_result), error() |
| /parquet/postgresql/compression type/=GZIP /postgresql engine to parquet file to postgresql engine | XFail 42s 352ms This fails because of the difference in snapshot values. We used to capture the datetime value `0` be converted as 2106-02-07 06:28:16 instead of the correct 1970-01-01 01:00:00. But when steps are repeated manually, we can not reproduce it | AssertionError
Traceback (most recent call last):
File "/usr/lib/python3.12/threading.py", line 1030, in _bootstrap
self._bootstrap_inner()
File "/usr/lib/python3.12/threading.py", line 1073, in _bootstrap_inner
self.run()
File "/usr/lib/python3.12/threading.py", line 1010, in run
self._target(*self._args, **self._kwargs)
File "/usr/lib/python3.12/concurrent/futures/thread.py", line 58, in run
result = self.fn(*self.args, **self.kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/ubuntu/_work/ClickHouse/ClickHouse/parquet/../parquet/tests/common.py", line 826, in execute_query_step
execute_query(
File "/home/ubuntu/_work/ClickHouse/ClickHouse/parquet/../parquet/tests/common.py", line 896, in execute_query
assert that(snapshot_result), error()
^^^^^^^^^^^^^^^^^^^^^
AssertionError: Oops! Assertion failed
The following assertion was not satisfied
assert that(snapshot_result), error()
Assertion values
assert that(snapshot_result), error()
^ is = SnapshotError(
filename=/home/ubuntu/_work/ClickHouse/ClickHouse/parquet/../parquet/tests/snapshots/common.py.postgresql engine to parquet file to postgresql engine.snapshot
name=_parquet_postgresql_compression_type__GZIP__postgresql_engine_to_parquet_file_to_postgresql_engine_I_check_the_data_on_the_table_datetime
snapshot_value="""
{"datetime":"2106-02-07 06:28:15","toTypeName(datetime)":"DateTime"}
{"datetime":"2106-02-07 06:28:16","toTypeName(datetime)":"DateTime"}
{"datetime":"1970-01-01 01:00:00","toTypeName(datetime)":"DateTime"}
{"datetime":"2006-11-27 02:50:49","toTypeName(datetime)":"DateTime"}
{"datetime":"2015-06-29 09:43:07","toTypeName(datetime)":"DateTime"}
{"datetime":"2011-09-30 02:34:30","toTypeName(datetime)":"DateTime"}
{"datetime":"2019-04-27 02:01:34","toTypeName(datetime)":"DateTime"}
{"datetime":"2017-02-11 09:09:25","toTypeName(datetime)":"DateTime"}
{"datetime":"2009-06-14 11:12:39","toTypeName(datetime)":"DateTime"}
{"datetime":"2020-01-24 15:10:50","toTypeName(datetime)":"DateTime"}
""",
actual_value="""
{"datetime":"2106-02-07 06:28:15","toTypeName(datetime)":"DateTime"}
{"datetime":"1970-01-01 01:00:00","toTypeName(datetime)":"DateTime"}
{"datetime":"1970-01-01 01:00:00","toTypeName(datetime)":"DateTime"}
{"datetime":"2006-11-27 02:50:49","toTypeName(datetime)":"DateTime"}
{"datetime":"2015-06-29 09:43:07","toTypeName(datetime)":"DateTime"}
{"datetime":"2011-09-30 02:34:30","toTypeName(datetime)":"DateTime"}
{"datetime":"2019-04-27 02:01:34","toTypeName(datetime)":"DateTime"}
{"datetime":"2017-02-11 09:09:25","toTypeName(datetime)":"DateTime"}
{"datetime":"2009-06-14 11:12:39","toTypeName(datetime)":"DateTime"}
{"datetime":"2020-01-24 15:10:50","toTypeName(datetime)":"DateTime"}
""",
diff="""
--- /home/ubuntu/_work/ClickHouse/ClickHouse/parquet/../parquet/tests/snapshots/common.py.postgresql engine to parquet file to postgresql engine.snapshot
+++
@@ -1,6 +1,6 @@
{"datetime":"2106-02-07 06:28:15","toTypeName(datetime)":"DateTime"}
-{"datetime":"2106-02-07 06:28:16","toTypeName(datetime)":"DateTime"}
+{"datetime":"1970-01-01 01:00:00","toTypeName(datetime)":"DateTime"}
{"datetime":"1970-01-01 01:00:00","toTypeName(datetime)":"DateTime"}
{"datetime":"2006-11-27 02:50:49","toTypeName(datetime)":"DateTime"}
{"datetime":"2015-06-29 09:43:07","toTypeName(datetime)":"DateTime"}
""")
assert that(snapshot_result), error()
^ is False
Where
File '/home/ubuntu/_work/ClickHouse/ClickHouse/parquet/../parquet/tests/common.py', line 896 in 'execute_query'
888\| with values() as that:
889\| snapshot_result = snapshot(
890\| "\n" + r.output.strip() + "\n",
891\| id=snapshot_id,
892\| name=snapshot_name,
893\| encoder=str,
894\| mode=snapshot.CHECK,
895\| )
896\|> assert that(snapshot_result), error() |
| /parquet/chunked array | XFail 15s 502ms Not supported | AssertionError
Traceback (most recent call last):
File "/usr/lib/python3.12/threading.py", line 1030, in _bootstrap
self._bootstrap_inner()
File "/usr/lib/python3.12/threading.py", line 1073, in _bootstrap_inner
self.run()
File "/usr/lib/python3.12/threading.py", line 1010, in run
self._target(*self._args, **self._kwargs)
File "/usr/lib/python3.12/concurrent/futures/thread.py", line 58, in run
result = self.fn(*self.args, **self.kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/ubuntu/_work/ClickHouse/ClickHouse/parquet/../parquet/tests/chunked_array.py", line 30, in feature
node.query(
File "/home/ubuntu/_work/ClickHouse/ClickHouse/parquet/../helpers/cluster.py", line 1188, in query
assert False, error(r.output)
^^^^^
AssertionError: Oops! Assertion failed
The following assertion was not satisfied
assert False, error(r.output)
Description
Error on processing query: Code: 33. DB::Exception: Error while reading Parquet data: NotImplemented: Nested data conversions not implemented for chunked array outputs: (in file/uri /var/lib/clickhouse/user_files/chunked_array_test_file.parquet): While executing ParquetBlockInputFormat: While executing File: data for INSERT was parsed from file. (CANNOT_READ_ALL_DATA) (version 24.3.12.58335.altinitystable (altinity build))
(query: INSERT INTO table_776f546e_1b00_11f0_b9d8_96000439cdfe 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 371ms Will fail until the, https://github.com/apache/arrow/pull/35825, gets merged. | AssertionError
Traceback (most recent call last):
File "/usr/lib/python3.12/threading.py", line 1030, in _bootstrap
self._bootstrap_inner()
File "/usr/lib/python3.12/threading.py", line 1073, in _bootstrap_inner
self.run()
File "/usr/lib/python3.12/threading.py", line 1010, in run
self._target(*self._args, **self._kwargs)
File "/usr/lib/python3.12/concurrent/futures/thread.py", line 58, in run
result = self.fn(*self.args, **self.kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/ubuntu/_work/ClickHouse/ClickHouse/parquet/../parquet/tests/datatypes.py", line 929, in feature
scenario()
File "/home/ubuntu/_work/ClickHouse/ClickHouse/parquet/../parquet/tests/datatypes.py", line 801, in large_string_map
import_export(snapshot_name="large_string_map_structure", import_file=import_file)
File "/home/ubuntu/_work/ClickHouse/ClickHouse/parquet/../parquet/tests/outline.py", line 36, in import_export
node.query(
File "/home/ubuntu/_work/ClickHouse/ClickHouse/parquet/../helpers/cluster.py", line 1188, in query
assert False, error(r.output)
^^^^^
AssertionError: Oops! Assertion failed
The following assertion was not satisfied
assert False, error(r.output)
Description
Received exception from server (version 24.3.12):
Code: 33. DB::Exception: Received from localhost:9000. DB::Exception: Error while reading Parquet data: NotImplemented: Nested data conversions not implemented for chunked array outputs: (in file/uri /var/lib/clickhouse/user_files/arrow/large_string_map.brotli.parquet): While executing ParquetBlockInputFormat: While executing File. (CANNOT_READ_ALL_DATA)
(query: CREATE TABLE table_7b2ac01d_1b01_11f0_af34_96000439cdfe
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 | 54m 7s |
| /parquet/file | OK | 32m 54s |
| /parquet/query | OK | 44m 6s |
| /parquet/query/compression type | OK | 44m 6s |
| /parquet/file/engine | OK | 32m 54s |
| /parquet/query/compression type/=NONE | OK | 44m 6s |
| /parquet/query/compression type/=NONE /insert into memory table from file | OK | 10m 4s |
| /parquet/file/function | OK | 17m 5s |
| /parquet/file/engine/insert into engine | OK | 21m 4s |
| /parquet/query/compression type/=GZIP | OK | 44m 6s |
| /parquet/query/compression type/=GZIP /insert into memory table from file | OK | 10m 5s |
| /parquet/file/engine/select from engine | OK | 10m 26s |
| /parquet/query/compression type/=LZ4 | OK | 44m 6s |
| /parquet/query/compression type/=LZ4 /insert into memory table from file | OK | 10m 4s |
| /parquet/file/function/insert into function manual cast types | OK | 16m 47s |
| /parquet/file/function/insert into function auto cast types | OK | 17m 5s |
| /parquet/file/engine/engine to file to engine | OK | 28m 39s |
| /parquet/file/engine/insert into engine from file | OK | 20m 25s |
| /parquet/list in multiple chunks | OK | 1m 13s |
| /parquet/file/function/select from function manual cast types | OK | 16m 8s |
| /parquet/file/engine/engine select output to file | OK | 32m 53s |
| /parquet/file/function/select from function auto cast types | OK | 10m 28s |
| /parquet/url | OK | 33m 42s |
| /parquet/url/engine | OK | 32m 35s |
| /parquet/url/function | OK | 31m 16s |
| /parquet/url/engine/insert into engine | OK | 20m 54s |
| /parquet/url/engine/select from engine | OK | 10m 0s |
| /parquet/url/function/insert into function | OK | 16m 15s |
| /parquet/url/function/select from function manual cast types | OK | 31m 16s |
| /parquet/url/engine/engine to file to engine | OK | 28m 19s |
| /parquet/url/engine/insert into engine from file | OK | 27m 22s |
| /parquet/url/function/select from function auto cast types | OK | 15m 51s |
| /parquet/url/engine/engine select output to file | OK | 32m 34s |
| /parquet/mysql | OK | 1m 56s |
| /parquet/mysql/compression type | OK | 1m 56s |
| /parquet/mysql/compression type/=NONE | OK | 1m 56s |
| /parquet/mysql/compression type/=NONE /mysql engine to parquet file to mysql engine | OK | 1m 25s |
| /parquet/mysql/compression type/=GZIP | OK | 1m 54s |
| /parquet/mysql/compression type/=LZ4 | OK | 1m 55s |
| /parquet/mysql/compression type/=GZIP /mysql engine to parquet file to mysql engine | OK | 1m 25s |
| /parquet/mysql/compression type/=LZ4 /mysql engine to parquet file to mysql engine | OK | 1m 25s |
| /parquet/mysql/compression type/=GZIP /mysql function to parquet file to mysql function | OK | 29s 79ms |
| /parquet/mysql/compression type/=LZ4 /mysql function to parquet file to mysql function | OK | 30s 316ms |
| /parquet/mysql/compression type/=NONE /mysql function to parquet file to mysql function | OK | 30s 717ms |
| /parquet/postgresql | OK | 1m 18s |
| /parquet/postgresql/compression type | OK | 1m 18s |
| /parquet/postgresql/compression type/=NONE | OK | 1m 15s |
| /parquet/postgresql/compression type/=NONE /postgresql engine to parquet file to postgresql engine | XFail | 41s 842ms |
| /parquet/postgresql/compression type/=GZIP | OK | 1m 18s |
| /parquet/postgresql/compression type/=LZ4 | OK | 1m 18s |
| /parquet/postgresql/compression type/=LZ4 /postgresql engine to parquet file to postgresql engine | XFail | 41s 929ms |
| /parquet/postgresql/compression type/=GZIP /postgresql engine to parquet file to postgresql engine | XFail | 42s 352ms |
| /parquet/postgresql/compression type/=NONE /postgresql function to parquet file to postgresql function | OK | 33s 783ms |
| /parquet/postgresql/compression type/=LZ4 /postgresql function to parquet file to postgresql function | OK | 36s 35ms |
| /parquet/postgresql/compression type/=GZIP /postgresql function to parquet file to postgresql function | OK | 35s 758ms |
| /parquet/remote | OK | 20m 22s |
| /parquet/remote/compression type | OK | 20m 22s |
| /parquet/remote/compression type/=NONE | OK | 20m 21s |
| /parquet/remote/compression type/=GZIP | OK | 20m 22s |
| /parquet/remote/compression type/=LZ4 | OK | 20m 22s |
| /parquet/remote/compression type/=GZIP /outline | OK | 20m 22s |
| /parquet/remote/compression type/=LZ4 /outline | OK | 20m 22s |
| /parquet/remote/compression type/=LZ4 /outline/insert into function | OK | 7m 23s |
| /parquet/remote/compression type/=GZIP /outline/insert into function | OK | 7m 25s |
| /parquet/remote/compression type/=NONE /outline | OK | 20m 21s |
| /parquet/remote/compression type/=NONE /outline/insert into function | OK | 7m 24s |
| /parquet/query/compression type/=NONE /insert into mergetree table from file | OK | 5m 44s |
| /parquet/query/compression type/=LZ4 /insert into mergetree table from file | OK | 5m 44s |
| /parquet/query/compression type/=GZIP /insert into mergetree table from file | OK | 5m 43s |
| /parquet/remote/compression type/=LZ4 /outline/select from function | OK | 12m 57s |
| /parquet/remote/compression type/=NONE /outline/select from function | OK | 12m 56s |
| /parquet/remote/compression type/=GZIP /outline/select from function | OK | 12m 56s |
| /parquet/query/compression type/=LZ4 /insert into replicated mergetree table from file | OK | 4m 14s |
| /parquet/query/compression type/=NONE /insert into replicated mergetree table from file | OK | 4m 16s |
| /parquet/query/compression type/=GZIP /insert into replicated mergetree table from file | OK | 4m 15s |
| /parquet/query/compression type/=LZ4 /insert into distributed table from file | OK | 3m 35s |
| /parquet/query/compression type/=GZIP /insert into distributed table from file | OK | 3m 34s |
| /parquet/query/compression type/=NONE /insert into distributed table from file | OK | 3m 34s |
| /parquet/query/compression type/=LZ4 /select from memory table into file | OK | 5m 46s |
| /parquet/query/compression type/=GZIP /select from memory table into file | OK | 5m 46s |
| /parquet/query/compression type/=NONE /select from memory table into file | OK | 5m 44s |
| /parquet/chunked array | XFail | 15s 502ms |
| /parquet/broken | OK | 458ms |
| /parquet/broken/file | Skip | 19ms |
| /parquet/broken/read broken bigint | Skip | 62ms |
| /parquet/broken/read broken date | Skip | 38ms |
| /parquet/broken/read broken int | Skip | 19ms |
| /parquet/broken/read broken smallint | Skip | 13ms |
| /parquet/broken/read broken timestamp ms | Skip | 11ms |
| /parquet/broken/read broken timestamp us | Skip | 15ms |
| /parquet/broken/read broken tinyint | Skip | 61ms |
| /parquet/broken/read broken ubigint | Skip | 17ms |
| /parquet/broken/read broken uint | Skip | 11ms |
| /parquet/broken/read broken usmallint | Skip | 8ms |
| /parquet/broken/read broken utinyint | Skip | 15ms |
| /parquet/broken/string | Skip | 15ms |
| /parquet/encoding | OK | 56s 652ms |
| /parquet/encoding/deltabytearray1 | OK | 7s 760ms |
| /parquet/encoding/deltabytearray2 | OK | 7s 422ms |
| /parquet/encoding/deltalengthbytearray | OK | 7s 570ms |
| /parquet/encoding/dictionary | OK | 7s 436ms |
| /parquet/encoding/plain | OK | 7s 631ms |
| /parquet/encoding/plainrlesnappy | OK | 11s 226ms |
| /parquet/encoding/rleboolean | OK | 7s 484ms |
| /parquet/compression | OK | 2m 39s |
| /parquet/compression/arrow snappy | OK | 7s 525ms |
| /parquet/compression/brotli | OK | 7s 413ms |
| /parquet/compression/gzippages | OK | 15s 575ms |
| /parquet/compression/largegzip | OK | 7s 858ms |
| /parquet/compression/lz4 hadoop | OK | 7s 481ms |
| /parquet/compression/lz4 hadoop large | OK | 7s 397ms |
| /parquet/compression/lz4 non hadoop | OK | 7s 636ms |
| /parquet/compression/lz4 raw | OK | 7s 493ms |
| /parquet/compression/lz4 raw large | OK | 7s 607ms |
| /parquet/compression/lz4pages | OK | 15s 538ms |
| /parquet/compression/nonepages | OK | 14s 993ms |
| /parquet/compression/snappypages | OK | 14s 881ms |
| /parquet/compression/snappyplain | OK | 8s 17ms |
| /parquet/compression/snappyrle | OK | 7s 772ms |
| /parquet/compression/zstd | OK | 7s 476ms |
| /parquet/compression/zstdpages | OK | 14s 337ms |
| /parquet/datatypes | OK | 7m 7s |
| /parquet/datatypes/arrowtimestamp | OK | 7s 194ms |
| /parquet/datatypes/arrowtimestampms | OK | 6s 921ms |
| /parquet/datatypes/binary | OK | 9s 344ms |
| /parquet/datatypes/binary string | OK | 9s 387ms |
| /parquet/datatypes/blob | OK | 6s 955ms |
| /parquet/datatypes/boolean | OK | 7s 176ms |
| /parquet/query/compression type/=NONE /select from mergetree table into file | OK | 3m 39s |
| /parquet/query/compression type/=LZ4 /select from mergetree table into file | OK | 3m 39s |
| /parquet/query/compression type/=GZIP /select from mergetree table into file | OK | 3m 38s |
| /parquet/datatypes/byte array | OK | 12s 773ms |
| /parquet/datatypes/columnname | OK | 11s 627ms |
| /parquet/datatypes/columnwithnull | OK | 6s 912ms |
| /parquet/datatypes/columnwithnull2 | OK | 6s 843ms |
| /parquet/datatypes/date | OK | 6s 815ms |
| /parquet/datatypes/decimal with filter | OK | 7s 195ms |
| /parquet/datatypes/decimalvariousfilters | OK | 7s 33ms |
| /parquet/datatypes/decimalwithfilter2 | OK | 7s 208ms |
| /parquet/datatypes/enum | OK | 6s 993ms |
| /parquet/datatypes/enum2 | OK | 6s 821ms |
| /parquet/datatypes/fixed length decimal | OK | 7s 496ms |
| /parquet/datatypes/fixed length decimal legacy | OK | 6s 895ms |
| /parquet/datatypes/fixedstring | OK | 6s 923ms |
| /parquet/datatypes/float16 | Skip | 1ms |
| /parquet/datatypes/h2oai | OK | 6s 890ms |
| /parquet/datatypes/hive | OK | 14s 178ms |
| /parquet/datatypes/int32 | OK | 6s 843ms |
| /parquet/datatypes/int32 decimal | OK | 6s 867ms |
| /parquet/datatypes/int64 | OK | 6s 775ms |
| /parquet/datatypes/int64 decimal | OK | 6s 835ms |
| /parquet/datatypes/json | OK | 6s 893ms |
| /parquet/datatypes/large string map | XFail | 7s 371ms |
| /parquet/datatypes/largedouble | OK | 7s 184ms |
| /parquet/datatypes/manydatatypes | OK | 7s 31ms |
| /parquet/datatypes/manydatatypes2 | OK | 7s 283ms |
| /parquet/datatypes/maps | OK | 6s 871ms |
| /parquet/datatypes/nameswithemoji | OK | 7s 32ms |
| /parquet/datatypes/nandouble | OK | 7s 835ms |
| /parquet/complex | OK | 2m 27s |
| /parquet/complex/arraystring | OK | 8s 937ms |
| /parquet/datatypes/negativeint64 | OK | 6s 584ms |
| /parquet/complex/big tuple with nulls | OK | 6s 445ms |
| /parquet/datatypes/nullbyte | OK | 7s 208ms |
| /parquet/query/compression type/=GZIP /select from replicated mergetree table into file | OK | 3m 4s |
| /parquet/query/compression type/=NONE /select from replicated mergetree table into file | OK | 3m 4s |
| /parquet/query/compression type/=LZ4 /select from replicated mergetree table into file | OK | 3m 4s |
| /parquet/complex/bytearraydictionary | OK | 13s 63ms |
| /parquet/datatypes/nullbytemultiple | OK | 14s 116ms |
| /parquet/complex/complex null | OK | 9s 513ms |
| /parquet/datatypes/nullsinid | OK | 8s 7ms |
| /parquet/complex/lagemap | OK | 6s 552ms |
| /parquet/datatypes/pandasdecimal | OK | 6s 590ms |
| /parquet/complex/largenestedarray | OK | 7s 699ms |
| /parquet/datatypes/pandasdecimaldate | OK | 7s 503ms |
| /parquet/cache | OK | 15s 807ms |
| /parquet/cache/cache1 | OK | 8s 550ms |
| /parquet/complex/largestruct | OK | 6s 682ms |
| /parquet/datatypes/parquetgo | OK | 6s 615ms |
| /parquet/cache/cache2 | OK | 7s 245ms |
| /parquet/complex/largestruct2 | OK | 7s 393ms |
| /parquet/datatypes/selectdatewithfilter | OK | 20s 707ms |
| /parquet/glob | OK | 49s 155ms |
| /parquet/glob/fastparquet globs | OK | 11s 81ms |
| /parquet/complex/largestruct3 | OK | 6s 992ms |
| /parquet/complex/list | OK | 7s 800ms |
| /parquet/glob/glob1 | OK | 2s 965ms |
| /parquet/glob/glob2 | OK | 3s 623ms |
| /parquet/datatypes/singlenull | OK | 6s 699ms |
| /parquet/complex/nested array | OK | 6s 676ms |
| /parquet/glob/glob with multiple elements | OK | 344ms |
| /parquet/glob/million extensions | OK | 31s 129ms |
| /parquet/complex/nested map | OK | 6s 906ms |
| /parquet/datatypes/sparkv21 | OK | 6s 901ms |
| /parquet/complex/nestedallcomplex | OK | 6s 883ms |
| /parquet/datatypes/sparkv22 | OK | 6s 790ms |
| /parquet/datatypes/statdecimal | OK | 6s 477ms |
| /parquet/complex/nestedarray2 | OK | 6s 720ms |
| /parquet/datatypes/string | OK | 6s 442ms |
| /parquet/complex/nestedstruct | OK | 6s 505ms |
| /parquet/rowgroups | OK | 13s 43ms |
| /parquet/rowgroups/manyrowgroups | OK | 6s 440ms |
| /parquet/datatypes/string int list inconsistent offset multiple batches | OK | 9s 841ms |
| /parquet/complex/nestedstruct2 | OK | 6s 564ms |
| /parquet/rowgroups/manyrowgroups2 | OK | 6s 599ms |
| /parquet/complex/nestedstruct3 | OK | 6s 457ms |
| /parquet/datatypes/stringtypes | OK | 6s 551ms |
| /parquet/encrypted | Skip | 1ms |
| /parquet/fastparquet | OK | 13ms |
| /parquet/fastparquet/airlines | Skip | 1ms |
| /parquet/fastparquet/baz | Skip | 2ms |
| /parquet/fastparquet/empty date | Skip | 1ms |
| /parquet/fastparquet/evo | Skip | 1ms |
| /parquet/fastparquet/fastparquet | Skip | 1ms |
| /parquet/read and write | OK | 14m 1s |
| /parquet/read and write/read and write parquet file | OK | 14m 1s |
| /parquet/complex/nestedstruct4 | OK | 6s 619ms |
| /parquet/datatypes/struct | OK | 6s 413ms |
| /parquet/complex/tupleofnulls | OK | 6s 700ms |
| /parquet/datatypes/supporteduuid | OK | 6s 620ms |
| /parquet/complex/tuplewithdatetime | OK | 6s 478ms |
| /parquet/datatypes/timestamp1 | OK | 6s 626ms |
| /parquet/column related errors | OK | 1s 975ms |
| /parquet/column related errors/check error with 500 columns | OK | 1s 975ms |
| /parquet/multi chunk upload | Skip | 1ms |
| /parquet/datatypes/timestamp2 | OK | 6s 629ms |
| /parquet/datatypes/timezone | OK | 6s 584ms |
| /parquet/datatypes/unsigned | OK | 13s 143ms |
| /parquet/datatypes/unsupportednull | OK | 182ms |
| /parquet/query/compression type/=GZIP /select from distributed table into file | OK | 3m 33s |
| /parquet/query/compression type/=NONE /select from distributed table into file | OK | 3m 33s |
| /parquet/query/compression type/=LZ4 /select from distributed table into file | OK | 3m 32s |
| /parquet/query/compression type/=GZIP /select from mat view into file | OK | 2m 55s |
| /parquet/query/compression type/=LZ4 /select from mat view into file | OK | 2m 54s |
| /parquet/query/compression type/=NONE /select from mat view into file | OK | 2m 53s |
| /parquet/query/compression type/=LZ4 /insert into table with projection from file | OK | 1m 28s |
| /parquet/query/compression type/=NONE /insert into table with projection from file | OK | 1m 28s |
| /parquet/query/compression type/=GZIP /insert into table with projection from file | OK | 1m 28s |
Generated by TestFlows Open-Source Test Framework v2.0.250110.1002922