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 | Apr 01, 2026 18:49 |
| Duration | 1h 55m |
| Framework | TestFlows 2.0.250110.1002922 |
Test artifacts can be found at https://altinity-build-artifacts.s3.amazonaws.com/index.html#REFs/antalya-26.1/948d4e9a67012444f2e58f7f76c57eb4cdd272ef/regression/
| project | Altinity/ClickHouse |
| project.id | 159717931 |
| user.name | zvonand |
| version | 26.1.6.20001.altinityantalya |
| package | https://altinity-build-artifacts.s3.amazonaws.com/REFs/antalya-26.1/948d4e9a67012444f2e58f7f76c57eb4cdd272ef/build_arm_binary/clickhouse |
| repository | https://github.com/Altinity/clickhouse-regression |
| commit.hash | 7b671c109330ac55f7eedabe05e6aea7530ffdd5 |
| job.name | parquet |
| job.retry | 2 |
| job.url | https://github.com/Altinity/ClickHouse/actions/runs/23845710026 |
| arch | aarch64 |
| local | True |
| clickhouse_version | None |
| clickhouse_path | https://altinity-build-artifacts.s3.amazonaws.com/REFs/antalya-26.1/948d4e9a67012444f2e58f7f76c57eb4cdd272ef/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 20s 990ms 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.1.6.20001.altinityantalya (altinity build))
(query: INSERT INTO table_f8e85496_2e06_11f1_9bee_92000764be15 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 482ms 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 966, 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 | 1h 55m |
| /parquet/file | OK | 18m 7s |
| /parquet/file/engine | OK | 18m 7s |
| /parquet/file/function | OK | 8m 41s |
| /parquet/file/function/insert into function manual cast types | OK | 8m 24s |
| /parquet/file/function/insert into function auto cast types | OK | 8m 41s |
| /parquet/file/function/select from function manual cast types | OK | 4m 14s |
| /parquet/file/function/select from function auto cast types | OK | 3m 30s |
| /parquet/file/engine/insert into engine | OK | 8m 44s |
| /parquet/file/function/date as uint16 | OK | 4s 893ms |
| /parquet/file/engine/select from engine | OK | 3m 16s |
| /parquet/file/engine/engine to file to engine | OK | 13m 22s |
| /parquet/file/engine/insert into engine from file | OK | 6m 56s |
| /parquet/file/engine/engine select output to file | OK | 18m 6s |
| /parquet/file/function/date as uint16 multiple dates | OK | 2s 908ms |
| /parquet/file/function/date as uint16 nullable | OK | 2s 443ms |
| /parquet/file/function/date as uint16 round trip | OK | 2s 843ms |
| /parquet/file/function/date as uint16 edge cases | OK | 997ms |
| /parquet/file/function/date as uint16 with other columns | OK | 1s 644ms |
| /parquet/query | OK | 33m 0s |
| /parquet/query/compression type | OK | 33m 0s |
| /parquet/query/compression type/=NONE | OK | 32m 58s |
| /parquet/query/compression type/=NONE /insert into memory table from file | OK | 1m 45s |
| /parquet/query/compression type/=GZIP | OK | 32m 55s |
| /parquet/query/compression type/=LZ4 | OK | 32m 59s |
| /parquet/query/compression type/=LZ4 /insert into memory table from file | OK | 1m 46s |
| /parquet/query/compression type/=GZIP /insert into memory table from file | OK | 1m 48s |
| /parquet/query/compression type/=NONE /insert into mergetree table from file | OK | 1m 50s |
| /parquet/query/compression type/=LZ4 /insert into mergetree table from file | OK | 1m 52s |
| /parquet/query/compression type/=GZIP /insert into mergetree table from file | OK | 1m 51s |
| /parquet/query/compression type/=NONE /insert into replicated mergetree table from file | OK | 1m 49s |
| /parquet/query/compression type/=LZ4 /insert into replicated mergetree table from file | OK | 1m 47s |
| /parquet/query/compression type/=GZIP /insert into replicated mergetree table from file | OK | 1m 49s |
| /parquet/query/compression type/=NONE /insert into distributed table from file | OK | 1m 51s |
| /parquet/query/compression type/=LZ4 /insert into distributed table from file | OK | 1m 50s |
| /parquet/query/compression type/=GZIP /insert into distributed table from file | OK | 1m 50s |
| /parquet/query/compression type/=NONE /select from memory table into file | OK | 4m 40s |
| /parquet/query/compression type/=LZ4 /select from memory table into file | OK | 4m 37s |
| /parquet/query/compression type/=GZIP /select from memory table into file | OK | 4m 36s |
| /parquet/query/compression type/=LZ4 /select from mergetree table into file | OK | 4m 42s |
| /parquet/query/compression type/=GZIP /select from mergetree table into file | OK | 4m 37s |
| /parquet/query/compression type/=NONE /select from mergetree table into file | OK | 4m 41s |
| /parquet/query/compression type/=GZIP /select from replicated mergetree table into file | OK | 4m 47s |
| /parquet/query/compression type/=LZ4 /select from replicated mergetree table into file | OK | 4m 47s |
| /parquet/query/compression type/=NONE /select from replicated mergetree table into file | OK | 4m 46s |
| /parquet/query/compression type/=GZIP /select from distributed table into file | OK | 5m 37s |
| /parquet/query/compression type/=LZ4 /select from distributed table into file | OK | 5m 41s |
| /parquet/query/compression type/=NONE /select from distributed table into file | OK | 5m 37s |
| /parquet/query/compression type/=GZIP /select from mat view into file | OK | 4m 39s |
| /parquet/query/compression type/=NONE /select from mat view into file | OK | 4m 37s |
| /parquet/query/compression type/=LZ4 /select from mat view into file | OK | 4m 43s |
| /parquet/query/compression type/=GZIP /insert into table with projection from file | OK | 1m 17s |
| /parquet/query/compression type/=NONE /insert into table with projection from file | OK | 1m 17s |
| /parquet/query/compression type/=LZ4 /insert into table with projection from file | OK | 1m 11s |
| /parquet/list in multiple chunks | OK | 29s 489ms |
| /parquet/url | OK | 17m 45s |
| /parquet/url/engine | OK | 17m 10s |
| /parquet/url/function | OK | 7m 41s |
| /parquet/url/function/insert into function | OK | 6m 35s |
| /parquet/url/engine/insert into engine | OK | 7m 19s |
| /parquet/url/function/select from function manual cast types | OK | 7m 41s |
| /parquet/url/engine/select from engine | OK | 1m 54s |
| /parquet/url/engine/engine to file to engine | OK | 12m 2s |
| /parquet/url/engine/insert into engine from file | OK | 11m 48s |
| /parquet/url/engine/engine select output to file | OK | 17m 10s |
| /parquet/url/function/select from function auto cast types | OK | 5m 12s |
| /parquet/mysql | OK | 17s 693ms |
| /parquet/mysql/compression type | OK | 17s 691ms |
| /parquet/mysql/compression type/=NONE | OK | 17s 598ms |
| /parquet/mysql/compression type/=NONE /mysql engine to parquet file to mysql engine | OK | 10s 361ms |
| /parquet/mysql/compression type/=GZIP | OK | 17s 537ms |
| /parquet/mysql/compression type/=GZIP /mysql engine to parquet file to mysql engine | OK | 10s 533ms |
| /parquet/mysql/compression type/=LZ4 | OK | 17s 667ms |
| /parquet/mysql/compression type/=LZ4 /mysql engine to parquet file to mysql engine | OK | 10s 594ms |
| /parquet/mysql/compression type/=NONE /mysql function to parquet file to mysql function | OK | 7s 235ms |
| /parquet/mysql/compression type/=GZIP /mysql function to parquet file to mysql function | OK | 7s 2ms |
| /parquet/mysql/compression type/=LZ4 /mysql function to parquet file to mysql function | OK | 7s 70ms |
| /parquet/postgresql | OK | 10s 237ms |
| /parquet/postgresql/compression type | OK | 10s 235ms |
| /parquet/postgresql/compression type/=NONE | OK | 9s 971ms |
| /parquet/postgresql/compression type/=NONE /postgresql function to parquet file to postgresql function | OK | 9s 969ms |
| /parquet/postgresql/compression type/=GZIP | OK | 10s 225ms |
| /parquet/postgresql/compression type/=GZIP /postgresql function to parquet file to postgresql function | OK | 10s 223ms |
| /parquet/postgresql/compression type/=LZ4 | OK | 9s 983ms |
| /parquet/postgresql/compression type/=LZ4 /postgresql function to parquet file to postgresql function | OK | 9s 982ms |
| /parquet/remote | OK | 7m 13s |
| /parquet/remote/compression type | OK | 7m 13s |
| /parquet/remote/compression type/=NONE | OK | 7m 9s |
| /parquet/remote/compression type/=NONE /outline | OK | 7m 9s |
| /parquet/remote/compression type/=NONE /outline/insert into function | OK | 2m 30s |
| /parquet/remote/compression type/=GZIP | OK | 7m 12s |
| /parquet/remote/compression type/=GZIP /outline | OK | 7m 12s |
| /parquet/remote/compression type/=GZIP /outline/insert into function | OK | 2m 33s |
| /parquet/remote/compression type/=LZ4 | OK | 7m 13s |
| /parquet/remote/compression type/=LZ4 /outline | OK | 7m 12s |
| /parquet/remote/compression type/=LZ4 /outline/insert into function | OK | 2m 32s |
| /parquet/remote/compression type/=NONE /outline/select from function | OK | 4m 38s |
| /parquet/remote/compression type/=LZ4 /outline/select from function | OK | 4m 40s |
| /parquet/remote/compression type/=GZIP /outline/select from function | OK | 4m 39s |
| /parquet/chunked array | XFail | 20s 990ms |
| /parquet/broken | OK | 324ms |
| /parquet/broken/file | Skip | 2ms |
| /parquet/broken/read broken bigint | Skip | 1ms |
| /parquet/broken/read broken date | Skip | 1ms |
| /parquet/broken/read broken int | Skip | 11ms |
| /parquet/broken/read broken smallint | Skip | 1ms |
| /parquet/broken/read broken timestamp ms | Skip | 1ms |
| /parquet/broken/read broken timestamp us | Skip | 1ms |
| /parquet/broken/read broken tinyint | Skip | 265ms |
| /parquet/broken/read broken ubigint | Skip | 7ms |
| /parquet/broken/read broken uint | Skip | 7ms |
| /parquet/broken/read broken usmallint | Skip | 9ms |
| /parquet/broken/read broken utinyint | Skip | 1ms |
| /parquet/broken/string | Skip | 2ms |
| /parquet/encoding | OK | 15s 505ms |
| /parquet/encoding/deltabytearray1 | OK | 3s 662ms |
| /parquet/encoding/deltabytearray2 | OK | 2s 380ms |
| /parquet/encoding/deltalengthbytearray | OK | 2s 46ms |
| /parquet/encoding/dictionary | OK | 1s 859ms |
| /parquet/encoding/plain | OK | 1s 707ms |
| /parquet/encoding/plainrlesnappy | OK | 1s 835ms |
| /parquet/encoding/rleboolean | OK | 2s 10ms |
| /parquet/compression | OK | 40s 642ms |
| /parquet/compression/arrow snappy | OK | 1s 881ms |
| /parquet/compression/brotli | OK | 2s 96ms |
| /parquet/compression/gzippages | OK | 3s 830ms |
| /parquet/compression/largegzip | OK | 1s 995ms |
| /parquet/compression/lz4 hadoop | OK | 1s 923ms |
| /parquet/compression/lz4 hadoop large | OK | 2s 34ms |
| /parquet/compression/lz4 non hadoop | OK | 1s 908ms |
| /parquet/compression/lz4 raw | OK | 1s 977ms |
| /parquet/compression/lz4 raw large | OK | 2s 234ms |
| /parquet/compression/lz4pages | OK | 3s 637ms |
| /parquet/compression/nonepages | OK | 4s 10ms |
| /parquet/compression/snappypages | OK | 3s 789ms |
| /parquet/compression/snappyplain | OK | 1s 767ms |
| /parquet/compression/snappyrle | OK | 1s 877ms |
| /parquet/compression/zstd | OK | 1s 840ms |
| /parquet/compression/zstdpages | OK | 3s 820ms |
| /parquet/datatypes | OK | 2m 38s |
| /parquet/datatypes/arrowtimestamp | OK | 1s 820ms |
| /parquet/datatypes/arrowtimestampms | OK | 1s 970ms |
| /parquet/datatypes/binary | OK | 2s 57ms |
| /parquet/datatypes/binary string | OK | 1s 980ms |
| /parquet/datatypes/blob | OK | 1s 917ms |
| /parquet/datatypes/boolean | OK | 2s 11ms |
| /parquet/datatypes/byte array | OK | 2s 115ms |
| /parquet/datatypes/columnname | OK | 1s 775ms |
| /parquet/datatypes/columnwithnull | OK | 1s 921ms |
| /parquet/datatypes/columnwithnull2 | OK | 2s 33ms |
| /parquet/datatypes/date | OK | 2s 90ms |
| /parquet/datatypes/decimal with filter | OK | 1s 973ms |
| /parquet/datatypes/decimalvariousfilters | OK | 1s 862ms |
| /parquet/datatypes/decimalwithfilter2 | OK | 2s 38ms |
| /parquet/datatypes/enum | OK | 2s 114ms |
| /parquet/datatypes/enum2 | OK | 2s 59ms |
| /parquet/datatypes/fixed length decimal | OK | 1s 961ms |
| /parquet/datatypes/fixed length decimal legacy | OK | 1s 827ms |
| /parquet/datatypes/fixedstring | OK | 1s 820ms |
| /parquet/datatypes/float16 | XFail | 482ms |
| /parquet/datatypes/h2oai | OK | 2s 19ms |
| /parquet/datatypes/hive | OK | 4s 396ms |
| /parquet/datatypes/int32 | OK | 2s 196ms |
| /parquet/datatypes/int32 decimal | OK | 1s 755ms |
| /parquet/datatypes/int64 | OK | 1s 724ms |
| /parquet/datatypes/int64 decimal | OK | 2s 125ms |
| /parquet/datatypes/json | OK | 1s 806ms |
| /parquet/datatypes/large string map | OK | 40s 471ms |
| /parquet/datatypes/largedouble | OK | 2s 2ms |
| /parquet/datatypes/manydatatypes | OK | 1s 852ms |
| /parquet/datatypes/manydatatypes2 | OK | 1s 783ms |
| /parquet/datatypes/maps | OK | 1s 738ms |
| /parquet/datatypes/nameswithemoji | OK | 2s 28ms |
| /parquet/datatypes/nandouble | OK | 2s 117ms |
| /parquet/datatypes/negativeint64 | OK | 1s 779ms |
| /parquet/datatypes/nullbyte | OK | 2s 76ms |
| /parquet/datatypes/nullbytemultiple | OK | 1s 854ms |
| /parquet/datatypes/nullsinid | OK | 1s 844ms |
| /parquet/datatypes/pandasdecimal | OK | 1s 828ms |
| /parquet/datatypes/pandasdecimaldate | OK | 1s 836ms |
| /parquet/datatypes/parquetgo | OK | 1s 951ms |
| /parquet/datatypes/selectdatewithfilter | OK | 10s 2ms |
| /parquet/datatypes/singlenull | OK | 2s 18ms |
| /parquet/datatypes/sparkv21 | OK | 1s 897ms |
| /parquet/datatypes/sparkv22 | OK | 2s 320ms |
| /parquet/datatypes/statdecimal | OK | 2s 288ms |
| /parquet/datatypes/string | OK | 2s 192ms |
| /parquet/datatypes/string int list inconsistent offset multiple batches | OK | 3s 795ms |
| /parquet/datatypes/stringtypes | OK | 1s 598ms |
| /parquet/datatypes/struct | OK | 2s 19ms |
| /parquet/datatypes/supporteduuid | OK | 2s 120ms |
| /parquet/datatypes/timestamp1 | OK | 1s 779ms |
| /parquet/datatypes/timestamp2 | OK | 1s 802ms |
| /parquet/datatypes/timezone | OK | 1s 592ms |
| /parquet/datatypes/unsigned | OK | 3s 590ms |
| /parquet/datatypes/unsupportednull | OK | 401ms |
| /parquet/complex | OK | 40s 626ms |
| /parquet/complex/arraystring | OK | 1s 899ms |
| /parquet/complex/big tuple with nulls | OK | 2s 73ms |
| /parquet/complex/bytearraydictionary | OK | 2s 23ms |
| /parquet/complex/complex null | OK | 1s 847ms |
| /parquet/complex/lagemap | OK | 1s 902ms |
| /parquet/complex/largenestedarray | OK | 2s 82ms |
| /parquet/complex/largestruct | OK | 1s 935ms |
| /parquet/complex/largestruct2 | OK | 2s 278ms |
| /parquet/complex/largestruct3 | OK | 2s 97ms |
| /parquet/complex/list | OK | 1s 810ms |
| /parquet/complex/nested array | OK | 1s 935ms |
| /parquet/complex/nested map | OK | 1s 840ms |
| /parquet/complex/nestedallcomplex | OK | 2s 255ms |
| /parquet/complex/nestedarray2 | OK | 2s 84ms |
| /parquet/complex/nestedstruct | OK | 1s 937ms |
| /parquet/complex/nestedstruct2 | OK | 2s 165ms |
| /parquet/complex/nestedstruct3 | OK | 2s 60ms |
| /parquet/complex/nestedstruct4 | OK | 2s 405ms |
| /parquet/complex/tupleofnulls | OK | 2s 24ms |
| /parquet/complex/tuplewithdatetime | OK | 1s 952ms |
| /parquet/cache | OK | 3s 803ms |
| /parquet/cache/cache1 | OK | 1s 909ms |
| /parquet/cache/cache2 | OK | 1s 891ms |
| /parquet/glob | OK | 57s 423ms |
| /parquet/glob/fastparquet globs | OK | 1s 287ms |
| /parquet/glob/glob1 | OK | 2s 363ms |
| /parquet/glob/glob2 | OK | 2s 667ms |
| /parquet/glob/glob with multiple elements | OK | 630ms |
| /parquet/glob/million extensions | OK | 50s 471ms |
| /parquet/rowgroups | OK | 3s 973ms |
| /parquet/rowgroups/manyrowgroups | OK | 2s 44ms |
| /parquet/rowgroups/manyrowgroups2 | OK | 1s 924ms |
| /parquet/encrypted | Skip | 1ms |
| /parquet/fastparquet | OK | 8ms |
| /parquet/fastparquet/airlines | Skip | 1ms |
| /parquet/fastparquet/baz | Skip | 959us |
| /parquet/fastparquet/empty date | Skip | 977us |
| /parquet/fastparquet/evo | Skip | 929us |
| /parquet/fastparquet/fastparquet | Skip | 928us |
| /parquet/read and write | OK | 26m 24s |
| /parquet/read and write/read and write parquet file | OK | 26m 24s |
| /parquet/column related errors | OK | 1s 244ms |
| /parquet/column related errors/check error with 500 columns | OK | 1s 243ms |
| /parquet/multi chunk upload | Skip | 2ms |
Generated by TestFlows Open-Source Test Framework v2.0.250110.1002922