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 | Jun 04, 2025 8:46 |
| Duration | 29m 0s |
| Framework | TestFlows 2.0.250110.1002922 |
Test artifacts can be found at https://altinity-build-artifacts.s3.amazonaws.com/index.html#832/81c082fb9db07cba7675efab941bc0f11adebb1f/regression/x86_64/with_analyzer/zookeeper/without_thread_fuzzer/parquet/
| project | Altinity/ClickHouse |
| project.id | 159717931 |
| package | https://s3.amazonaws.com/altinity-build-artifacts/PRs/832/81c082fb9db07cba7675efab941bc0f11adebb1f/package_release/clickhouse-common-static_24.8.14.10029.altinitytest_amd64.deb |
| version | 24.8.14.10029.altinitytest |
| user.name | zvonand |
| repository | https://github.com/Altinity/clickhouse-regression |
| commit.hash | bd31e738c0cedaca253d15a05ed245c41b6e0b6a |
| job.name | Parquet |
| job.retry | 1 |
| job.url | https://github.com/Altinity/ClickHouse/actions/runs/15436437007 |
| arch | x86_64 |
| local | True |
| clickhouse_version | None |
| clickhouse_path | https://s3.amazonaws.com/altinity-build-artifacts/PRs/832/81c082fb9db07cba7675efab941bc0f11adebb1f/package_release/clickhouse-common-static_24.8.14.10029.altinitytest_amd64.deb |
| as_binary | False |
| base_os | None |
| keeper_path | None |
| zookeeper_version | None |
| use_keeper | False |
| stress | False |
| collect_service_logs | True |
| thread_fuzzer | False |
| with_analyzer | True |
| reuse_env | False |
| storages | None |
| minio_uri | Secret(name='minio_uri') |
| minio_root_user | Secret(name='minio_root_user') |
| minio_root_password | Secret(name='minio_root_password') |
| aws_s3_bucket | None |
| aws_s3_region | Secret(name='aws_s3_region') |
| aws_s3_key_id | Secret(name='aws_s3_key_id') |
| aws_s3_access_key | Secret(name='aws_s3_access_key') |
| gcs_uri | None |
| gcs_key_id | None |
| gcs_key_secret | None |
| azure_account_name | None |
| azure_storage_key | None |
| azure_container | None |
| native_parquet_reader | False |
| stress_bloom | False |
| Units | Skip | OK | Fail | XFail | |
|---|---|---|---|---|---|
| Modules | |||||
| Suites | |||||
| Features | |||||
| Scenarios | |||||
| Checks | |||||
| Examples | |||||
| Steps |
| Test Name | Result | Message |
|---|---|---|
| /parquet/postgresql/compression type/=NONE /postgresql engine to parquet file to postgresql engine | XFail 12s 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 827, in execute_query_step
execute_query(
File "/home/ubuntu/_work/ClickHouse/ClickHouse/parquet/../parquet/tests/common.py", line 897, 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 897 in 'execute_query'
889\| with values() as that:
890\| snapshot_result = snapshot(
891\| "\n" + r.output.strip() + "\n",
892\| id=snapshot_id,
893\| name=snapshot_name,
894\| encoder=str,
895\| mode=snapshot.CHECK,
896\| )
897\|> assert that(snapshot_result), error() |
| /parquet/postgresql/compression type/=GZIP /postgresql engine to parquet file to postgresql engine | XFail 12s 838ms 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 827, in execute_query_step
execute_query(
File "/home/ubuntu/_work/ClickHouse/ClickHouse/parquet/../parquet/tests/common.py", line 897, 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 897 in 'execute_query'
889\| with values() as that:
890\| snapshot_result = snapshot(
891\| "\n" + r.output.strip() + "\n",
892\| id=snapshot_id,
893\| name=snapshot_name,
894\| encoder=str,
895\| mode=snapshot.CHECK,
896\| )
897\|> assert that(snapshot_result), error() |
| /parquet/postgresql/compression type/=LZ4 /postgresql engine to parquet file to postgresql engine | XFail 12s 616ms 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 827, in execute_query_step
execute_query(
File "/home/ubuntu/_work/ClickHouse/ClickHouse/parquet/../parquet/tests/common.py", line 897, 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 897 in 'execute_query'
889\| with values() as that:
890\| snapshot_result = snapshot(
891\| "\n" + r.output.strip() + "\n",
892\| id=snapshot_id,
893\| name=snapshot_name,
894\| encoder=str,
895\| mode=snapshot.CHECK,
896\| )
897\|> assert that(snapshot_result), error() |
| /parquet/chunked array | XFail 12s 212ms 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.10029.altinitytest (altinity build))
(query: INSERT INTO table_a57d14c6_4122_11f0_b034_960004596e9c FROM INFILE '/var/lib/clickhouse/user_files/chunked_array_test_file.parquet' FORMAT Parquet
)
Assertion values
assert False, error(r.output)
^ is False
Where
File '/home/ubuntu/_work/ClickHouse/ClickHouse/parquet/../helpers/cluster.py', line 1188 in 'query'
1180\| assert message in r.output, error(r.output)
1181\|
1182\| if not ignore_exception:
1183\| if message is None or "Exception:" not in message:
1184\| with Then("check if output has exception") if steps else NullStep():
1185\| if "Exception:" in r.output:
1186\| if raise_on_exception:
1187\| raise QueryRuntimeException(r.output)
1188\|> assert False, error(r.output)
1189\|
1190\| return r
1191\| |
| /parquet/datatypes/large string map | XFail 6s 471ms 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_d4aeb022_4122_11f0_9ed6_960004596e9c
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 | 29m 0s |
| /parquet/file | OK | 16m 55s |
| /parquet/file/engine | OK | 16m 55s |
| /parquet/file/function | OK | 8m 29s |
| /parquet/file/function/insert into function manual cast types | OK | 8m 16s |
| /parquet/file/engine/insert into engine | OK | 10m 43s |
| /parquet/query | OK | 22m 36s |
| /parquet/query/compression type | OK | 22m 36s |
| /parquet/file/engine/select from engine | OK | 4m 55s |
| /parquet/file/function/insert into function auto cast types | OK | 8m 29s |
| /parquet/query/compression type/=NONE | OK | 22m 36s |
| /parquet/query/compression type/=NONE /insert into memory table from file | OK | 4m 47s |
| /parquet/query/compression type/=GZIP | OK | 22m 36s |
| /parquet/query/compression type/=GZIP /insert into memory table from file | OK | 4m 46s |
| /parquet/file/function/select from function manual cast types | OK | 5m 21s |
| /parquet/file/engine/engine to file to engine | OK | 14m 38s |
| /parquet/file/engine/insert into engine from file | OK | 10m 22s |
| /parquet/list in multiple chunks | OK | 18s 850ms |
| /parquet/file/engine/engine select output to file | OK | 16m 54s |
| /parquet/file/function/select from function auto cast types | OK | 4m 55s |
| /parquet/query/compression type/=LZ4 | OK | 22m 34s |
| /parquet/url | OK | 17m 43s |
| /parquet/query/compression type/=LZ4 /insert into memory table from file | OK | 4m 47s |
| /parquet/url/engine | OK | 17m 6s |
| /parquet/url/engine/insert into engine | OK | 10m 56s |
| /parquet/url/function | OK | 8m 53s |
| /parquet/url/function/insert into function | OK | 8m 14s |
| /parquet/url/engine/select from engine | OK | 4m 54s |
| /parquet/url/function/select from function manual cast types | OK | 8m 53s |
| /parquet/url/engine/insert into engine from file | OK | 14m 12s |
| /parquet/url/function/select from function auto cast types | OK | 8m 3s |
| /parquet/url/engine/engine select output to file | OK | 17m 6s |
| /parquet/url/engine/engine to file to engine | OK | 14m 46s |
| /parquet/mysql | OK | 32s 849ms |
| /parquet/mysql/compression type | OK | 32s 835ms |
| /parquet/mysql/compression type/=NONE | OK | 32s 368ms |
| /parquet/mysql/compression type/=NONE /mysql engine to parquet file to mysql engine | OK | 19s 656ms |
| /parquet/mysql/compression type/=GZIP | OK | 32s 829ms |
| /parquet/mysql/compression type/=GZIP /mysql engine to parquet file to mysql engine | OK | 20s 314ms |
| /parquet/mysql/compression type/=LZ4 | OK | 32s 598ms |
| /parquet/mysql/compression type/=LZ4 /mysql engine to parquet file to mysql engine | OK | 20s 145ms |
| /parquet/mysql/compression type/=NONE /mysql function to parquet file to mysql function | OK | 12s 645ms |
| /parquet/mysql/compression type/=LZ4 /mysql function to parquet file to mysql function | OK | 12s 421ms |
| /parquet/mysql/compression type/=GZIP /mysql function to parquet file to mysql function | OK | 12s 483ms |
| /parquet/postgresql | OK | 27s 240ms |
| /parquet/postgresql/compression type | OK | 27s 194ms |
| /parquet/postgresql/compression type/=NONE | OK | 27s 78ms |
| /parquet/postgresql/compression type/=GZIP | OK | 26s 968ms |
| /parquet/postgresql/compression type/=LZ4 | OK | 26s 373ms |
| /parquet/postgresql/compression type/=NONE /postgresql engine to parquet file to postgresql engine | XFail | 12s 842ms |
| /parquet/postgresql/compression type/=GZIP /postgresql engine to parquet file to postgresql engine | XFail | 12s 838ms |
| /parquet/postgresql/compression type/=LZ4 /postgresql engine to parquet file to postgresql engine | XFail | 12s 616ms |
| /parquet/postgresql/compression type/=LZ4 /postgresql function to parquet file to postgresql function | OK | 13s 663ms |
| /parquet/postgresql/compression type/=GZIP /postgresql function to parquet file to postgresql function | OK | 14s 49ms |
| /parquet/postgresql/compression type/=NONE /postgresql function to parquet file to postgresql function | OK | 14s 138ms |
| /parquet/remote | OK | 11m 16s |
| /parquet/remote/compression type | OK | 11m 16s |
| /parquet/remote/compression type/=NONE | OK | 11m 15s |
| /parquet/remote/compression type/=GZIP | OK | 11m 15s |
| /parquet/remote/compression type/=LZ4 | OK | 11m 15s |
| /parquet/remote/compression type/=LZ4 /outline | OK | 11m 15s |
| /parquet/remote/compression type/=GZIP /outline | OK | 11m 15s |
| /parquet/remote/compression type/=NONE /outline | OK | 11m 15s |
| /parquet/remote/compression type/=NONE /outline/insert into function | OK | 4m 27s |
| /parquet/remote/compression type/=LZ4 /outline/insert into function | OK | 4m 27s |
| /parquet/remote/compression type/=GZIP /outline/insert into function | OK | 4m 27s |
| /parquet/query/compression type/=GZIP /insert into mergetree table from file | OK | 3m 9s |
| /parquet/query/compression type/=NONE /insert into mergetree table from file | OK | 3m 8s |
| /parquet/query/compression type/=LZ4 /insert into mergetree table from file | OK | 3m 8s |
| /parquet/remote/compression type/=LZ4 /outline/select from function | OK | 6m 48s |
| /parquet/remote/compression type/=NONE /outline/select from function | OK | 6m 48s |
| /parquet/remote/compression type/=GZIP /outline/select from function | OK | 6m 48s |
| /parquet/query/compression type/=NONE /insert into replicated mergetree table from file | OK | 2m 17s |
| /parquet/query/compression type/=GZIP /insert into replicated mergetree table from file | OK | 2m 17s |
| /parquet/query/compression type/=LZ4 /insert into replicated mergetree table from file | OK | 2m 16s |
| /parquet/query/compression type/=NONE /insert into distributed table from file | OK | 1m 48s |
| /parquet/query/compression type/=GZIP /insert into distributed table from file | OK | 1m 47s |
| /parquet/query/compression type/=LZ4 /insert into distributed table from file | OK | 1m 48s |
| /parquet/query/compression type/=GZIP /select from memory table into file | OK | 2m 59s |
| /parquet/query/compression type/=LZ4 /select from memory table into file | OK | 2m 59s |
| /parquet/query/compression type/=NONE /select from memory table into file | OK | 2m 59s |
| /parquet/chunked array | XFail | 12s 212ms |
| /parquet/broken | OK | 232ms |
| /parquet/broken/file | Skip | 7ms |
| /parquet/broken/read broken bigint | Skip | 13ms |
| /parquet/broken/read broken date | Skip | 17ms |
| /parquet/broken/read broken int | Skip | 7ms |
| /parquet/broken/read broken smallint | Skip | 4ms |
| /parquet/broken/read broken timestamp ms | Skip | 5ms |
| /parquet/broken/read broken timestamp us | Skip | 9ms |
| /parquet/broken/read broken tinyint | Skip | 41ms |
| /parquet/broken/read broken ubigint | Skip | 10ms |
| /parquet/broken/read broken uint | Skip | 10ms |
| /parquet/broken/read broken usmallint | Skip | 5ms |
| /parquet/broken/read broken utinyint | Skip | 7ms |
| /parquet/broken/string | Skip | 10ms |
| /parquet/encoding | OK | 9s 622ms |
| /parquet/encoding/deltabytearray1 | OK | 1s 537ms |
| /parquet/encoding/deltabytearray2 | OK | 1s 182ms |
| /parquet/encoding/deltalengthbytearray | OK | 1s 124ms |
| /parquet/encoding/dictionary | OK | 1s 288ms |
| /parquet/encoding/plain | OK | 922ms |
| /parquet/encoding/plainrlesnappy | OK | 2s 205ms |
| /parquet/encoding/rleboolean | OK | 1s 322ms |
| /parquet/compression | OK | 24s 758ms |
| /parquet/compression/arrow snappy | OK | 1s 189ms |
| /parquet/compression/brotli | OK | 1s 187ms |
| /parquet/compression/gzippages | OK | 2s 448ms |
| /parquet/compression/largegzip | OK | 1s 249ms |
| /parquet/compression/lz4 hadoop | OK | 1s 210ms |
| /parquet/compression/lz4 hadoop large | OK | 978ms |
| /parquet/compression/lz4 non hadoop | OK | 1s 235ms |
| /parquet/compression/lz4 raw | OK | 1s 129ms |
| /parquet/compression/lz4 raw large | OK | 1s 18ms |
| /parquet/compression/lz4pages | OK | 2s 379ms |
| /parquet/compression/nonepages | OK | 2s 387ms |
| /parquet/compression/snappypages | OK | 2s 346ms |
| /parquet/compression/snappyplain | OK | 1s 200ms |
| /parquet/compression/snappyrle | OK | 1s 61ms |
| /parquet/compression/zstd | OK | 1s 174ms |
| /parquet/compression/zstdpages | OK | 2s 369ms |
| /parquet/datatypes | OK | 1m 45s |
| /parquet/datatypes/arrowtimestamp | OK | 1s 24ms |
| /parquet/datatypes/arrowtimestampms | OK | 1s 223ms |
| /parquet/datatypes/binary | OK | 995ms |
| /parquet/datatypes/binary string | OK | 1s 305ms |
| /parquet/datatypes/blob | OK | 1s 101ms |
| /parquet/datatypes/boolean | OK | 1s 271ms |
| /parquet/datatypes/byte array | OK | 1s 21ms |
| /parquet/datatypes/columnname | OK | 1s 329ms |
| /parquet/datatypes/columnwithnull | OK | 1s 151ms |
| /parquet/datatypes/columnwithnull2 | OK | 1s 242ms |
| /parquet/datatypes/date | OK | 1s 162ms |
| /parquet/datatypes/decimal with filter | OK | 1s 450ms |
| /parquet/datatypes/decimalvariousfilters | OK | 1s 140ms |
| /parquet/datatypes/decimalwithfilter2 | OK | 1s 241ms |
| /parquet/datatypes/enum | OK | 1s 171ms |
| /parquet/datatypes/enum2 | OK | 1s 244ms |
| /parquet/datatypes/fixed length decimal | OK | 1s 103ms |
| /parquet/datatypes/fixed length decimal legacy | OK | 996ms |
| /parquet/datatypes/fixedstring | OK | 1s 369ms |
| /parquet/datatypes/float16 | Skip | 8ms |
| /parquet/datatypes/h2oai | OK | 1s 87ms |
| /parquet/datatypes/hive | OK | 2s 510ms |
| /parquet/datatypes/int32 | OK | 1s 247ms |
| /parquet/datatypes/int32 decimal | OK | 1s 170ms |
| /parquet/datatypes/int64 | OK | 1s 247ms |
| /parquet/datatypes/int64 decimal | OK | 1s 157ms |
| /parquet/datatypes/json | OK | 1s 214ms |
| /parquet/datatypes/large string map | XFail | 6s 471ms |
| /parquet/datatypes/largedouble | OK | 1s 213ms |
| /parquet/datatypes/manydatatypes | OK | 1s 43ms |
| /parquet/datatypes/manydatatypes2 | OK | 1s 493ms |
| /parquet/datatypes/maps | OK | 1s 120ms |
| /parquet/datatypes/nameswithemoji | OK | 1s 262ms |
| /parquet/datatypes/nandouble | OK | 1s 175ms |
| /parquet/datatypes/negativeint64 | OK | 1s 774ms |
| /parquet/datatypes/nullbyte | OK | 1s 105ms |
| /parquet/datatypes/nullbytemultiple | OK | 1s 212ms |
| /parquet/datatypes/nullsinid | OK | 1s 130ms |
| /parquet/datatypes/pandasdecimal | OK | 1s 14ms |
| /parquet/datatypes/pandasdecimaldate | OK | 1s 236ms |
| /parquet/datatypes/parquetgo | OK | 1s 66ms |
| /parquet/datatypes/selectdatewithfilter | OK | 31s 350ms |
| /parquet/datatypes/singlenull | OK | 1s 220ms |
| /parquet/datatypes/sparkv21 | OK | 923ms |
| /parquet/datatypes/sparkv22 | OK | 1s 157ms |
| /parquet/datatypes/statdecimal | OK | 1s 470ms |
| /parquet/datatypes/string | OK | 920ms |
| /parquet/datatypes/string int list inconsistent offset multiple batches | OK | 4s 889ms |
| /parquet/datatypes/stringtypes | OK | 777ms |
| /parquet/datatypes/struct | OK | 1s 181ms |
| /parquet/datatypes/supporteduuid | OK | 1s 129ms |
| /parquet/query/compression type/=GZIP /select from mergetree table into file | OK | 1m 51s |
| /parquet/query/compression type/=NONE /select from mergetree table into file | OK | 1m 51s |
| /parquet/datatypes/timestamp1 | OK | 1s 65ms |
| /parquet/query/compression type/=LZ4 /select from mergetree table into file | OK | 1m 50s |
| /parquet/datatypes/timestamp2 | OK | 839ms |
| /parquet/datatypes/timezone | OK | 1s 336ms |
| /parquet/datatypes/unsigned | OK | 2s 509ms |
| /parquet/datatypes/unsupportednull | OK | 242ms |
| /parquet/complex | OK | 18s 761ms |
| /parquet/complex/arraystring | OK | 831ms |
| /parquet/complex/big tuple with nulls | OK | 962ms |
| /parquet/complex/bytearraydictionary | OK | 875ms |
| /parquet/complex/complex null | OK | 1s 5ms |
| /parquet/complex/lagemap | OK | 834ms |
| /parquet/complex/largenestedarray | OK | 927ms |
| /parquet/complex/largestruct | OK | 886ms |
| /parquet/complex/largestruct2 | OK | 1s 12ms |
| /parquet/complex/largestruct3 | OK | 998ms |
| /parquet/complex/list | OK | 870ms |
| /parquet/complex/nested array | OK | 885ms |
| /parquet/complex/nested map | OK | 1s 70ms |
| /parquet/complex/nestedallcomplex | OK | 949ms |
| /parquet/complex/nestedarray2 | OK | 964ms |
| /parquet/complex/nestedstruct | OK | 969ms |
| /parquet/complex/nestedstruct2 | OK | 823ms |
| /parquet/complex/nestedstruct3 | OK | 1s 8ms |
| /parquet/complex/nestedstruct4 | OK | 959ms |
| /parquet/complex/tupleofnulls | OK | 1s 82ms |
| /parquet/complex/tuplewithdatetime | OK | 811ms |
| /parquet/cache | OK | 1s 809ms |
| /parquet/cache/cache1 | OK | 822ms |
| /parquet/cache/cache2 | OK | 986ms |
| /parquet/glob | OK | 19s 662ms |
| /parquet/glob/fastparquet globs | OK | 1s 193ms |
| /parquet/glob/glob1 | OK | 1s 198ms |
| /parquet/glob/glob2 | OK | 1s 236ms |
| /parquet/glob/glob with multiple elements | OK | 254ms |
| /parquet/glob/million extensions | OK | 15s 776ms |
| /parquet/rowgroups | OK | 1s 759ms |
| /parquet/rowgroups/manyrowgroups | OK | 872ms |
| /parquet/rowgroups/manyrowgroups2 | OK | 886ms |
| /parquet/encrypted | Skip | 1ms |
| /parquet/fastparquet | OK | 7ms |
| /parquet/fastparquet/airlines | Skip | 858us |
| /parquet/fastparquet/baz | Skip | 974us |
| /parquet/fastparquet/empty date | Skip | 829us |
| /parquet/fastparquet/evo | Skip | 735us |
| /parquet/fastparquet/fastparquet | Skip | 1ms |
| /parquet/read and write | OK | 10m 8s |
| /parquet/read and write/read and write parquet file | OK | 10m 8s |
| /parquet/query/compression type/=NONE /select from replicated mergetree table into file | OK | 1m 41s |
| /parquet/query/compression type/=GZIP /select from replicated mergetree table into file | OK | 1m 43s |
| /parquet/query/compression type/=LZ4 /select from replicated mergetree table into file | OK | 1m 41s |
| /parquet/column related errors | OK | 1s 188ms |
| /parquet/column related errors/check error with 500 columns | OK | 1s 187ms |
| /parquet/multi chunk upload | Skip | 1ms |
| /parquet/query/compression type/=NONE /select from distributed table into file | OK | 1m 49s |
| /parquet/query/compression type/=LZ4 /select from distributed table into file | OK | 1m 48s |
| /parquet/query/compression type/=GZIP /select from distributed table into file | OK | 1m 48s |
| /parquet/query/compression type/=LZ4 /select from mat view into file | OK | 1m 36s |
| /parquet/query/compression type/=NONE /select from mat view into file | OK | 1m 38s |
| /parquet/query/compression type/=GZIP /select from mat view into file | OK | 1m 36s |
| /parquet/query/compression type/=LZ4 /insert into table with projection from file | OK | 35s 938ms |
| /parquet/query/compression type/=GZIP /insert into table with projection from file | OK | 34s 648ms |
| /parquet/query/compression type/=NONE /insert into table with projection from file | OK | 34s 239ms |
Generated by TestFlows Open-Source Test Framework v2.0.250110.1002922