Copyright 2026, Altinity Inc.. All Rights Reserved. All information contained herein is, and remains the property of Altinity Inc.. Any dissemination of this information or reproduction of this material is strictly forbidden unless prior written permission is obtained from Altinity Inc..
| Date | Jun 02, 2026 14:21 |
| Duration | 47m 59s |
| Framework | TestFlows 2.0.250110.1002922 |
Test artifacts can be found at https://altinity-build-artifacts.s3.amazonaws.com/index.html#REFs/antalya-26.3/0ef53ddec34514b1d64cb3b44a678f1350c72876/regression/
| project | Altinity/ClickHouse |
| project.id | 159717931 |
| user.name | strtgbb |
| version | 26.3.10.20001.altinityantalya |
| package | https://altinity-build-artifacts.s3.amazonaws.com/REFs/antalya-26.3/0ef53ddec34514b1d64cb3b44a678f1350c72876/build_arm_binary/clickhouse |
| repository | https://github.com/Altinity/clickhouse-regression |
| commit.hash | 3dc71e7459ce4dc1762152aeae0986d9a3ccb54c |
| job.name | parquet |
| job.retry | 1 |
| job.url | https://github.com/Altinity/ClickHouse/actions/runs/26818784939 |
| arch | aarch64 |
| local | True |
| clickhouse_version | None |
| clickhouse_path | https://altinity-build-artifacts.s3.amazonaws.com/REFs/antalya-26.3/0ef53ddec34514b1d64cb3b44a678f1350c72876/build_arm_binary/clickhouse |
| as_binary | False |
| base_os | None |
| keeper_path | None |
| zookeeper_version | None |
| use_keeper | False |
| stress | False |
| collect_service_logs | True |
| thread_fuzzer | False |
| with_analyzer | True |
| reuse_env | False |
| cicd | True |
| storages | None |
| minio_uri | Secret(name='minio_uri') |
| minio_root_user | Secret(name='minio_root_user') |
| minio_root_password | Secret(name='minio_root_password') |
| aws_s3_bucket | None |
| aws_s3_region | Secret(name='aws_s3_region') |
| aws_s3_key_id | Secret(name='aws_s3_key_id') |
| aws_s3_access_key | Secret(name='aws_s3_access_key') |
| gcs_uri | None |
| gcs_key_id | None |
| gcs_key_secret | None |
| azure_account_name | None |
| azure_storage_key | None |
| azure_container | None |
| stress_bloom | False |
| Units | Skip | OK | Fail | XFail | |
|---|---|---|---|---|---|
| Modules | |||||
| Suites | |||||
| Features | |||||
| Scenarios | |||||
| Checks | |||||
| Examples | |||||
| Steps |
| Test Name | Result | Message |
|---|---|---|
| /parquet/chunked array | XFail 43s 816ms Not supported | AssertionError
Traceback (most recent call last):
File "/usr/lib/python3.12/threading.py", line 1030, in _bootstrap
self._bootstrap_inner()
File "/usr/lib/python3.12/threading.py", line 1073, in _bootstrap_inner
self.run()
File "/usr/lib/python3.12/threading.py", line 1010, in run
self._target(*self._args, **self._kwargs)
File "/usr/lib/python3.12/concurrent/futures/thread.py", line 58, in run
result = self.fn(*self.args, **self.kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/ubuntu/_work/ClickHouse/ClickHouse/parquet/../parquet/tests/chunked_array.py", line 30, in feature
node.query(
File "/home/ubuntu/_work/ClickHouse/ClickHouse/parquet/../helpers/cluster.py", line 1163, in query
assert False, error(r.output)
^^^^^
AssertionError: Oops! Assertion failed
The following assertion was not satisfied
assert False, error(r.output)
Description
Error on processing query: Code: 53. DB::Exception: Requested type of column arr doesn't match parquet schema: parquet type is Tuple, requested type is Map(String, UInt32): (in file/uri /var/lib/clickhouse/user_files/chunked_array_test_file.parquet): While executing ParquetV3BlockInputFormat: While executing File: data for INSERT was parsed from file. (TYPE_MISMATCH) (version 26.3.10.20001.altinityantalya (altinity build))
(query: INSERT INTO table_5ec436a5_5e93_11f1_b383_121b8b43fd2f FROM INFILE '/var/lib/clickhouse/user_files/chunked_array_test_file.parquet' FORMAT Parquet
)
Assertion values
assert False, error(r.output)
^ is False
Where
File '/home/ubuntu/_work/ClickHouse/ClickHouse/parquet/../helpers/cluster.py', line 1163 in 'query'
1155\| assert message in r.output, error(r.output)
1156\|
1157\| if not ignore_exception:
1158\| if message is None or "Exception:" not in message:
1159\| with Then("check if output has exception") if steps else NullStep():
1160\| if "Exception:" in r.output:
1161\| if raise_on_exception:
1162\| raise QueryRuntimeException(r.output)
1163\|> assert False, error(r.output)
1164\|
1165\| return r
1166\| |
| /parquet/datatypes/float16 | XFail 189ms ClickHouse does not import FLOAT16 properly | 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 978, in feature
scenario()
File "/home/ubuntu/_work/ClickHouse/ClickHouse/parquet/../parquet/tests/datatypes.py", line 113, in float16
assert output == expected, error()
^^^^^^^^^^^^^^^^^^
AssertionError: Oops! Assertion failed
The following assertion was not satisfied
assert output == expected, error()
Assertion values
assert output == expected, error()
^ is '[-2,-1,0,1,2,3,4,5,6,7,8]'
assert output == expected, error()
^ is '[-2,-1,0,1,2,3,4,5,6,7,8,9]'
assert output == expected, error()
^ is = False
@@ -1 +1 @@
-[-2,-1,0,1,2,3,4,5,6,7,8]
+[-2,-1,0,1,2,3,4,5,6,7,8,9]
assert output == expected, error()
^ is False
Where
File '/home/ubuntu/_work/ClickHouse/ClickHouse/parquet/../parquet/tests/datatypes.py', line 113 in 'float16'
105\| ORDER BY tuple() AS SELECT floatfield FROM file('{import_file}', Parquet)
106\| """
107\| )
108\|
109\| with Then("I read the contents of the created table"):
110\| output = node.query(
111\| f"SELECT groupArray(round(*)) FROM {table_name} FORMAT TSV"
112\| ).output
113\|> assert output == expected, error()
114\|
115\| finally:
116\| with Finally("I drop the table"): |
| Test Name | Result | Duration |
|---|---|---|
| /parquet | OK | 47m 59s |
| /parquet/file | OK | 6m 35s |
| /parquet/file/engine | OK | 6m 35s |
| /parquet/file/function | OK | 3m 34s |
| /parquet/file/engine/insert into engine | OK | 3m 28s |
| /parquet/file/engine/select from engine | OK | 1m 18s |
| /parquet/file/function/insert into function manual cast types | OK | 3m 24s |
| /parquet/file/engine/engine to file to engine | OK | 5m 5s |
| /parquet/file/function/insert into function auto cast types | OK | 3m 34s |
| /parquet/file/engine/insert into engine from file | OK | 2m 54s |
| /parquet/file/function/select from function manual cast types | OK | 1m 47s |
| /parquet/file/engine/engine select output to file | OK | 6m 35s |
| /parquet/file/function/select from function auto cast types | OK | 1m 26s |
| /parquet/file/function/date as uint16 | OK | 2s 175ms |
| /parquet/file/function/date as uint16 multiple dates | OK | 1s 755ms |
| /parquet/file/function/date as uint16 nullable | OK | 1s 195ms |
| /parquet/file/function/date as uint16 round trip | OK | 1s 890ms |
| /parquet/file/function/date as uint16 edge cases | OK | 593ms |
| /parquet/file/function/date as uint16 with other columns | OK | 1s 289ms |
| /parquet/query | OK | 12m 4s |
| /parquet/query/compression type | OK | 12m 4s |
| /parquet/query/compression type/=NONE | OK | 12m 4s |
| /parquet/query/compression type/=NONE /insert into memory table from file | OK | 39s 156ms |
| /parquet/query/compression type/=GZIP | OK | 12m 4s |
| /parquet/query/compression type/=GZIP /insert into memory table from file | OK | 39s 155ms |
| /parquet/query/compression type/=LZ4 | OK | 12m 3s |
| /parquet/query/compression type/=LZ4 /insert into memory table from file | OK | 39s 63ms |
| /parquet/query/compression type/=LZ4 /insert into mergetree table from file | OK | 38s 376ms |
| /parquet/query/compression type/=NONE /insert into mergetree table from file | OK | 38s 134ms |
| /parquet/query/compression type/=GZIP /insert into mergetree table from file | OK | 38s 355ms |
| /parquet/query/compression type/=NONE /insert into replicated mergetree table from file | OK | 37s 321ms |
| /parquet/query/compression type/=LZ4 /insert into replicated mergetree table from file | OK | 39s 37ms |
| /parquet/query/compression type/=GZIP /insert into replicated mergetree table from file | OK | 37s 381ms |
| /parquet/query/compression type/=NONE /insert into distributed table from file | OK | 41s 940ms |
| /parquet/query/compression type/=GZIP /insert into distributed table from file | OK | 41s 943ms |
| /parquet/query/compression type/=LZ4 /insert into distributed table from file | OK | 40s 941ms |
| /parquet/query/compression type/=NONE /select from memory table into file | OK | 1m 43s |
| /parquet/query/compression type/=GZIP /select from memory table into file | OK | 1m 43s |
| /parquet/query/compression type/=LZ4 /select from memory table into file | OK | 1m 43s |
| /parquet/query/compression type/=GZIP /select from mergetree table into file | OK | 1m 45s |
| /parquet/query/compression type/=NONE /select from mergetree table into file | OK | 1m 44s |
| /parquet/query/compression type/=LZ4 /select from mergetree table into file | OK | 1m 42s |
| /parquet/query/compression type/=LZ4 /select from replicated mergetree table into file | OK | 1m 43s |
| /parquet/query/compression type/=NONE /select from replicated mergetree table into file | OK | 1m 43s |
| /parquet/query/compression type/=GZIP /select from replicated mergetree table into file | OK | 1m 43s |
| /parquet/query/compression type/=LZ4 /select from distributed table into file | OK | 2m 1s |
| /parquet/query/compression type/=NONE /select from distributed table into file | OK | 2m 1s |
| /parquet/query/compression type/=GZIP /select from distributed table into file | OK | 2m 0s |
| /parquet/query/compression type/=LZ4 /select from mat view into file | OK | 1m 44s |
| /parquet/query/compression type/=GZIP /select from mat view into file | OK | 1m 45s |
| /parquet/query/compression type/=NONE /select from mat view into file | OK | 1m 44s |
| /parquet/query/compression type/=LZ4 /insert into table with projection from file | OK | 29s 498ms |
| /parquet/query/compression type/=GZIP /insert into table with projection from file | OK | 29s 527ms |
| /parquet/query/compression type/=NONE /insert into table with projection from file | OK | 29s 321ms |
| /parquet/list in multiple chunks | OK | 9s 7ms |
| /parquet/url | OK | 6m 56s |
| /parquet/url/engine | OK | 6m 23s |
| /parquet/url/function | OK | 3m 10s |
| /parquet/url/engine/insert into engine | OK | 3m 2s |
| /parquet/url/engine/select from engine | OK | 48s 966ms |
| /parquet/url/function/insert into function | OK | 2m 46s |
| /parquet/url/engine/engine to file to engine | OK | 4m 52s |
| /parquet/url/function/select from function manual cast types | OK | 3m 10s |
| /parquet/url/engine/insert into engine from file | OK | 4m 51s |
| /parquet/url/function/select from function auto cast types | OK | 2m 16s |
| /parquet/url/engine/engine select output to file | OK | 6m 23s |
| /parquet/mysql | OK | 6s 182ms |
| /parquet/mysql/compression type | OK | 6s 182ms |
| /parquet/mysql/compression type/=NONE | OK | 6s 63ms |
| /parquet/mysql/compression type/=NONE /mysql engine to parquet file to mysql engine | OK | 3s 488ms |
| /parquet/mysql/compression type/=GZIP | OK | 6s 117ms |
| /parquet/mysql/compression type/=GZIP /mysql engine to parquet file to mysql engine | OK | 3s 570ms |
| /parquet/mysql/compression type/=LZ4 | OK | 6s 173ms |
| /parquet/mysql/compression type/=LZ4 /mysql engine to parquet file to mysql engine | OK | 3s 563ms |
| /parquet/mysql/compression type/=NONE /mysql function to parquet file to mysql function | OK | 2s 574ms |
| /parquet/mysql/compression type/=LZ4 /mysql function to parquet file to mysql function | OK | 2s 609ms |
| /parquet/mysql/compression type/=GZIP /mysql function to parquet file to mysql function | OK | 2s 546ms |
| /parquet/postgresql | OK | 3s 944ms |
| /parquet/postgresql/compression type | OK | 3s 944ms |
| /parquet/postgresql/compression type/=NONE | OK | 3s 855ms |
| /parquet/postgresql/compression type/=NONE /postgresql function to parquet file to postgresql function | OK | 3s 854ms |
| /parquet/postgresql/compression type/=GZIP | OK | 3s 868ms |
| /parquet/postgresql/compression type/=GZIP /postgresql function to parquet file to postgresql function | OK | 3s 868ms |
| /parquet/postgresql/compression type/=LZ4 | OK | 3s 938ms |
| /parquet/postgresql/compression type/=LZ4 /postgresql function to parquet file to postgresql function | OK | 3s 938ms |
| /parquet/remote | OK | 2m 35s |
| /parquet/remote/compression type | OK | 2m 35s |
| /parquet/remote/compression type/=NONE | OK | 2m 35s |
| /parquet/remote/compression type/=NONE /outline | OK | 2m 35s |
| /parquet/remote/compression type/=NONE /outline/insert into function | OK | 48s 781ms |
| /parquet/remote/compression type/=GZIP | OK | 2m 35s |
| /parquet/remote/compression type/=GZIP /outline | OK | 2m 35s |
| /parquet/remote/compression type/=GZIP /outline/insert into function | OK | 49s 597ms |
| /parquet/remote/compression type/=LZ4 | OK | 2m 34s |
| /parquet/remote/compression type/=LZ4 /outline | OK | 2m 34s |
| /parquet/remote/compression type/=LZ4 /outline/insert into function | OK | 49s 33ms |
| /parquet/remote/compression type/=NONE /outline/select from function | OK | 1m 46s |
| /parquet/remote/compression type/=LZ4 /outline/select from function | OK | 1m 45s |
| /parquet/remote/compression type/=GZIP /outline/select from function | OK | 1m 45s |
| /parquet/chunked array | XFail | 43s 816ms |
| /parquet/broken | OK | 10ms |
| /parquet/broken/file | Skip | 871us |
| /parquet/broken/read broken bigint | Skip | 653us |
| /parquet/broken/read broken date | Skip | 542us |
| /parquet/broken/read broken int | Skip | 678us |
| /parquet/broken/read broken smallint | Skip | 559us |
| /parquet/broken/read broken timestamp ms | Skip | 517us |
| /parquet/broken/read broken timestamp us | Skip | 512us |
| /parquet/broken/read broken tinyint | Skip | 647us |
| /parquet/broken/read broken ubigint | Skip | 512us |
| /parquet/broken/read broken uint | Skip | 480us |
| /parquet/broken/read broken usmallint | Skip | 521us |
| /parquet/broken/read broken utinyint | Skip | 641us |
| /parquet/broken/string | Skip | 515us |
| /parquet/encoding | OK | 4s 890ms |
| /parquet/encoding/deltabytearray1 | OK | 1s 225ms |
| /parquet/encoding/deltabytearray2 | OK | 661ms |
| /parquet/encoding/deltalengthbytearray | OK | 642ms |
| /parquet/encoding/dictionary | OK | 571ms |
| /parquet/encoding/plain | OK | 560ms |
| /parquet/encoding/plainrlesnappy | OK | 603ms |
| /parquet/encoding/rleboolean | OK | 624ms |
| /parquet/compression | OK | 13s 200ms |
| /parquet/compression/arrow snappy | OK | 634ms |
| /parquet/compression/brotli | OK | 615ms |
| /parquet/compression/gzippages | OK | 1s 262ms |
| /parquet/compression/largegzip | OK | 662ms |
| /parquet/compression/lz4 hadoop | OK | 623ms |
| /parquet/compression/lz4 hadoop large | OK | 642ms |
| /parquet/compression/lz4 non hadoop | OK | 643ms |
| /parquet/compression/lz4 raw | OK | 641ms |
| /parquet/compression/lz4 raw large | OK | 636ms |
| /parquet/compression/lz4pages | OK | 1s 255ms |
| /parquet/compression/nonepages | OK | 1s 253ms |
| /parquet/compression/snappypages | OK | 1s 258ms |
| /parquet/compression/snappyplain | OK | 571ms |
| /parquet/compression/snappyrle | OK | 624ms |
| /parquet/compression/zstd | OK | 617ms |
| /parquet/compression/zstdpages | OK | 1s 251ms |
| /parquet/datatypes | OK | 1m 13s |
| /parquet/datatypes/arrowtimestamp | OK | 574ms |
| /parquet/datatypes/arrowtimestampms | OK | 560ms |
| /parquet/datatypes/binary | OK | 626ms |
| /parquet/datatypes/binary string | OK | 637ms |
| /parquet/datatypes/blob | OK | 644ms |
| /parquet/datatypes/boolean | OK | 623ms |
| /parquet/datatypes/byte array | OK | 633ms |
| /parquet/datatypes/columnname | OK | 654ms |
| /parquet/datatypes/columnwithnull | OK | 626ms |
| /parquet/datatypes/columnwithnull2 | OK | 629ms |
| /parquet/datatypes/date | OK | 732ms |
| /parquet/datatypes/decimal with filter | OK | 632ms |
| /parquet/datatypes/decimalvariousfilters | OK | 611ms |
| /parquet/datatypes/decimalwithfilter2 | OK | 628ms |
| /parquet/datatypes/enum | OK | 639ms |
| /parquet/datatypes/enum2 | OK | 649ms |
| /parquet/datatypes/fixed length decimal | OK | 619ms |
| /parquet/datatypes/fixed length decimal legacy | OK | 619ms |
| /parquet/datatypes/fixedstring | OK | 623ms |
| /parquet/datatypes/float16 | XFail | 189ms |
| /parquet/datatypes/h2oai | OK | 647ms |
| /parquet/datatypes/hive | OK | 1s 263ms |
| /parquet/datatypes/int32 | OK | 627ms |
| /parquet/datatypes/int32 decimal | OK | 622ms |
| /parquet/datatypes/int64 | OK | 620ms |
| /parquet/datatypes/int64 decimal | OK | 629ms |
| /parquet/datatypes/json | OK | 621ms |
| /parquet/datatypes/large string map | OK | 33s 130ms |
| /parquet/datatypes/largedouble | OK | 1s 155ms |
| /parquet/datatypes/manydatatypes | OK | 730ms |
| /parquet/datatypes/manydatatypes2 | OK | 778ms |
| /parquet/datatypes/maps | OK | 684ms |
| /parquet/datatypes/nameswithemoji | OK | 1s 13ms |
| /parquet/datatypes/nandouble | OK | 692ms |
| /parquet/datatypes/negativeint64 | OK | 751ms |
| /parquet/datatypes/nullbyte | OK | 678ms |
| /parquet/datatypes/nullbytemultiple | OK | 794ms |
| /parquet/datatypes/nullsinid | OK | 626ms |
| /parquet/datatypes/pandasdecimal | OK | 639ms |
| /parquet/datatypes/pandasdecimaldate | OK | 651ms |
| /parquet/datatypes/parquetgo | OK | 631ms |
| /parquet/datatypes/selectdatewithfilter | OK | 3s 195ms |
| /parquet/datatypes/singlenull | OK | 628ms |
| /parquet/datatypes/sparkv21 | OK | 647ms |
| /parquet/datatypes/sparkv22 | OK | 644ms |
| /parquet/datatypes/statdecimal | OK | 626ms |
| /parquet/datatypes/string | OK | 630ms |
| /parquet/datatypes/string int list inconsistent offset multiple batches | OK | 1s 481ms |
| /parquet/datatypes/stringtypes | OK | 652ms |
| /parquet/datatypes/struct | OK | 641ms |
| /parquet/datatypes/supporteduuid | OK | 617ms |
| /parquet/datatypes/timestamp1 | OK | 576ms |
| /parquet/datatypes/timestamp2 | OK | 589ms |
| /parquet/datatypes/timezone | OK | 566ms |
| /parquet/datatypes/unsigned | OK | 1s 255ms |
| /parquet/datatypes/unsupportednull | OK | 141ms |
| /parquet/complex | OK | 12s 747ms |
| /parquet/complex/arraystring | OK | 646ms |
| /parquet/complex/big tuple with nulls | OK | 632ms |
| /parquet/complex/bytearraydictionary | OK | 645ms |
| /parquet/complex/complex null | OK | 638ms |
| /parquet/complex/lagemap | OK | 619ms |
| /parquet/complex/largenestedarray | OK | 634ms |
| /parquet/complex/largestruct | OK | 601ms |
| /parquet/complex/largestruct2 | OK | 715ms |
| /parquet/complex/largestruct3 | OK | 582ms |
| /parquet/complex/list | OK | 626ms |
| /parquet/complex/nested array | OK | 644ms |
| /parquet/complex/nested map | OK | 630ms |
| /parquet/complex/nestedallcomplex | OK | 700ms |
| /parquet/complex/nestedarray2 | OK | 632ms |
| /parquet/complex/nestedstruct | OK | 594ms |
| /parquet/complex/nestedstruct2 | OK | 637ms |
| /parquet/complex/nestedstruct3 | OK | 638ms |
| /parquet/complex/nestedstruct4 | OK | 723ms |
| /parquet/complex/tupleofnulls | OK | 632ms |
| /parquet/complex/tuplewithdatetime | OK | 565ms |
| /parquet/cache | OK | 1s 431ms |
| /parquet/cache/cache1 | OK | 640ms |
| /parquet/cache/cache2 | OK | 790ms |
| /parquet/glob | OK | 15s 670ms |
| /parquet/glob/fastparquet globs | OK | 479ms |
| /parquet/glob/glob1 | OK | 842ms |
| /parquet/glob/glob2 | OK | 1s 485ms |
| /parquet/glob/glob with multiple elements | OK | 272ms |
| /parquet/glob/million extensions | OK | 12s 588ms |
| /parquet/rowgroups | OK | 1s 331ms |
| /parquet/rowgroups/manyrowgroups | OK | 669ms |
| /parquet/rowgroups/manyrowgroups2 | OK | 661ms |
| /parquet/encrypted | Skip | 739us |
| /parquet/fastparquet | OK | 4ms |
| /parquet/fastparquet/airlines | Skip | 558us |
| /parquet/fastparquet/baz | Skip | 501us |
| /parquet/fastparquet/empty date | Skip | 497us |
| /parquet/fastparquet/evo | Skip | 671us |
| /parquet/fastparquet/fastparquet | Skip | 485us |
| /parquet/read and write | OK | 8m 37s |
| /parquet/read and write/read and write parquet file | OK | 8m 37s |
| /parquet/column related errors | OK | 413ms |
| /parquet/column related errors/check error with 500 columns | OK | 413ms |
| /parquet/multi chunk upload | Skip | 744us |
Generated by TestFlows Open-Source Test Framework v2.0.250110.1002922