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 | Oct 06, 2025 23:29 |
| Duration | 1h 5m |
| Framework | TestFlows 2.0.250110.1002922 |
Test artifacts can be found at https://altinity-build-artifacts.s3.amazonaws.com/index.html#1067/0f4309476768a34417adf1a7aced17191491f753/regression/aarch64/with_analyzer/zookeeper/without_thread_fuzzer/parquetaws_s3/
| project | Altinity/ClickHouse |
| project.id | 159717931 |
| package | https://s3.amazonaws.com/altinity-build-artifacts/PRs/1067/0f4309476768a34417adf1a7aced17191491f753/package_aarch64/clickhouse-common-static_24.8.14.10508.altinitytest_arm64.deb |
| version | 24.8.14.10508.altinitytest |
| user.name | ilejn |
| repository | https://github.com/Altinity/clickhouse-regression |
| commit.hash | fd33d9e73ebd14392d601d87902ddf0e7c90709c |
| job.name | ParquetS3 (aws_s3) |
| job.retry | 1 |
| job.url | https://github.com/Altinity/ClickHouse/actions/runs/18296065164 |
| arch | aarch64 |
| local | True |
| clickhouse_version | None |
| clickhouse_path | https://s3.amazonaws.com/altinity-build-artifacts/PRs/1067/0f4309476768a34417adf1a7aced17191491f753/package_aarch64/clickhouse-common-static_24.8.14.10508.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 | ['aws_s3'] |
| 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 | Secret(name='aws_s3_bucket') |
| 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_v2 | False |
| native_parquet_reader_v3 | 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 6s 376ms 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_nullable_datetime_
snapshot_value="""
{"nullable_datetime_":"2106-02-07 06:28:15","toTypeName(nullable_datetime_)":"Nullable(DateTime)"}
{"nullable_datetime_":"2106-02-07 06:28:16","toTypeName(nullable_datetime_)":"Nullable(DateTime)"}
{"nullable_datetime_":null,"toTypeName(nullable_datetime_)":"Nullable(DateTime)"}
{"nullable_datetime_":"2014-04-10 09:39:46","toTypeName(nullable_datetime_)":"Nullable(DateTime)"}
{"nullable_datetime_":"2004-04-05 13:18:38","toTypeName(nullable_datetime_)":"Nullable(DateTime)"}
{"nullable_datetime_":"2006-08-10 21:14:26","toTypeName(nullable_datetime_)":"Nullable(DateTime)"}
{"nullable_datetime_":"2006-01-25 20:44:12","toTypeName(nullable_datetime_)":"Nullable(DateTime)"}
{"nullable_datetime_":"2009-05-30 23:43:18","toTypeName(nullable_datetime_)":"Nullable(DateTime)"}
{"nullable_datetime_":"2015-12-28 10:07:33","toTypeName(nullable_datetime_)":"Nullable(DateTime)"}
{"nullable_datetime_":"2017-06-27 03:09:51","toTypeName(nullable_datetime_)":"Nullable(DateTime)"}
""",
actual_value="""
{"nullable_datetime_":"2106-02-07 06:28:15","toTypeName(nullable_datetime_)":"Nullable(DateTime)"}
{"nullable_datetime_":"1970-01-01 01:00:00","toTypeName(nullable_datetime_)":"Nullable(DateTime)"}
{"nullable_datetime_":null,"toTypeName(nullable_datetime_)":"Nullable(DateTime)"}
{"nullable_datetime_":"2014-04-10 09:39:46","toTypeName(nullable_datetime_)":"Nullable(DateTime)"}
{"nullable_datetime_":"2004-04-05 13:18:38","toTypeName(nullable_datetime_)":"Nullable(DateTime)"}
{"nullable_datetime_":"2006-08-10 21:14:26","toTypeName(nullable_datetime_)":"Nullable(DateTime)"}
{"nullable_datetime_":"2006-01-25 20:44:12","toTypeName(nullable_datetime_)":"Nullable(DateTime)"}
{"nullable_datetime_":"2009-05-30 23:43:18","toTypeName(nullable_datetime_)":"Nullable(DateTime)"}
{"nullable_datetime_":"2015-12-28 10:07:33","toTypeName(nullable_datetime_)":"Nullable(DateTime)"}
{"nullable_datetime_":"2017-06-27 03:09:51","toTypeName(nullable_datetime_)":"Nullable(DateTime)"}
""",
diff="""
--- /home/ubuntu/_work/ClickHouse/ClickHouse/parquet/../parquet/tests/snapshots/common.py.postgresql engine to parquet file to postgresql engine.snapshot
+++
@@ -1,6 +1,6 @@
{"nullable_datetime_":"2106-02-07 06:28:15","toTypeName(nullable_datetime_)":"Nullable(DateTime)"}
-{"nullable_datetime_":"2106-02-07 06:28:16","toTypeName(nullable_datetime_)":"Nullable(DateTime)"}
+{"nullable_datetime_":"1970-01-01 01:00:00","toTypeName(nullable_datetime_)":"Nullable(DateTime)"}
{"nullable_datetime_":null,"toTypeName(nullable_datetime_)":"Nullable(DateTime)"}
{"nullable_datetime_":"2014-04-10 09:39:46","toTypeName(nullable_datetime_)":"Nullable(DateTime)"}
{"nullable_datetime_":"2004-04-05 13:18:38","toTypeName(nullable_datetime_)":"Nullable(DateTime)"}
""")
assert that(snapshot_result), error()
^ is False
Where
File '/home/ubuntu/_work/ClickHouse/ClickHouse/parquet/../parquet/tests/common.py', line 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 6s 374ms 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_nullable_datetime_
snapshot_value="""
{"nullable_datetime_":"2106-02-07 06:28:15","toTypeName(nullable_datetime_)":"Nullable(DateTime)"}
{"nullable_datetime_":"2106-02-07 06:28:16","toTypeName(nullable_datetime_)":"Nullable(DateTime)"}
{"nullable_datetime_":null,"toTypeName(nullable_datetime_)":"Nullable(DateTime)"}
{"nullable_datetime_":"2014-04-10 09:39:46","toTypeName(nullable_datetime_)":"Nullable(DateTime)"}
{"nullable_datetime_":"2004-04-05 13:18:38","toTypeName(nullable_datetime_)":"Nullable(DateTime)"}
{"nullable_datetime_":"2006-08-10 21:14:26","toTypeName(nullable_datetime_)":"Nullable(DateTime)"}
{"nullable_datetime_":"2006-01-25 20:44:12","toTypeName(nullable_datetime_)":"Nullable(DateTime)"}
{"nullable_datetime_":"2009-05-30 23:43:18","toTypeName(nullable_datetime_)":"Nullable(DateTime)"}
{"nullable_datetime_":"2015-12-28 10:07:33","toTypeName(nullable_datetime_)":"Nullable(DateTime)"}
{"nullable_datetime_":"2017-06-27 03:09:51","toTypeName(nullable_datetime_)":"Nullable(DateTime)"}
""",
actual_value="""
{"nullable_datetime_":"2106-02-07 06:28:15","toTypeName(nullable_datetime_)":"Nullable(DateTime)"}
{"nullable_datetime_":"1970-01-01 01:00:00","toTypeName(nullable_datetime_)":"Nullable(DateTime)"}
{"nullable_datetime_":null,"toTypeName(nullable_datetime_)":"Nullable(DateTime)"}
{"nullable_datetime_":"2014-04-10 09:39:46","toTypeName(nullable_datetime_)":"Nullable(DateTime)"}
{"nullable_datetime_":"2004-04-05 13:18:38","toTypeName(nullable_datetime_)":"Nullable(DateTime)"}
{"nullable_datetime_":"2006-08-10 21:14:26","toTypeName(nullable_datetime_)":"Nullable(DateTime)"}
{"nullable_datetime_":"2006-01-25 20:44:12","toTypeName(nullable_datetime_)":"Nullable(DateTime)"}
{"nullable_datetime_":"2009-05-30 23:43:18","toTypeName(nullable_datetime_)":"Nullable(DateTime)"}
{"nullable_datetime_":"2015-12-28 10:07:33","toTypeName(nullable_datetime_)":"Nullable(DateTime)"}
{"nullable_datetime_":"2017-06-27 03:09:51","toTypeName(nullable_datetime_)":"Nullable(DateTime)"}
""",
diff="""
--- /home/ubuntu/_work/ClickHouse/ClickHouse/parquet/../parquet/tests/snapshots/common.py.postgresql engine to parquet file to postgresql engine.snapshot
+++
@@ -1,6 +1,6 @@
{"nullable_datetime_":"2106-02-07 06:28:15","toTypeName(nullable_datetime_)":"Nullable(DateTime)"}
-{"nullable_datetime_":"2106-02-07 06:28:16","toTypeName(nullable_datetime_)":"Nullable(DateTime)"}
+{"nullable_datetime_":"1970-01-01 01:00:00","toTypeName(nullable_datetime_)":"Nullable(DateTime)"}
{"nullable_datetime_":null,"toTypeName(nullable_datetime_)":"Nullable(DateTime)"}
{"nullable_datetime_":"2014-04-10 09:39:46","toTypeName(nullable_datetime_)":"Nullable(DateTime)"}
{"nullable_datetime_":"2004-04-05 13:18:38","toTypeName(nullable_datetime_)":"Nullable(DateTime)"}
""")
assert that(snapshot_result), error()
^ is False
Where
File '/home/ubuntu/_work/ClickHouse/ClickHouse/parquet/../parquet/tests/common.py', line 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 6s 419ms 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_nullable_datetime_
snapshot_value="""
{"nullable_datetime_":"2106-02-07 06:28:15","toTypeName(nullable_datetime_)":"Nullable(DateTime)"}
{"nullable_datetime_":"2106-02-07 06:28:16","toTypeName(nullable_datetime_)":"Nullable(DateTime)"}
{"nullable_datetime_":null,"toTypeName(nullable_datetime_)":"Nullable(DateTime)"}
{"nullable_datetime_":"2014-04-10 09:39:46","toTypeName(nullable_datetime_)":"Nullable(DateTime)"}
{"nullable_datetime_":"2004-04-05 13:18:38","toTypeName(nullable_datetime_)":"Nullable(DateTime)"}
{"nullable_datetime_":"2006-08-10 21:14:26","toTypeName(nullable_datetime_)":"Nullable(DateTime)"}
{"nullable_datetime_":"2006-01-25 20:44:12","toTypeName(nullable_datetime_)":"Nullable(DateTime)"}
{"nullable_datetime_":"2009-05-30 23:43:18","toTypeName(nullable_datetime_)":"Nullable(DateTime)"}
{"nullable_datetime_":"2015-12-28 10:07:33","toTypeName(nullable_datetime_)":"Nullable(DateTime)"}
{"nullable_datetime_":"2017-06-27 03:09:51","toTypeName(nullable_datetime_)":"Nullable(DateTime)"}
""",
actual_value="""
{"nullable_datetime_":"2106-02-07 06:28:15","toTypeName(nullable_datetime_)":"Nullable(DateTime)"}
{"nullable_datetime_":"1970-01-01 01:00:00","toTypeName(nullable_datetime_)":"Nullable(DateTime)"}
{"nullable_datetime_":null,"toTypeName(nullable_datetime_)":"Nullable(DateTime)"}
{"nullable_datetime_":"2014-04-10 09:39:46","toTypeName(nullable_datetime_)":"Nullable(DateTime)"}
{"nullable_datetime_":"2004-04-05 13:18:38","toTypeName(nullable_datetime_)":"Nullable(DateTime)"}
{"nullable_datetime_":"2006-08-10 21:14:26","toTypeName(nullable_datetime_)":"Nullable(DateTime)"}
{"nullable_datetime_":"2006-01-25 20:44:12","toTypeName(nullable_datetime_)":"Nullable(DateTime)"}
{"nullable_datetime_":"2009-05-30 23:43:18","toTypeName(nullable_datetime_)":"Nullable(DateTime)"}
{"nullable_datetime_":"2015-12-28 10:07:33","toTypeName(nullable_datetime_)":"Nullable(DateTime)"}
{"nullable_datetime_":"2017-06-27 03:09:51","toTypeName(nullable_datetime_)":"Nullable(DateTime)"}
""",
diff="""
--- /home/ubuntu/_work/ClickHouse/ClickHouse/parquet/../parquet/tests/snapshots/common.py.postgresql engine to parquet file to postgresql engine.snapshot
+++
@@ -1,6 +1,6 @@
{"nullable_datetime_":"2106-02-07 06:28:15","toTypeName(nullable_datetime_)":"Nullable(DateTime)"}
-{"nullable_datetime_":"2106-02-07 06:28:16","toTypeName(nullable_datetime_)":"Nullable(DateTime)"}
+{"nullable_datetime_":"1970-01-01 01:00:00","toTypeName(nullable_datetime_)":"Nullable(DateTime)"}
{"nullable_datetime_":null,"toTypeName(nullable_datetime_)":"Nullable(DateTime)"}
{"nullable_datetime_":"2014-04-10 09:39:46","toTypeName(nullable_datetime_)":"Nullable(DateTime)"}
{"nullable_datetime_":"2004-04-05 13:18:38","toTypeName(nullable_datetime_)":"Nullable(DateTime)"}
""")
assert that(snapshot_result), error()
^ is False
Where
File '/home/ubuntu/_work/ClickHouse/ClickHouse/parquet/../parquet/tests/common.py', line 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 14s 3ms 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 1195, 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.10508.altinitytest (altinity build))
(query: INSERT INTO table_9c7a4590_a312_11f0_8eac_920006934eba 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 1195 in 'query'
1187\| assert message in r.output, error(r.output)
1188\|
1189\| if not ignore_exception:
1190\| if message is None or "Exception:" not in message:
1191\| with Then("check if output has exception") if steps else NullStep():
1192\| if "Exception:" in r.output:
1193\| if raise_on_exception:
1194\| raise QueryRuntimeException(r.output)
1195\|> assert False, error(r.output)
1196\|
1197\| return r
1198\| |
| /parquet/datatypes/large string map | XFail 5s 606ms 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 1195, 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_c58b590a_a312_11f0_b2da_920006934eba
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 1195 in 'query'
1187\| assert message in r.output, error(r.output)
1188\|
1189\| if not ignore_exception:
1190\| if message is None or "Exception:" not in message:
1191\| with Then("check if output has exception") if steps else NullStep():
1192\| if "Exception:" in r.output:
1193\| if raise_on_exception:
1194\| raise QueryRuntimeException(r.output)
1195\|> assert False, error(r.output)
1196\|
1197\| return r
1198\| |
| Test Name | Result | Duration |
|---|---|---|
| /parquet | OK | 1h 5m |
| /parquet/file | OK | 10m 12s |
| /parquet/file/engine | OK | 10m 12s |
| /parquet/file/function | OK | 4m 53s |
| /parquet/file/engine/insert into engine | OK | 5m 9s |
| /parquet/file/function/insert into function manual cast types | OK | 4m 35s |
| /parquet/file/engine/select from engine | OK | 2m 31s |
| /parquet/file/function/insert into function auto cast types | OK | 4m 53s |
| /parquet/file/function/select from function manual cast types | OK | 3m 3s |
| /parquet/file/engine/engine to file to engine | OK | 7m 50s |
| /parquet/file/function/select from function auto cast types | OK | 2m 32s |
| /parquet/file/engine/insert into engine from file | OK | 4m 57s |
| /parquet/file/engine/engine select output to file | OK | 10m 11s |
| /parquet/query | OK | 17m 39s |
| /parquet/query/compression type | OK | 17m 39s |
| /parquet/query/compression type/=NONE | OK | 17m 39s |
| /parquet/query/compression type/=GZIP | OK | 17m 39s |
| /parquet/query/compression type/=LZ4 | OK | 17m 39s |
| /parquet/query/compression type/=NONE /insert into memory table from file | OK | 57s 740ms |
| /parquet/query/compression type/=GZIP /insert into memory table from file | OK | 57s 338ms |
| /parquet/query/compression type/=LZ4 /insert into memory table from file | OK | 57s 677ms |
| /parquet/query/compression type/=GZIP /insert into mergetree table from file | OK | 57s 386ms |
| /parquet/query/compression type/=LZ4 /insert into mergetree table from file | OK | 56s 631ms |
| /parquet/query/compression type/=NONE /insert into mergetree table from file | OK | 56s 605ms |
| /parquet/query/compression type/=LZ4 /insert into replicated mergetree table from file | OK | 57s 470ms |
| /parquet/query/compression type/=NONE /insert into replicated mergetree table from file | OK | 57s 158ms |
| /parquet/query/compression type/=GZIP /insert into replicated mergetree table from file | OK | 57s 60ms |
| /parquet/query/compression type/=NONE /insert into distributed table from file | OK | 1m 1s |
| /parquet/query/compression type/=LZ4 /insert into distributed table from file | OK | 1m 1s |
| /parquet/query/compression type/=GZIP /insert into distributed table from file | OK | 1m 0s |
| /parquet/query/compression type/=GZIP /select from memory table into file | OK | 2m 25s |
| /parquet/query/compression type/=LZ4 /select from memory table into file | OK | 2m 26s |
| /parquet/query/compression type/=NONE /select from memory table into file | OK | 2m 25s |
| /parquet/query/compression type/=GZIP /select from mergetree table into file | OK | 2m 26s |
| /parquet/query/compression type/=NONE /select from mergetree table into file | OK | 2m 28s |
| /parquet/query/compression type/=LZ4 /select from mergetree table into file | OK | 2m 27s |
| /parquet/query/compression type/=GZIP /select from replicated mergetree table into file | OK | 2m 26s |
| /parquet/query/compression type/=LZ4 /select from replicated mergetree table into file | OK | 2m 27s |
| /parquet/query/compression type/=NONE /select from replicated mergetree table into file | OK | 2m 26s |
| /parquet/query/compression type/=GZIP /select from distributed table into file | OK | 3m 7s |
| /parquet/query/compression type/=NONE /select from distributed table into file | OK | 3m 7s |
| /parquet/query/compression type/=LZ4 /select from distributed table into file | OK | 3m 7s |
| /parquet/query/compression type/=GZIP /select from mat view into file | OK | 2m 25s |
| /parquet/query/compression type/=NONE /select from mat view into file | OK | 2m 23s |
| /parquet/query/compression type/=LZ4 /select from mat view into file | OK | 2m 23s |
| /parquet/query/compression type/=GZIP /insert into table with projection from file | OK | 54s 970ms |
| /parquet/query/compression type/=NONE /insert into table with projection from file | OK | 54s 613ms |
| /parquet/query/compression type/=LZ4 /insert into table with projection from file | OK | 54s 271ms |
| /parquet/list in multiple chunks | OK | 18s 134ms |
| /parquet/url | OK | 10m 2s |
| /parquet/url/engine | OK | 9m 29s |
| /parquet/url/function | OK | 4m 34s |
| /parquet/url/engine/insert into engine | OK | 3m 58s |
| /parquet/url/engine/select from engine | OK | 1m 14s |
| /parquet/url/function/insert into function | OK | 2m 59s |
| /parquet/url/function/select from function manual cast types | OK | 4m 34s |
| /parquet/url/function/select from function auto cast types | OK | 3m 0s |
| /parquet/url/engine/engine to file to engine | OK | 6m 58s |
| /parquet/url/engine/engine select output to file | OK | 9m 29s |
| /parquet/url/engine/insert into engine from file | OK | 6m 13s |
| /parquet/mysql | OK | 10s 9ms |
| /parquet/mysql/compression type | OK | 10s 8ms |
| /parquet/mysql/compression type/=NONE | OK | 9s 994ms |
| /parquet/mysql/compression type/=NONE /mysql engine to parquet file to mysql engine | OK | 5s 705ms |
| /parquet/mysql/compression type/=GZIP | OK | 9s 644ms |
| /parquet/mysql/compression type/=GZIP /mysql engine to parquet file to mysql engine | OK | 5s 562ms |
| /parquet/mysql/compression type/=LZ4 | OK | 9s 917ms |
| /parquet/mysql/compression type/=LZ4 /mysql engine to parquet file to mysql engine | OK | 5s 735ms |
| /parquet/mysql/compression type/=GZIP /mysql function to parquet file to mysql function | OK | 4s 76ms |
| /parquet/mysql/compression type/=NONE /mysql function to parquet file to mysql function | OK | 4s 287ms |
| /parquet/mysql/compression type/=LZ4 /mysql function to parquet file to mysql function | OK | 4s 180ms |
| /parquet/postgresql | OK | 11s 111ms |
| /parquet/postgresql/compression type | OK | 11s 110ms |
| /parquet/postgresql/compression type/=NONE | OK | 11s 107ms |
| /parquet/postgresql/compression type/=NONE /postgresql engine to parquet file to postgresql engine | XFail | 6s 376ms |
| /parquet/postgresql/compression type/=GZIP | OK | 11s 96ms |
| /parquet/postgresql/compression type/=GZIP /postgresql engine to parquet file to postgresql engine | XFail | 6s 374ms |
| /parquet/postgresql/compression type/=LZ4 | OK | 11s 90ms |
| /parquet/postgresql/compression type/=LZ4 /postgresql engine to parquet file to postgresql engine | XFail | 6s 419ms |
| /parquet/postgresql/compression type/=NONE /postgresql function to parquet file to postgresql function | OK | 4s 728ms |
| /parquet/postgresql/compression type/=GZIP /postgresql function to parquet file to postgresql function | OK | 4s 718ms |
| /parquet/postgresql/compression type/=LZ4 /postgresql function to parquet file to postgresql function | OK | 4s 652ms |
| /parquet/remote | OK | 3m 46s |
| /parquet/remote/compression type | OK | 3m 46s |
| /parquet/remote/compression type/=NONE | OK | 3m 46s |
| /parquet/remote/compression type/=NONE /outline | OK | 3m 46s |
| /parquet/remote/compression type/=NONE /outline/insert into function | OK | 1m 21s |
| /parquet/remote/compression type/=GZIP | OK | 3m 44s |
| /parquet/remote/compression type/=GZIP /outline | OK | 3m 44s |
| /parquet/remote/compression type/=GZIP /outline/insert into function | OK | 1m 21s |
| /parquet/remote/compression type/=LZ4 | OK | 3m 45s |
| /parquet/remote/compression type/=LZ4 /outline | OK | 3m 45s |
| /parquet/remote/compression type/=LZ4 /outline/insert into function | OK | 1m 21s |
| /parquet/remote/compression type/=NONE /outline/select from function | OK | 2m 24s |
| /parquet/remote/compression type/=LZ4 /outline/select from function | OK | 2m 24s |
| /parquet/remote/compression type/=GZIP /outline/select from function | OK | 2m 23s |
| /parquet/chunked array | XFail | 14s 3ms |
| /parquet/broken | OK | 27ms |
| /parquet/broken/file | Skip | 1ms |
| /parquet/broken/read broken bigint | Skip | 1ms |
| /parquet/broken/read broken date | Skip | 7ms |
| /parquet/broken/read broken int | Skip | 2ms |
| /parquet/broken/read broken smallint | Skip | 1ms |
| /parquet/broken/read broken timestamp ms | Skip | 854us |
| /parquet/broken/read broken timestamp us | Skip | 845us |
| /parquet/broken/read broken tinyint | Skip | 866us |
| /parquet/broken/read broken ubigint | Skip | 866us |
| /parquet/broken/read broken uint | Skip | 824us |
| /parquet/broken/read broken usmallint | Skip | 804us |
| /parquet/broken/read broken utinyint | Skip | 839us |
| /parquet/broken/string | Skip | 1ms |
| /parquet/encoding | OK | 7s 315ms |
| /parquet/encoding/deltabytearray1 | OK | 1s 467ms |
| /parquet/encoding/deltabytearray2 | OK | 966ms |
| /parquet/encoding/deltalengthbytearray | OK | 965ms |
| /parquet/encoding/dictionary | OK | 930ms |
| /parquet/encoding/plain | OK | 917ms |
| /parquet/encoding/plainrlesnappy | OK | 1s 105ms |
| /parquet/encoding/rleboolean | OK | 958ms |
| /parquet/compression | OK | 20s 916ms |
| /parquet/compression/arrow snappy | OK | 974ms |
| /parquet/compression/brotli | OK | 985ms |
| /parquet/compression/gzippages | OK | 2s 63ms |
| /parquet/compression/largegzip | OK | 1s 15ms |
| /parquet/compression/lz4 hadoop | OK | 1s 1ms |
| /parquet/compression/lz4 hadoop large | OK | 988ms |
| /parquet/compression/lz4 non hadoop | OK | 1s 7ms |
| /parquet/compression/lz4 raw | OK | 985ms |
| /parquet/compression/lz4 raw large | OK | 978ms |
| /parquet/compression/lz4pages | OK | 2s 0ms |
| /parquet/compression/nonepages | OK | 1s 976ms |
| /parquet/compression/snappypages | OK | 1s 991ms |
| /parquet/compression/snappyplain | OK | 944ms |
| /parquet/compression/snappyrle | OK | 1s 18ms |
| /parquet/compression/zstd | OK | 968ms |
| /parquet/compression/zstdpages | OK | 2s 12ms |
| /parquet/datatypes | OK | 1m 8s |
| /parquet/datatypes/arrowtimestamp | OK | 895ms |
| /parquet/datatypes/arrowtimestampms | OK | 920ms |
| /parquet/datatypes/binary | OK | 996ms |
| /parquet/datatypes/binary string | OK | 968ms |
| /parquet/datatypes/blob | OK | 981ms |
| /parquet/datatypes/boolean | OK | 984ms |
| /parquet/datatypes/byte array | OK | 960ms |
| /parquet/datatypes/columnname | OK | 990ms |
| /parquet/datatypes/columnwithnull | OK | 1s 14ms |
| /parquet/datatypes/columnwithnull2 | OK | 994ms |
| /parquet/datatypes/date | OK | 987ms |
| /parquet/datatypes/decimal with filter | OK | 996ms |
| /parquet/datatypes/decimalvariousfilters | OK | 1s 10ms |
| /parquet/datatypes/decimalwithfilter2 | OK | 971ms |
| /parquet/datatypes/enum | OK | 1s 40ms |
| /parquet/datatypes/enum2 | OK | 1s 5ms |
| /parquet/datatypes/fixed length decimal | OK | 994ms |
| /parquet/datatypes/fixed length decimal legacy | OK | 998ms |
| /parquet/datatypes/fixedstring | OK | 1s 6ms |
| /parquet/datatypes/float16 | Skip | 1ms |
| /parquet/datatypes/h2oai | OK | 996ms |
| /parquet/datatypes/hive | OK | 1s 944ms |
| /parquet/datatypes/int32 | OK | 1s 3ms |
| /parquet/datatypes/int32 decimal | OK | 964ms |
| /parquet/datatypes/int64 | OK | 997ms |
| /parquet/datatypes/int64 decimal | OK | 979ms |
| /parquet/datatypes/json | OK | 1s 14ms |
| /parquet/datatypes/large string map | XFail | 5s 606ms |
| /parquet/datatypes/largedouble | OK | 1s 76ms |
| /parquet/datatypes/manydatatypes | OK | 939ms |
| /parquet/datatypes/manydatatypes2 | OK | 1s 14ms |
| /parquet/datatypes/maps | OK | 989ms |
| /parquet/datatypes/nameswithemoji | OK | 991ms |
| /parquet/datatypes/nandouble | OK | 998ms |
| /parquet/datatypes/negativeint64 | OK | 901ms |
| /parquet/datatypes/nullbyte | OK | 1s 16ms |
| /parquet/datatypes/nullbytemultiple | OK | 1s 18ms |
| /parquet/datatypes/nullsinid | OK | 1s 40ms |
| /parquet/datatypes/pandasdecimal | OK | 1s 18ms |
| /parquet/datatypes/pandasdecimaldate | OK | 1s 8ms |
| /parquet/datatypes/parquetgo | OK | 981ms |
| /parquet/datatypes/selectdatewithfilter | OK | 5s 851ms |
| /parquet/datatypes/singlenull | OK | 987ms |
| /parquet/datatypes/sparkv21 | OK | 1s 39ms |
| /parquet/datatypes/sparkv22 | OK | 1s 11ms |
| /parquet/datatypes/statdecimal | OK | 993ms |
| /parquet/datatypes/string | OK | 984ms |
| /parquet/datatypes/string int list inconsistent offset multiple batches | OK | 4s 541ms |
| /parquet/datatypes/stringtypes | OK | 949ms |
| /parquet/datatypes/struct | OK | 1s 54ms |
| /parquet/datatypes/supporteduuid | OK | 977ms |
| /parquet/datatypes/timestamp1 | OK | 918ms |
| /parquet/datatypes/timestamp2 | OK | 920ms |
| /parquet/datatypes/timezone | OK | 905ms |
| /parquet/datatypes/unsigned | OK | 1s 968ms |
| /parquet/datatypes/unsupportednull | OK | 135ms |
| /parquet/complex | OK | 20s 293ms |
| /parquet/complex/arraystring | OK | 981ms |
| /parquet/complex/big tuple with nulls | OK | 973ms |
| /parquet/complex/bytearraydictionary | OK | 1s 17ms |
| /parquet/complex/complex null | OK | 989ms |
| /parquet/complex/lagemap | OK | 991ms |
| /parquet/complex/largenestedarray | OK | 1s 28ms |
| /parquet/complex/largestruct | OK | 995ms |
| /parquet/complex/largestruct2 | OK | 1s 219ms |
| /parquet/complex/largestruct3 | OK | 964ms |
| /parquet/complex/list | OK | 977ms |
| /parquet/complex/nested array | OK | 968ms |
| /parquet/complex/nested map | OK | 986ms |
| /parquet/complex/nestedallcomplex | OK | 1s 107ms |
| /parquet/complex/nestedarray2 | OK | 1s 3ms |
| /parquet/complex/nestedstruct | OK | 1s 30ms |
| /parquet/complex/nestedstruct2 | OK | 982ms |
| /parquet/complex/nestedstruct3 | OK | 982ms |
| /parquet/complex/nestedstruct4 | OK | 1s 173ms |
| /parquet/complex/tupleofnulls | OK | 986ms |
| /parquet/complex/tuplewithdatetime | OK | 924ms |
| /parquet/cache | OK | 1s 957ms |
| /parquet/cache/cache1 | OK | 975ms |
| /parquet/cache/cache2 | OK | 980ms |
| /parquet/glob | OK | 39s 225ms |
| /parquet/glob/fastparquet globs | OK | 762ms |
| /parquet/glob/glob1 | OK | 1s 31ms |
| /parquet/glob/glob2 | OK | 1s 139ms |
| /parquet/glob/glob with multiple elements | OK | 232ms |
| /parquet/glob/million extensions | OK | 36s 55ms |
| /parquet/rowgroups | OK | 2s 1ms |
| /parquet/rowgroups/manyrowgroups | OK | 1s 15ms |
| /parquet/rowgroups/manyrowgroups2 | OK | 984ms |
| /parquet/encrypted | Skip | 1ms |
| /parquet/fastparquet | OK | 6ms |
| /parquet/fastparquet/airlines | Skip | 898us |
| /parquet/fastparquet/baz | Skip | 820us |
| /parquet/fastparquet/empty date | Skip | 1ms |
| /parquet/fastparquet/evo | Skip | 822us |
| /parquet/fastparquet/fastparquet | Skip | 767us |
| /parquet/read and write | OK | 10m 32s |
| /parquet/read and write/read and write parquet file | OK | 10m 32s |
| /parquet/column related errors | OK | 583ms |
| /parquet/column related errors/check error with 500 columns | OK | 582ms |
| /parquet/multi chunk upload | Skip | 1ms |
| /parquet/aws s3 | OK | 5m 41s |
| /parquet/aws s3/s3 | OK | 5m 41s |
| /parquet/aws s3/s3/compression type | OK | 5m 41s |
| /parquet/aws s3/s3/compression type/=NONE | OK | 5m 41s |
| /parquet/aws s3/s3/compression type/=NONE /outline | OK | 5m 41s |
| /parquet/aws s3/s3/compression type/=NONE /outline/engine | OK | 111ms |
| /parquet/aws s3/s3/compression type/=GZIP | OK | 5m 41s |
| /parquet/aws s3/s3/compression type/=GZIP /outline | OK | 5m 41s |
| /parquet/aws s3/s3/compression type/=GZIP /outline/engine | OK | 135ms |
| /parquet/aws s3/s3/compression type/=NONE /outline/engine/insert into engine | Skip | 11ms |
| /parquet/aws s3/s3/compression type/=LZ4 | OK | 5m 41s |
| /parquet/aws s3/s3/compression type/=NONE /outline/engine/select from engine | Skip | 15ms |
| /parquet/aws s3/s3/compression type/=NONE /outline/engine/engine to file to engine | Skip | 5ms |
| /parquet/aws s3/s3/compression type/=NONE /outline/engine/insert into engine from file | Skip | 15ms |
| /parquet/aws s3/s3/compression type/=NONE /outline/engine/engine select output to file | Skip | 16ms |
| /parquet/aws s3/s3/compression type/=GZIP /outline/engine/insert into engine | Skip | 16ms |
| /parquet/aws s3/s3/compression type/=GZIP /outline/engine/select from engine | Skip | 16ms |
| /parquet/aws s3/s3/compression type/=LZ4 /outline | OK | 5m 41s |
| /parquet/aws s3/s3/compression type/=GZIP /outline/engine/engine to file to engine | Skip | 9ms |
| /parquet/aws s3/s3/compression type/=GZIP /outline/engine/insert into engine from file | Skip | 15ms |
| /parquet/aws s3/s3/compression type/=GZIP /outline/engine/engine select output to file | Skip | 14ms |
| /parquet/aws s3/s3/compression type/=LZ4 /outline/engine | OK | 137ms |
| /parquet/aws s3/s3/compression type/=NONE /outline/function | OK | 5m 41s |
| /parquet/aws s3/s3/compression type/=NONE /outline/function/insert into function | OK | 5m 41s |
| /parquet/aws s3/s3/compression type/=NONE /outline/function/select from function manual cast types | OK | 5m 34s |
| /parquet/aws s3/s3/compression type/=LZ4 /outline/engine/insert into engine | Skip | 2ms |
| /parquet/aws s3/s3/compression type/=GZIP /outline/function | OK | 5m 41s |
| /parquet/aws s3/s3/compression type/=LZ4 /outline/engine/select from engine | Skip | 2ms |
| /parquet/aws s3/s3/compression type/=LZ4 /outline/engine/engine to file to engine | Skip | 2ms |
| /parquet/aws s3/s3/compression type/=NONE /outline/function/select from function auto cast types | OK | 5m 25s |
| /parquet/aws s3/s3/compression type/=LZ4 /outline/engine/insert into engine from file | Skip | 2ms |
| /parquet/aws s3/s3/compression type/=LZ4 /outline/engine/engine select output to file | Skip | 43ms |
| /parquet/aws s3/s3/compression type/=GZIP /outline/function/insert into function | OK | 5m 41s |
| /parquet/aws s3/s3/compression type/=GZIP /outline/function/select from function manual cast types | OK | 5m 35s |
| /parquet/aws s3/s3/compression type/=GZIP /outline/function/select from function auto cast types | OK | 5m 23s |
| /parquet/aws s3/s3/compression type/=LZ4 /outline/function | OK | 5m 41s |
| /parquet/aws s3/s3/compression type/=LZ4 /outline/function/insert into function | OK | 5m 41s |
| /parquet/aws s3/s3/compression type/=LZ4 /outline/function/select from function manual cast types | OK | 5m 35s |
| /parquet/aws s3/s3/compression type/=LZ4 /outline/function/select from function auto cast types | OK | 5m 24s |
Generated by TestFlows Open-Source Test Framework v2.0.250110.1002922