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 | Jul 20, 2026 16:55 |
| Duration | 1h 3m |
| Framework | TestFlows 2.0.250110.1002922 |
Test artifacts can be found at https://altinity-build-artifacts.s3.amazonaws.com/index.html#REFs/v26.3.16.10001.altinitystable/8de06fed91fa7a6545a72f37c98e81d4cc024bb1/regression/
| project | Altinity/ClickHouse |
| project.id | 159717931 |
| user.name | MyroTk |
| version | 26.3.16.10001.altinitystable |
| package | https://altinity-build-artifacts.s3.amazonaws.com/REFs/v26.3.16.10001.altinitystable/8de06fed91fa7a6545a72f37c98e81d4cc024bb1/build_arm_binary/clickhouse |
| repository | https://github.com/Altinity/clickhouse-regression |
| commit.hash | 5bdf798b5c4abdd8adc07a39ce6a1002332750c7 |
| job.name | parquet |
| job.retry | 1 |
| job.url | https://github.com/Altinity/ClickHouse/actions/runs/29755538720 |
| arch | aarch64 |
| local | True |
| clickhouse_version | None |
| clickhouse_path | https://altinity-build-artifacts.s3.amazonaws.com/REFs/v26.3.16.10001.altinitystable/8de06fed91fa7a6545a72f37c98e81d4cc024bb1/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 577ms 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 1260, 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.16.10001.altinitystable (altinity build))
(query: INSERT INTO table_d2c4364d_8462_11f1_a937_12ad88b48431 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 1260 in 'query'
1252\| assert message in r.output, error(r.output)
1253\|
1254\| if not ignore_exception:
1255\| if message is None or "Exception:" not in message:
1256\| with Then("check if output has exception") if steps else NullStep():
1257\| if "Exception:" in r.output:
1258\| if raise_on_exception:
1259\| raise QueryRuntimeException(r.output)
1260\|> assert False, error(r.output)
1261\|
1262\| return r
1263\| |
| /parquet/datatypes/float16 | XFail 200ms 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 | 1h 3m |
| /parquet/file | OK | 9m 57s |
| /parquet/file/engine | OK | 9m 57s |
| /parquet/file/engine/insert into engine | OK | 6m 20s |
| /parquet/file/engine/select from engine | OK | 2m 22s |
| /parquet/file/engine/engine to file to engine | OK | 8m 19s |
| /parquet/file/function | OK | 6m 27s |
| /parquet/file/engine/insert into engine from file | OK | 5m 5s |
| /parquet/file/engine/engine select output to file | OK | 9m 56s |
| /parquet/file/function/insert into function manual cast types | OK | 6m 15s |
| /parquet/file/function/insert into function auto cast types | OK | 6m 27s |
| /parquet/file/function/select from function manual cast types | OK | 3m 4s |
| /parquet/file/function/select from function auto cast types | OK | 2m 32s |
| /parquet/file/function/date as uint16 | OK | 3s 363ms |
| /parquet/file/function/date as uint16 multiple dates | OK | 2s 153ms |
| /parquet/file/function/date as uint16 nullable | OK | 2s 360ms |
| /parquet/file/function/date as uint16 round trip | OK | 3s 969ms |
| /parquet/file/function/date as uint16 edge cases | OK | 1s 186ms |
| /parquet/file/function/date as uint16 with other columns | OK | 1s 20ms |
| /parquet/query | OK | 18m 30s |
| /parquet/query/compression type | OK | 18m 30s |
| /parquet/query/compression type/=NONE | OK | 18m 29s |
| /parquet/query/compression type/=NONE /insert into memory table from file | OK | 54s 73ms |
| /parquet/query/compression type/=GZIP | OK | 18m 30s |
| /parquet/query/compression type/=GZIP /insert into memory table from file | OK | 54s 154ms |
| /parquet/query/compression type/=LZ4 | OK | 18m 28s |
| /parquet/query/compression type/=LZ4 /insert into memory table from file | OK | 54s 351ms |
| /parquet/query/compression type/=NONE /insert into mergetree table from file | OK | 54s 361ms |
| /parquet/query/compression type/=GZIP /insert into mergetree table from file | OK | 54s 532ms |
| /parquet/query/compression type/=LZ4 /insert into mergetree table from file | OK | 53s 888ms |
| /parquet/query/compression type/=LZ4 /insert into replicated mergetree table from file | OK | 52s 640ms |
| /parquet/query/compression type/=NONE /insert into replicated mergetree table from file | OK | 52s 237ms |
| /parquet/query/compression type/=GZIP /insert into replicated mergetree table from file | OK | 52s 105ms |
| /parquet/query/compression type/=NONE /insert into distributed table from file | OK | 1m 2s |
| /parquet/query/compression type/=GZIP /insert into distributed table from file | OK | 1m 1s |
| /parquet/query/compression type/=LZ4 /insert into distributed table from file | OK | 1m 2s |
| /parquet/query/compression type/=GZIP /select from memory table into file | OK | 2m 37s |
| /parquet/query/compression type/=LZ4 /select from memory table into file | OK | 2m 38s |
| /parquet/query/compression type/=NONE /select from memory table into file | OK | 2m 38s |
| /parquet/query/compression type/=GZIP /select from mergetree table into file | OK | 2m 39s |
| /parquet/query/compression type/=NONE /select from mergetree table into file | OK | 2m 40s |
| /parquet/query/compression type/=LZ4 /select from mergetree table into file | OK | 2m 38s |
| /parquet/query/compression type/=GZIP /select from replicated mergetree table into file | OK | 2m 45s |
| /parquet/query/compression type/=LZ4 /select from replicated mergetree table into file | OK | 2m 44s |
| /parquet/query/compression type/=NONE /select from replicated mergetree table into file | OK | 2m 43s |
| /parquet/query/compression type/=LZ4 /select from distributed table into file | OK | 3m 9s |
| /parquet/query/compression type/=NONE /select from distributed table into file | OK | 3m 9s |
| /parquet/query/compression type/=GZIP /select from distributed table into file | OK | 3m 10s |
| /parquet/query/compression type/=LZ4 /select from mat view into file | OK | 2m 41s |
| /parquet/query/compression type/=NONE /select from mat view into file | OK | 2m 40s |
| /parquet/query/compression type/=GZIP /select from mat view into file | OK | 2m 42s |
| /parquet/query/compression type/=LZ4 /insert into table with projection from file | OK | 53s 543ms |
| /parquet/query/compression type/=NONE /insert into table with projection from file | OK | 54s 19ms |
| /parquet/query/compression type/=GZIP /insert into table with projection from file | OK | 52s 841ms |
| /parquet/list in multiple chunks | OK | 9s 103ms |
| /parquet/url | OK | 10m 19s |
| /parquet/url/engine | OK | 9m 47s |
| /parquet/url/function | OK | 5m 30s |
| /parquet/url/engine/insert into engine | OK | 5m 29s |
| /parquet/url/engine/select from engine | OK | 1m 29s |
| /parquet/url/function/insert into function | OK | 5m 4s |
| /parquet/url/engine/engine to file to engine | OK | 8m 4s |
| /parquet/url/function/select from function manual cast types | OK | 5m 30s |
| /parquet/url/engine/insert into engine from file | OK | 8m 3s |
| /parquet/url/function/select from function auto cast types | OK | 4m 11s |
| /parquet/url/engine/engine select output to file | OK | 9m 47s |
| /parquet/mysql | OK | 7s 871ms |
| /parquet/mysql/compression type | OK | 7s 870ms |
| /parquet/mysql/compression type/=NONE | OK | 7s 558ms |
| /parquet/mysql/compression type/=NONE /mysql engine to parquet file to mysql engine | OK | 4s 108ms |
| /parquet/mysql/compression type/=GZIP | OK | 7s 843ms |
| /parquet/mysql/compression type/=GZIP /mysql engine to parquet file to mysql engine | OK | 4s 452ms |
| /parquet/mysql/compression type/=LZ4 | OK | 7s 862ms |
| /parquet/mysql/compression type/=LZ4 /mysql engine to parquet file to mysql engine | OK | 4s 438ms |
| /parquet/mysql/compression type/=NONE /mysql function to parquet file to mysql function | OK | 3s 449ms |
| /parquet/mysql/compression type/=LZ4 /mysql function to parquet file to mysql function | OK | 3s 424ms |
| /parquet/mysql/compression type/=GZIP /mysql function to parquet file to mysql function | OK | 3s 390ms |
| /parquet/postgresql | OK | 4s 859ms |
| /parquet/postgresql/compression type | OK | 4s 858ms |
| /parquet/postgresql/compression type/=NONE | OK | 4s 843ms |
| /parquet/postgresql/compression type/=NONE /postgresql function to parquet file to postgresql function | OK | 4s 842ms |
| /parquet/postgresql/compression type/=GZIP | OK | 4s 855ms |
| /parquet/postgresql/compression type/=GZIP /postgresql function to parquet file to postgresql function | OK | 4s 854ms |
| /parquet/postgresql/compression type/=LZ4 | OK | 4s 836ms |
| /parquet/postgresql/compression type/=LZ4 /postgresql function to parquet file to postgresql function | OK | 4s 836ms |
| /parquet/remote | OK | 3m 52s |
| /parquet/remote/compression type | OK | 3m 52s |
| /parquet/remote/compression type/=NONE | OK | 3m 52s |
| /parquet/remote/compression type/=NONE /outline | OK | 3m 52s |
| /parquet/remote/compression type/=NONE /outline/insert into function | OK | 1m 3s |
| /parquet/remote/compression type/=GZIP | OK | 3m 52s |
| /parquet/remote/compression type/=GZIP /outline | OK | 3m 52s |
| /parquet/remote/compression type/=GZIP /outline/insert into function | OK | 1m 3s |
| /parquet/remote/compression type/=LZ4 | OK | 3m 52s |
| /parquet/remote/compression type/=LZ4 /outline | OK | 3m 52s |
| /parquet/remote/compression type/=LZ4 /outline/insert into function | OK | 1m 4s |
| /parquet/remote/compression type/=NONE /outline/select from function | OK | 2m 49s |
| /parquet/remote/compression type/=GZIP /outline/select from function | OK | 2m 48s |
| /parquet/remote/compression type/=LZ4 /outline/select from function | OK | 2m 48s |
| /parquet/chunked array | XFail | 43s 577ms |
| /parquet/broken | OK | 10ms |
| /parquet/broken/file | Skip | 912us |
| /parquet/broken/read broken bigint | Skip | 592us |
| /parquet/broken/read broken date | Skip | 604us |
| /parquet/broken/read broken int | Skip | 742us |
| /parquet/broken/read broken smallint | Skip | 540us |
| /parquet/broken/read broken timestamp ms | Skip | 516us |
| /parquet/broken/read broken timestamp us | Skip | 521us |
| /parquet/broken/read broken tinyint | Skip | 724us |
| /parquet/broken/read broken ubigint | Skip | 519us |
| /parquet/broken/read broken uint | Skip | 518us |
| /parquet/broken/read broken usmallint | Skip | 549us |
| /parquet/broken/read broken utinyint | Skip | 670us |
| /parquet/broken/string | Skip | 519us |
| /parquet/encoding | OK | 4s 973ms |
| /parquet/encoding/deltabytearray1 | OK | 1s 105ms |
| /parquet/encoding/deltabytearray2 | OK | 666ms |
| /parquet/encoding/deltalengthbytearray | OK | 693ms |
| /parquet/encoding/dictionary | OK | 606ms |
| /parquet/encoding/plain | OK | 603ms |
| /parquet/encoding/plainrlesnappy | OK | 652ms |
| /parquet/encoding/rleboolean | OK | 644ms |
| /parquet/compression | OK | 13s 886ms |
| /parquet/compression/arrow snappy | OK | 653ms |
| /parquet/compression/brotli | OK | 656ms |
| /parquet/compression/gzippages | OK | 1s 325ms |
| /parquet/compression/largegzip | OK | 666ms |
| /parquet/compression/lz4 hadoop | OK | 689ms |
| /parquet/compression/lz4 hadoop large | OK | 668ms |
| /parquet/compression/lz4 non hadoop | OK | 663ms |
| /parquet/compression/lz4 raw | OK | 658ms |
| /parquet/compression/lz4 raw large | OK | 656ms |
| /parquet/compression/lz4pages | OK | 1s 311ms |
| /parquet/compression/nonepages | OK | 1s 344ms |
| /parquet/compression/snappypages | OK | 1s 334ms |
| /parquet/compression/snappyplain | OK | 618ms |
| /parquet/compression/snappyrle | OK | 650ms |
| /parquet/compression/zstd | OK | 654ms |
| /parquet/compression/zstdpages | OK | 1s 330ms |
| /parquet/datatypes | OK | 1m 31s |
| /parquet/datatypes/arrowtimestamp | OK | 606ms |
| /parquet/datatypes/arrowtimestampms | OK | 594ms |
| /parquet/datatypes/binary | OK | 681ms |
| /parquet/datatypes/binary string | OK | 668ms |
| /parquet/datatypes/blob | OK | 646ms |
| /parquet/datatypes/boolean | OK | 669ms |
| /parquet/datatypes/byte array | OK | 707ms |
| /parquet/datatypes/columnname | OK | 659ms |
| /parquet/datatypes/columnwithnull | OK | 668ms |
| /parquet/datatypes/columnwithnull2 | OK | 667ms |
| /parquet/datatypes/date | OK | 652ms |
| /parquet/datatypes/decimal with filter | OK | 677ms |
| /parquet/datatypes/decimalvariousfilters | OK | 653ms |
| /parquet/datatypes/decimalwithfilter2 | OK | 654ms |
| /parquet/datatypes/enum | OK | 697ms |
| /parquet/datatypes/enum2 | OK | 682ms |
| /parquet/datatypes/fixed length decimal | OK | 659ms |
| /parquet/datatypes/fixed length decimal legacy | OK | 658ms |
| /parquet/datatypes/fixedstring | OK | 660ms |
| /parquet/datatypes/float16 | XFail | 200ms |
| /parquet/datatypes/h2oai | OK | 678ms |
| /parquet/datatypes/hive | OK | 1s 352ms |
| /parquet/datatypes/int32 | OK | 670ms |
| /parquet/datatypes/int32 decimal | OK | 659ms |
| /parquet/datatypes/int64 | OK | 672ms |
| /parquet/datatypes/int64 decimal | OK | 663ms |
| /parquet/datatypes/json | OK | 681ms |
| /parquet/datatypes/large string map | OK | 50s 600ms |
| /parquet/datatypes/largedouble | OK | 785ms |
| /parquet/datatypes/manydatatypes | OK | 620ms |
| /parquet/datatypes/manydatatypes2 | OK | 702ms |
| /parquet/datatypes/maps | OK | 681ms |
| /parquet/datatypes/nameswithemoji | OK | 808ms |
| /parquet/datatypes/nandouble | OK | 698ms |
| /parquet/datatypes/negativeint64 | OK | 628ms |
| /parquet/datatypes/nullbyte | OK | 683ms |
| /parquet/datatypes/nullbytemultiple | OK | 674ms |
| /parquet/datatypes/nullsinid | OK | 651ms |
| /parquet/datatypes/pandasdecimal | OK | 666ms |
| /parquet/datatypes/pandasdecimaldate | OK | 680ms |
| /parquet/datatypes/parquetgo | OK | 662ms |
| /parquet/datatypes/selectdatewithfilter | OK | 3s 342ms |
| /parquet/datatypes/singlenull | OK | 686ms |
| /parquet/datatypes/sparkv21 | OK | 690ms |
| /parquet/datatypes/sparkv22 | OK | 697ms |
| /parquet/datatypes/statdecimal | OK | 695ms |
| /parquet/datatypes/string | OK | 687ms |
| /parquet/datatypes/string int list inconsistent offset multiple batches | OK | 1s 597ms |
| /parquet/datatypes/stringtypes | OK | 679ms |
| /parquet/datatypes/struct | OK | 672ms |
| /parquet/datatypes/supporteduuid | OK | 661ms |
| /parquet/datatypes/timestamp1 | OK | 644ms |
| /parquet/datatypes/timestamp2 | OK | 618ms |
| /parquet/datatypes/timezone | OK | 622ms |
| /parquet/datatypes/unsigned | OK | 1s 442ms |
| /parquet/datatypes/unsupportednull | OK | 154ms |
| /parquet/complex | OK | 14s 399ms |
| /parquet/complex/arraystring | OK | 671ms |
| /parquet/complex/big tuple with nulls | OK | 679ms |
| /parquet/complex/bytearraydictionary | OK | 688ms |
| /parquet/complex/complex null | OK | 689ms |
| /parquet/complex/lagemap | OK | 674ms |
| /parquet/complex/largenestedarray | OK | 689ms |
| /parquet/complex/largestruct | OK | 722ms |
| /parquet/complex/largestruct2 | OK | 982ms |
| /parquet/complex/largestruct3 | OK | 827ms |
| /parquet/complex/list | OK | 811ms |
| /parquet/complex/nested array | OK | 741ms |
| /parquet/complex/nested map | OK | 670ms |
| /parquet/complex/nestedallcomplex | OK | 764ms |
| /parquet/complex/nestedarray2 | OK | 674ms |
| /parquet/complex/nestedstruct | OK | 648ms |
| /parquet/complex/nestedstruct2 | OK | 668ms |
| /parquet/complex/nestedstruct3 | OK | 690ms |
| /parquet/complex/nestedstruct4 | OK | 800ms |
| /parquet/complex/tupleofnulls | OK | 681ms |
| /parquet/complex/tuplewithdatetime | OK | 619ms |
| /parquet/cache | OK | 1s 376ms |
| /parquet/cache/cache1 | OK | 690ms |
| /parquet/cache/cache2 | OK | 685ms |
| /parquet/glob | OK | 15s 989ms |
| /parquet/glob/fastparquet globs | OK | 543ms |
| /parquet/glob/glob1 | OK | 821ms |
| /parquet/glob/glob2 | OK | 1s 45ms |
| /parquet/glob/glob with multiple elements | OK | 205ms |
| /parquet/glob/million extensions | OK | 13s 371ms |
| /parquet/rowgroups | OK | 1s 437ms |
| /parquet/rowgroups/manyrowgroups | OK | 714ms |
| /parquet/rowgroups/manyrowgroups2 | OK | 722ms |
| /parquet/encrypted | Skip | 705us |
| /parquet/fastparquet | OK | 4ms |
| /parquet/fastparquet/airlines | Skip | 608us |
| /parquet/fastparquet/baz | Skip | 775us |
| /parquet/fastparquet/empty date | Skip | 527us |
| /parquet/fastparquet/evo | Skip | 500us |
| /parquet/fastparquet/fastparquet | Skip | 475us |
| /parquet/read and write | OK | 9m 30s |
| /parquet/read and write/read and write parquet file | OK | 9m 30s |
| /parquet/column related errors | OK | 422ms |
| /parquet/column related errors/check error with 500 columns | OK | 422ms |
| /parquet/multi chunk upload | Skip | 751us |
Generated by TestFlows Open-Source Test Framework v2.0.250110.1002922