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 30, 2026 23:03 |
| Duration | 1h 15m |
| 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 | strtgbb |
| 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 | 6cd9d2e8627aa513bd1c71610e41fe2dfff39bb0 |
| job.name | parquet |
| job.retry | 1 |
| job.url | https://github.com/Altinity/ClickHouse/actions/runs/28467419577 |
| 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 15s 533ms 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_76b18fac_74df_11f1_ba55_9200079fe6c7 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 324ms 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 15m |
| /parquet/file | OK | 12m 13s |
| /parquet/file/engine | OK | 12m 13s |
| /parquet/file/function | OK | 6m 18s |
| /parquet/file/engine/insert into engine | OK | 6m 9s |
| /parquet/file/function/insert into function manual cast types | OK | 6m 5s |
| /parquet/file/engine/select from engine | OK | 2m 23s |
| /parquet/file/engine/engine to file to engine | OK | 9m 14s |
| /parquet/file/function/insert into function auto cast types | OK | 6m 18s |
| /parquet/file/function/select from function manual cast types | OK | 3m 10s |
| /parquet/file/engine/insert into engine from file | OK | 5m 9s |
| /parquet/file/engine/engine select output to file | OK | 12m 13s |
| /parquet/file/function/date as uint16 | OK | 2s 835ms |
| /parquet/file/function/select from function auto cast types | OK | 2m 34s |
| /parquet/file/function/date as uint16 multiple dates | OK | 2s 272ms |
| /parquet/file/function/date as uint16 nullable | OK | 1s 637ms |
| /parquet/file/function/date as uint16 round trip | OK | 3s 241ms |
| /parquet/file/function/date as uint16 edge cases | OK | 914ms |
| /parquet/file/function/date as uint16 with other columns | OK | 1s 273ms |
| /parquet/query | OK | 22m 38s |
| /parquet/query/compression type | OK | 22m 38s |
| /parquet/query/compression type/=NONE | OK | 22m 38s |
| /parquet/query/compression type/=NONE /insert into memory table from file | OK | 1m 10s |
| /parquet/query/compression type/=GZIP | OK | 22m 38s |
| /parquet/query/compression type/=GZIP /insert into memory table from file | OK | 1m 10s |
| /parquet/query/compression type/=LZ4 | OK | 22m 31s |
| /parquet/query/compression type/=LZ4 /insert into memory table from file | OK | 1m 9s |
| /parquet/query/compression type/=LZ4 /insert into mergetree table from file | OK | 1m 9s |
| /parquet/query/compression type/=NONE /insert into mergetree table from file | OK | 1m 9s |
| /parquet/query/compression type/=GZIP /insert into mergetree table from file | OK | 1m 9s |
| /parquet/query/compression type/=LZ4 /insert into replicated mergetree table from file | OK | 1m 8s |
| /parquet/query/compression type/=GZIP /insert into replicated mergetree table from file | OK | 1m 8s |
| /parquet/query/compression type/=NONE /insert into replicated mergetree table from file | OK | 1m 8s |
| /parquet/query/compression type/=LZ4 /insert into distributed table from file | OK | 1m 17s |
| /parquet/query/compression type/=GZIP /insert into distributed table from file | OK | 1m 17s |
| /parquet/query/compression type/=NONE /insert into distributed table from file | OK | 1m 17s |
| /parquet/query/compression type/=LZ4 /select from memory table into file | OK | 3m 15s |
| /parquet/query/compression type/=GZIP /select from memory table into file | OK | 3m 17s |
| /parquet/query/compression type/=NONE /select from memory table into file | OK | 3m 16s |
| /parquet/query/compression type/=LZ4 /select from mergetree table into file | OK | 3m 13s |
| /parquet/query/compression type/=GZIP /select from mergetree table into file | OK | 3m 13s |
| /parquet/query/compression type/=NONE /select from mergetree table into file | OK | 3m 14s |
| /parquet/query/compression type/=LZ4 /select from replicated mergetree table into file | OK | 3m 16s |
| /parquet/query/compression type/=GZIP /select from replicated mergetree table into file | OK | 3m 17s |
| /parquet/query/compression type/=NONE /select from replicated mergetree table into file | OK | 3m 16s |
| /parquet/query/compression type/=LZ4 /select from distributed table into file | OK | 3m 52s |
| /parquet/query/compression type/=NONE /select from distributed table into file | OK | 3m 52s |
| /parquet/query/compression type/=GZIP /select from distributed table into file | OK | 3m 52s |
| /parquet/query/compression type/=LZ4 /select from mat view into file | OK | 3m 17s |
| /parquet/query/compression type/=NONE /select from mat view into file | OK | 3m 21s |
| /parquet/query/compression type/=GZIP /select from mat view into file | OK | 3m 20s |
| /parquet/query/compression type/=LZ4 /insert into table with projection from file | OK | 50s 596ms |
| /parquet/query/compression type/=GZIP /insert into table with projection from file | OK | 50s 396ms |
| /parquet/query/compression type/=NONE /insert into table with projection from file | OK | 49s 912ms |
| /parquet/list in multiple chunks | OK | 18s 273ms |
| /parquet/url | OK | 12m 20s |
| /parquet/url/engine | OK | 11m 46s |
| /parquet/url/engine/insert into engine | OK | 5m 17s |
| /parquet/url/function | OK | 5m 37s |
| /parquet/url/function/insert into function | OK | 4m 42s |
| /parquet/url/engine/select from engine | OK | 1m 25s |
| /parquet/url/engine/engine to file to engine | OK | 8m 41s |
| /parquet/url/engine/insert into engine from file | OK | 8m 27s |
| /parquet/url/function/select from function manual cast types | OK | 5m 37s |
| /parquet/url/function/select from function auto cast types | OK | 3m 51s |
| /parquet/url/engine/engine select output to file | OK | 11m 46s |
| /parquet/mysql | OK | 10s 410ms |
| /parquet/mysql/compression type | OK | 10s 408ms |
| /parquet/mysql/compression type/=NONE | OK | 10s 405ms |
| /parquet/mysql/compression type/=NONE /mysql engine to parquet file to mysql engine | OK | 6s 102ms |
| /parquet/mysql/compression type/=GZIP | OK | 10s 368ms |
| /parquet/mysql/compression type/=GZIP /mysql engine to parquet file to mysql engine | OK | 5s 999ms |
| /parquet/mysql/compression type/=LZ4 | OK | 10s 335ms |
| /parquet/mysql/compression type/=LZ4 /mysql engine to parquet file to mysql engine | OK | 5s 940ms |
| /parquet/mysql/compression type/=LZ4 /mysql function to parquet file to mysql function | OK | 4s 392ms |
| /parquet/mysql/compression type/=GZIP /mysql function to parquet file to mysql function | OK | 4s 367ms |
| /parquet/mysql/compression type/=NONE /mysql function to parquet file to mysql function | OK | 4s 300ms |
| /parquet/postgresql | OK | 6s 408ms |
| /parquet/postgresql/compression type | OK | 6s 407ms |
| /parquet/postgresql/compression type/=NONE | OK | 6s 404ms |
| /parquet/postgresql/compression type/=NONE /postgresql function to parquet file to postgresql function | OK | 6s 403ms |
| /parquet/postgresql/compression type/=GZIP | OK | 6s 244ms |
| /parquet/postgresql/compression type/=LZ4 | OK | 6s 226ms |
| /parquet/postgresql/compression type/=GZIP /postgresql function to parquet file to postgresql function | OK | 6s 233ms |
| /parquet/postgresql/compression type/=LZ4 /postgresql function to parquet file to postgresql function | OK | 6s 215ms |
| /parquet/remote | OK | 4m 42s |
| /parquet/remote/compression type | OK | 4m 42s |
| /parquet/remote/compression type/=NONE | OK | 4m 42s |
| /parquet/remote/compression type/=NONE /outline | OK | 4m 42s |
| /parquet/remote/compression type/=NONE /outline/insert into function | OK | 1m 27s |
| /parquet/remote/compression type/=GZIP | OK | 4m 42s |
| /parquet/remote/compression type/=GZIP /outline | OK | 4m 42s |
| /parquet/remote/compression type/=GZIP /outline/insert into function | OK | 1m 27s |
| /parquet/remote/compression type/=LZ4 | OK | 4m 41s |
| /parquet/remote/compression type/=LZ4 /outline | OK | 4m 41s |
| /parquet/remote/compression type/=LZ4 /outline/insert into function | OK | 1m 26s |
| /parquet/remote/compression type/=LZ4 /outline/select from function | OK | 3m 14s |
| /parquet/remote/compression type/=GZIP /outline/select from function | OK | 3m 15s |
| /parquet/remote/compression type/=NONE /outline/select from function | OK | 3m 14s |
| /parquet/chunked array | XFail | 15s 533ms |
| /parquet/broken | OK | 19ms |
| /parquet/broken/file | Skip | 1ms |
| /parquet/broken/read broken bigint | Skip | 1ms |
| /parquet/broken/read broken date | Skip | 967us |
| /parquet/broken/read broken int | Skip | 1ms |
| /parquet/broken/read broken smallint | Skip | 905us |
| /parquet/broken/read broken timestamp ms | Skip | 846us |
| /parquet/broken/read broken timestamp us | Skip | 819us |
| /parquet/broken/read broken tinyint | Skip | 1ms |
| /parquet/broken/read broken ubigint | Skip | 836us |
| /parquet/broken/read broken uint | Skip | 804us |
| /parquet/broken/read broken usmallint | Skip | 911us |
| /parquet/broken/read broken utinyint | Skip | 1ms |
| /parquet/broken/string | Skip | 847us |
| /parquet/encoding | OK | 8s 669ms |
| /parquet/encoding/deltabytearray1 | OK | 1s 739ms |
| /parquet/encoding/deltabytearray2 | OK | 1s 211ms |
| /parquet/encoding/deltalengthbytearray | OK | 1s 204ms |
| /parquet/encoding/dictionary | OK | 1s 91ms |
| /parquet/encoding/plain | OK | 1s 92ms |
| /parquet/encoding/plainrlesnappy | OK | 1s 171ms |
| /parquet/encoding/rleboolean | OK | 1s 155ms |
| /parquet/compression | OK | 25s 60ms |
| /parquet/compression/arrow snappy | OK | 1s 202ms |
| /parquet/compression/brotli | OK | 1s 210ms |
| /parquet/compression/gzippages | OK | 2s 479ms |
| /parquet/compression/largegzip | OK | 1s 254ms |
| /parquet/compression/lz4 hadoop | OK | 1s 162ms |
| /parquet/compression/lz4 hadoop large | OK | 1s 188ms |
| /parquet/compression/lz4 non hadoop | OK | 1s 153ms |
| /parquet/compression/lz4 raw | OK | 1s 197ms |
| /parquet/compression/lz4 raw large | OK | 1s 214ms |
| /parquet/compression/lz4pages | OK | 2s 338ms |
| /parquet/compression/nonepages | OK | 2s 406ms |
| /parquet/compression/snappypages | OK | 2s 379ms |
| /parquet/compression/snappyplain | OK | 1s 99ms |
| /parquet/compression/snappyrle | OK | 1s 203ms |
| /parquet/compression/zstd | OK | 1s 167ms |
| /parquet/compression/zstdpages | OK | 2s 396ms |
| /parquet/datatypes | OK | 1m 40s |
| /parquet/datatypes/arrowtimestamp | OK | 1s 74ms |
| /parquet/datatypes/arrowtimestampms | OK | 1s 36ms |
| /parquet/datatypes/binary | OK | 1s 164ms |
| /parquet/datatypes/binary string | OK | 1s 175ms |
| /parquet/datatypes/blob | OK | 1s 178ms |
| /parquet/datatypes/boolean | OK | 1s 181ms |
| /parquet/datatypes/byte array | OK | 1s 188ms |
| /parquet/datatypes/columnname | OK | 1s 166ms |
| /parquet/datatypes/columnwithnull | OK | 1s 219ms |
| /parquet/datatypes/columnwithnull2 | OK | 1s 191ms |
| /parquet/datatypes/date | OK | 1s 210ms |
| /parquet/datatypes/decimal with filter | OK | 1s 195ms |
| /parquet/datatypes/decimalvariousfilters | OK | 1s 170ms |
| /parquet/datatypes/decimalwithfilter2 | OK | 1s 192ms |
| /parquet/datatypes/enum | OK | 1s 256ms |
| /parquet/datatypes/enum2 | OK | 1s 219ms |
| /parquet/datatypes/fixed length decimal | OK | 1s 206ms |
| /parquet/datatypes/fixed length decimal legacy | OK | 1s 194ms |
| /parquet/datatypes/fixedstring | OK | 1s 157ms |
| /parquet/datatypes/float16 | XFail | 324ms |
| /parquet/datatypes/h2oai | OK | 1s 219ms |
| /parquet/datatypes/hive | OK | 2s 348ms |
| /parquet/datatypes/int32 | OK | 1s 167ms |
| /parquet/datatypes/int32 decimal | OK | 1s 191ms |
| /parquet/datatypes/int64 | OK | 1s 173ms |
| /parquet/datatypes/int64 decimal | OK | 1s 173ms |
| /parquet/datatypes/json | OK | 1s 147ms |
| /parquet/datatypes/large string map | OK | 28s 175ms |
| /parquet/datatypes/largedouble | OK | 1s 221ms |
| /parquet/datatypes/manydatatypes | OK | 1s 95ms |
| /parquet/datatypes/manydatatypes2 | OK | 1s 227ms |
| /parquet/datatypes/maps | OK | 1s 206ms |
| /parquet/datatypes/nameswithemoji | OK | 1s 282ms |
| /parquet/datatypes/nandouble | OK | 1s 189ms |
| /parquet/datatypes/negativeint64 | OK | 1s 110ms |
| /parquet/datatypes/nullbyte | OK | 1s 184ms |
| /parquet/datatypes/nullbytemultiple | OK | 1s 171ms |
| /parquet/datatypes/nullsinid | OK | 1s 203ms |
| /parquet/datatypes/pandasdecimal | OK | 1s 189ms |
| /parquet/datatypes/pandasdecimaldate | OK | 1s 178ms |
| /parquet/datatypes/parquetgo | OK | 1s 165ms |
| /parquet/datatypes/selectdatewithfilter | OK | 6s 216ms |
| /parquet/datatypes/singlenull | OK | 1s 155ms |
| /parquet/datatypes/sparkv21 | OK | 1s 235ms |
| /parquet/datatypes/sparkv22 | OK | 1s 218ms |
| /parquet/datatypes/statdecimal | OK | 1s 167ms |
| /parquet/datatypes/string | OK | 1s 187ms |
| /parquet/datatypes/string int list inconsistent offset multiple batches | OK | 2s 616ms |
| /parquet/datatypes/stringtypes | OK | 1s 74ms |
| /parquet/datatypes/struct | OK | 1s 200ms |
| /parquet/datatypes/supporteduuid | OK | 1s 156ms |
| /parquet/datatypes/timestamp1 | OK | 1s 72ms |
| /parquet/datatypes/timestamp2 | OK | 1s 85ms |
| /parquet/datatypes/timezone | OK | 1s 100ms |
| /parquet/datatypes/unsigned | OK | 2s 624ms |
| /parquet/datatypes/unsupportednull | OK | 262ms |
| /parquet/complex | OK | 24s 616ms |
| /parquet/complex/arraystring | OK | 1s 462ms |
| /parquet/complex/big tuple with nulls | OK | 1s 197ms |
| /parquet/complex/bytearraydictionary | OK | 1s 200ms |
| /parquet/complex/complex null | OK | 1s 229ms |
| /parquet/complex/lagemap | OK | 1s 215ms |
| /parquet/complex/largenestedarray | OK | 1s 211ms |
| /parquet/complex/largestruct | OK | 1s 159ms |
| /parquet/complex/largestruct2 | OK | 1s 384ms |
| /parquet/complex/largestruct3 | OK | 1s 136ms |
| /parquet/complex/list | OK | 1s 209ms |
| /parquet/complex/nested array | OK | 1s 204ms |
| /parquet/complex/nested map | OK | 1s 179ms |
| /parquet/complex/nestedallcomplex | OK | 1s 373ms |
| /parquet/complex/nestedarray2 | OK | 1s 224ms |
| /parquet/complex/nestedstruct | OK | 1s 161ms |
| /parquet/complex/nestedstruct2 | OK | 1s 196ms |
| /parquet/complex/nestedstruct3 | OK | 1s 188ms |
| /parquet/complex/nestedstruct4 | OK | 1s 385ms |
| /parquet/complex/tupleofnulls | OK | 1s 200ms |
| /parquet/complex/tuplewithdatetime | OK | 1s 87ms |
| /parquet/cache | OK | 2s 405ms |
| /parquet/cache/cache1 | OK | 1s 221ms |
| /parquet/cache/cache2 | OK | 1s 182ms |
| /parquet/glob | OK | 38s 653ms |
| /parquet/glob/fastparquet globs | OK | 933ms |
| /parquet/glob/glob1 | OK | 1s 457ms |
| /parquet/glob/glob2 | OK | 1s 800ms |
| /parquet/glob/glob with multiple elements | OK | 355ms |
| /parquet/glob/million extensions | OK | 34s 105ms |
| /parquet/rowgroups | OK | 2s 532ms |
| /parquet/rowgroups/manyrowgroups | OK | 1s 282ms |
| /parquet/rowgroups/manyrowgroups2 | OK | 1s 248ms |
| /parquet/encrypted | Skip | 1ms |
| /parquet/fastparquet | OK | 6ms |
| /parquet/fastparquet/airlines | Skip | 792us |
| /parquet/fastparquet/baz | Skip | 1ms |
| /parquet/fastparquet/empty date | Skip | 745us |
| /parquet/fastparquet/evo | Skip | 747us |
| /parquet/fastparquet/fastparquet | Skip | 740us |
| /parquet/read and write | OK | 16m 41s |
| /parquet/read and write/read and write parquet file | OK | 16m 41s |
| /parquet/column related errors | OK | 763ms |
| /parquet/column related errors/check error with 500 columns | OK | 762ms |
| /parquet/multi chunk upload | Skip | 1ms |
Generated by TestFlows Open-Source Test Framework v2.0.250110.1002922