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 24, 2026 10:40 |
| Duration | 1h 0m |
| Framework | TestFlows 2.0.250110.1002922 |
Test artifacts can be found at https://altinity-build-artifacts.s3.amazonaws.com/index.html#REFs/v24.8.14.10547.altinitystable/37575e6fd5f933741c6411cd77e729c6a25ebd2e/regression/
| project | Altinity/ClickHouse |
| project.id | 159717931 |
| package | https://s3.amazonaws.com/altinity-build-artifacts/24.8/37575e6fd5f933741c6411cd77e729c6a25ebd2e/package_aarch64/clickhouse-common-static_24.8.14.10547.altinitytest_arm64.deb |
| version | 24.8.14.10547.altinitytest |
| user.name | zvonand |
| repository | https://github.com/Altinity/clickhouse-regression |
| commit.hash | 4d525637d2f2b663511096026f26fbf5220aa19c |
| job.name | parquet |
| job.retry | 1 |
| job.url | https://github.com/Altinity/ClickHouse/actions/runs/30082303721 |
| arch | aarch64 |
| local | True |
| clickhouse_version | None |
| clickhouse_path | https://s3.amazonaws.com/altinity-build-artifacts/24.8/37575e6fd5f933741c6411cd77e729c6a25ebd2e/package_aarch64/clickhouse-common-static_24.8.14.10547.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 |
| 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 16s 110ms 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: 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.10547.altinitytest (altinity build))
(query: INSERT INTO table_6439ab9e_8752_11f1_8a79_920007b03018 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/large string map | XFail 6s 926ms 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 978, in feature
scenario()
File "/home/ubuntu/_work/ClickHouse/ClickHouse/parquet/../parquet/tests/datatypes.py", line 835, in large_string_map
import_export(snapshot_name=snapshot_name, import_file=import_file)
File "/home/ubuntu/_work/ClickHouse/ClickHouse/parquet/../parquet/tests/outline.py", line 43, in import_export
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
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_8f1da25b_8752_11f1_a4d8_920007b03018
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 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\| |
| Test Name | Result | Duration |
|---|---|---|
| /parquet | OK | 1h 0m |
| /parquet/file | OK | 10m 43s |
| /parquet/file/engine | OK | 10m 43s |
| /parquet/file/engine/insert into engine | OK | 5m 23s |
| /parquet/file/function | OK | 5m 41s |
| /parquet/file/engine/engine to file to engine | OK | 8m 19s |
| /parquet/file/engine/insert into engine from file | OK | 5m 8s |
| /parquet/file/engine/select from engine | OK | 2m 40s |
| /parquet/file/engine/engine select output to file | OK | 10m 43s |
| /parquet/file/function/insert into function auto cast types | OK | 5m 41s |
| /parquet/file/function/insert into function manual cast types | OK | 5m 5s |
| /parquet/file/function/select from function manual cast types | OK | 3m 12s |
| /parquet/file/function/date as uint16 | Skip | 79ms |
| /parquet/file/function/select from function auto cast types | OK | 2m 43s |
| /parquet/file/function/date as uint16 multiple dates | Skip | 187ms |
| /parquet/file/function/date as uint16 nullable | Skip | 90ms |
| /parquet/file/function/date as uint16 round trip | Skip | 22ms |
| /parquet/file/function/date as uint16 edge cases | Skip | 22ms |
| /parquet/file/function/date as uint16 with other columns | Skip | 16ms |
| /parquet/query | OK | 18m 2s |
| /parquet/query/compression type | OK | 18m 2s |
| /parquet/query/compression type/=NONE | OK | 18m 2s |
| /parquet/query/compression type/=NONE /insert into memory table from file | OK | 1m 2s |
| /parquet/query/compression type/=GZIP | OK | 18m 1s |
| /parquet/query/compression type/=GZIP /insert into memory table from file | OK | 1m 2s |
| /parquet/query/compression type/=LZ4 | OK | 18m 0s |
| /parquet/query/compression type/=LZ4 /insert into memory table from file | OK | 1m 1s |
| /parquet/query/compression type/=LZ4 /insert into mergetree table from file | OK | 1m 1s |
| /parquet/query/compression type/=GZIP /insert into mergetree table from file | OK | 1m 1s |
| /parquet/query/compression type/=NONE /insert into mergetree table from file | OK | 1m 2s |
| /parquet/query/compression type/=LZ4 /insert into replicated mergetree table from file | OK | 1m 3s |
| /parquet/query/compression type/=GZIP /insert into replicated mergetree table from file | OK | 1m 3s |
| /parquet/query/compression type/=NONE /insert into replicated mergetree table from file | OK | 1m 2s |
| /parquet/query/compression type/=LZ4 /insert into distributed table from file | OK | 1m 7s |
| /parquet/query/compression type/=NONE /insert into distributed table from file | OK | 1m 7s |
| /parquet/query/compression type/=GZIP /insert into distributed table from file | OK | 1m 6s |
| /parquet/query/compression type/=LZ4 /select from memory table into file | OK | 2m 25s |
| /parquet/query/compression type/=GZIP /select from memory table into file | OK | 2m 25s |
| /parquet/query/compression type/=NONE /select from memory table into file | OK | 2m 25s |
| /parquet/query/compression type/=LZ4 /select from mergetree table into file | OK | 2m 26s |
| /parquet/query/compression type/=NONE /select from mergetree table into file | OK | 2m 25s |
| /parquet/query/compression type/=GZIP /select from mergetree table into file | OK | 2m 25s |
| /parquet/query/compression type/=NONE /select from replicated 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 26s |
| /parquet/query/compression type/=GZIP /select from distributed table into file | OK | 3m 11s |
| /parquet/query/compression type/=LZ4 /select from distributed table into file | OK | 3m 11s |
| /parquet/query/compression type/=NONE /select from distributed table into file | OK | 3m 12s |
| /parquet/query/compression type/=LZ4 /select from mat view into file | OK | 2m 23s |
| /parquet/query/compression type/=GZIP /select from mat view into file | OK | 2m 24s |
| /parquet/query/compression type/=NONE /select from mat view into file | OK | 2m 27s |
| /parquet/query/compression type/=LZ4 /insert into table with projection from file | OK | 53s 360ms |
| /parquet/query/compression type/=GZIP /insert into table with projection from file | OK | 53s 399ms |
| /parquet/query/compression type/=NONE /insert into table with projection from file | OK | 49s 750ms |
| /parquet/list in multiple chunks | OK | 19s 348ms |
| /parquet/url | OK | 10m 55s |
| /parquet/url/engine | OK | 10m 21s |
| /parquet/url/engine/insert into engine | OK | 4m 40s |
| /parquet/url/engine/select from engine | OK | 1m 24s |
| /parquet/url/engine/engine to file to engine | OK | 7m 47s |
| /parquet/url/function | OK | 5m 13s |
| /parquet/url/engine/insert into engine from file | OK | 7m 21s |
| /parquet/url/engine/engine select output to file | OK | 10m 21s |
| /parquet/url/function/insert into function | OK | 3m 44s |
| /parquet/url/function/select from function manual cast types | OK | 5m 13s |
| /parquet/url/function/select from function auto cast types | OK | 3m 44s |
| /parquet/mysql | OK | 10s 98ms |
| /parquet/mysql/compression type | OK | 10s 98ms |
| /parquet/mysql/compression type/=NONE | OK | 10s 57ms |
| /parquet/mysql/compression type/=NONE /mysql engine to parquet file to mysql engine | OK | 5s 730ms |
| /parquet/mysql/compression type/=GZIP | OK | 10s 83ms |
| /parquet/mysql/compression type/=GZIP /mysql engine to parquet file to mysql engine | OK | 5s 887ms |
| /parquet/mysql/compression type/=LZ4 | OK | 9s 929ms |
| /parquet/mysql/compression type/=LZ4 /mysql engine to parquet file to mysql engine | OK | 5s 721ms |
| /parquet/mysql/compression type/=NONE /mysql function to parquet file to mysql function | OK | 4s 325ms |
| /parquet/mysql/compression type/=LZ4 /mysql function to parquet file to mysql function | OK | 4s 206ms |
| /parquet/mysql/compression type/=GZIP /mysql function to parquet file to mysql function | OK | 4s 194ms |
| /parquet/postgresql | OK | 6s 355ms |
| /parquet/postgresql/compression type | OK | 6s 353ms |
| /parquet/postgresql/compression type/=NONE | OK | 6s 351ms |
| /parquet/postgresql/compression type/=NONE /postgresql function to parquet file to postgresql function | OK | 6s 350ms |
| /parquet/postgresql/compression type/=GZIP | OK | 6s 332ms |
| /parquet/postgresql/compression type/=GZIP /postgresql function to parquet file to postgresql function | OK | 6s 330ms |
| /parquet/postgresql/compression type/=LZ4 | OK | 6s 338ms |
| /parquet/postgresql/compression type/=LZ4 /postgresql function to parquet file to postgresql function | OK | 6s 336ms |
| /parquet/remote | OK | 3m 49s |
| /parquet/remote/compression type | OK | 3m 49s |
| /parquet/remote/compression type/=NONE | OK | 3m 49s |
| /parquet/remote/compression type/=NONE /outline | OK | 3m 49s |
| /parquet/remote/compression type/=NONE /outline/insert into function | OK | 1m 25s |
| /parquet/remote/compression type/=GZIP | OK | 3m 49s |
| /parquet/remote/compression type/=GZIP /outline | OK | 3m 49s |
| /parquet/remote/compression type/=GZIP /outline/insert into function | OK | 1m 26s |
| /parquet/remote/compression type/=LZ4 | OK | 3m 48s |
| /parquet/remote/compression type/=LZ4 /outline | OK | 3m 48s |
| /parquet/remote/compression type/=LZ4 /outline/insert into function | OK | 1m 25s |
| /parquet/remote/compression type/=LZ4 /outline/select from function | OK | 2m 23s |
| /parquet/remote/compression type/=NONE /outline/select from function | OK | 2m 23s |
| /parquet/remote/compression type/=GZIP /outline/select from function | OK | 2m 23s |
| /parquet/chunked array | XFail | 16s 110ms |
| /parquet/broken | OK | 16ms |
| /parquet/broken/file | Skip | 1ms |
| /parquet/broken/read broken bigint | Skip | 931us |
| /parquet/broken/read broken date | Skip | 882us |
| /parquet/broken/read broken int | Skip | 1ms |
| /parquet/broken/read broken smallint | Skip | 842us |
| /parquet/broken/read broken timestamp ms | Skip | 812us |
| /parquet/broken/read broken timestamp us | Skip | 804us |
| /parquet/broken/read broken tinyint | Skip | 1ms |
| /parquet/broken/read broken ubigint | Skip | 805us |
| /parquet/broken/read broken uint | Skip | 782us |
| /parquet/broken/read broken usmallint | Skip | 769us |
| /parquet/broken/read broken utinyint | Skip | 1ms |
| /parquet/broken/string | Skip | 803us |
| /parquet/encoding | OK | 7s 442ms |
| /parquet/encoding/deltabytearray1 | OK | 1s 434ms |
| /parquet/encoding/deltabytearray2 | OK | 1s 18ms |
| /parquet/encoding/deltalengthbytearray | OK | 982ms |
| /parquet/encoding/dictionary | OK | 915ms |
| /parquet/encoding/plain | OK | 966ms |
| /parquet/encoding/plainrlesnappy | OK | 1s 68ms |
| /parquet/encoding/rleboolean | OK | 1s 52ms |
| /parquet/compression | OK | 21s 133ms |
| /parquet/compression/arrow snappy | OK | 1s 58ms |
| /parquet/compression/brotli | OK | 1s 36ms |
| /parquet/compression/gzippages | OK | 2s 1ms |
| /parquet/compression/largegzip | OK | 1s 10ms |
| /parquet/compression/lz4 hadoop | OK | 984ms |
| /parquet/compression/lz4 hadoop large | OK | 989ms |
| /parquet/compression/lz4 non hadoop | OK | 1s 13ms |
| /parquet/compression/lz4 raw | OK | 974ms |
| /parquet/compression/lz4 raw large | OK | 998ms |
| /parquet/compression/lz4pages | OK | 2s 60ms |
| /parquet/compression/nonepages | OK | 2s 43ms |
| /parquet/compression/snappypages | OK | 1s 989ms |
| /parquet/compression/snappyplain | OK | 942ms |
| /parquet/compression/snappyrle | OK | 1s 10ms |
| /parquet/compression/zstd | OK | 972ms |
| /parquet/compression/zstdpages | OK | 2s 40ms |
| /parquet/datatypes | OK | 1m 10s |
| /parquet/datatypes/arrowtimestamp | OK | 1s 88ms |
| /parquet/datatypes/arrowtimestampms | OK | 917ms |
| /parquet/datatypes/binary | OK | 991ms |
| /parquet/datatypes/binary string | OK | 996ms |
| /parquet/datatypes/blob | OK | 985ms |
| /parquet/datatypes/boolean | OK | 996ms |
| /parquet/datatypes/byte array | OK | 1s 13ms |
| /parquet/datatypes/columnname | OK | 943ms |
| /parquet/datatypes/columnwithnull | OK | 1s 14ms |
| /parquet/datatypes/columnwithnull2 | OK | 1s 21ms |
| /parquet/datatypes/date | OK | 1s 21ms |
| /parquet/datatypes/decimal with filter | OK | 1s 51ms |
| /parquet/datatypes/decimalvariousfilters | OK | 1s 8ms |
| /parquet/datatypes/decimalwithfilter2 | OK | 1s 39ms |
| /parquet/datatypes/enum | OK | 1s 31ms |
| /parquet/datatypes/enum2 | OK | 1s 42ms |
| /parquet/datatypes/fixed length decimal | OK | 1s 42ms |
| /parquet/datatypes/fixed length decimal legacy | OK | 1s 12ms |
| /parquet/datatypes/fixedstring | OK | 1s 3ms |
| /parquet/datatypes/float16 | Skip | 1ms |
| /parquet/datatypes/h2oai | OK | 1s 6ms |
| /parquet/datatypes/hive | OK | 2s 33ms |
| /parquet/datatypes/int32 | OK | 995ms |
| /parquet/datatypes/int32 decimal | OK | 998ms |
| /parquet/datatypes/int64 | OK | 1s 27ms |
| /parquet/datatypes/int64 decimal | OK | 980ms |
| /parquet/datatypes/json | OK | 978ms |
| /parquet/datatypes/large string map | XFail | 6s 926ms |
| /parquet/datatypes/largedouble | OK | 1s 92ms |
| /parquet/datatypes/manydatatypes | OK | 921ms |
| /parquet/datatypes/manydatatypes2 | OK | 1s 26ms |
| /parquet/datatypes/maps | OK | 965ms |
| /parquet/datatypes/nameswithemoji | OK | 981ms |
| /parquet/datatypes/nandouble | OK | 1s 68ms |
| /parquet/datatypes/negativeint64 | OK | 970ms |
| /parquet/datatypes/nullbyte | OK | 988ms |
| /parquet/datatypes/nullbytemultiple | OK | 1s 5ms |
| /parquet/datatypes/nullsinid | OK | 1s 30ms |
| /parquet/datatypes/pandasdecimal | OK | 999ms |
| /parquet/datatypes/pandasdecimaldate | OK | 1s 22ms |
| /parquet/datatypes/parquetgo | OK | 971ms |
| /parquet/datatypes/selectdatewithfilter | OK | 6s 224ms |
| /parquet/datatypes/singlenull | OK | 948ms |
| /parquet/datatypes/sparkv21 | OK | 1s 34ms |
| /parquet/datatypes/sparkv22 | OK | 1s 8ms |
| /parquet/datatypes/statdecimal | OK | 976ms |
| /parquet/datatypes/string | OK | 983ms |
| /parquet/datatypes/string int list inconsistent offset multiple batches | OK | 4s 498ms |
| /parquet/datatypes/stringtypes | OK | 972ms |
| /parquet/datatypes/struct | OK | 1s 49ms |
| /parquet/datatypes/supporteduuid | OK | 1s 22ms |
| /parquet/datatypes/timestamp1 | OK | 914ms |
| /parquet/datatypes/timestamp2 | OK | 932ms |
| /parquet/datatypes/timezone | OK | 909ms |
| /parquet/datatypes/unsigned | OK | 1s 974ms |
| /parquet/datatypes/unsupportednull | OK | 142ms |
| /parquet/complex | OK | 20s 601ms |
| /parquet/complex/arraystring | OK | 1s 7ms |
| /parquet/complex/big tuple with nulls | OK | 1s 0ms |
| /parquet/complex/bytearraydictionary | OK | 1s 10ms |
| /parquet/complex/complex null | OK | 993ms |
| /parquet/complex/lagemap | OK | 1s 64ms |
| /parquet/complex/largenestedarray | OK | 1s 54ms |
| /parquet/complex/largestruct | OK | 973ms |
| /parquet/complex/largestruct2 | OK | 1s 206ms |
| /parquet/complex/largestruct3 | OK | 930ms |
| /parquet/complex/list | OK | 1s 10ms |
| /parquet/complex/nested array | OK | 1s 23ms |
| /parquet/complex/nested map | OK | 1s 21ms |
| /parquet/complex/nestedallcomplex | OK | 1s 139ms |
| /parquet/complex/nestedarray2 | OK | 992ms |
| /parquet/complex/nestedstruct | OK | 1s 64ms |
| /parquet/complex/nestedstruct2 | OK | 1s 7ms |
| /parquet/complex/nestedstruct3 | OK | 1s 4ms |
| /parquet/complex/nestedstruct4 | OK | 1s 192ms |
| /parquet/complex/tupleofnulls | OK | 991ms |
| /parquet/complex/tuplewithdatetime | OK | 904ms |
| /parquet/cache | OK | 2s 23ms |
| /parquet/cache/cache1 | OK | 1s 25ms |
| /parquet/cache/cache2 | OK | 995ms |
| /parquet/glob | OK | 37s 492ms |
| /parquet/glob/fastparquet globs | OK | 764ms |
| /parquet/glob/glob1 | OK | 1s 16ms |
| /parquet/glob/glob2 | OK | 1s 243ms |
| /parquet/glob/glob with multiple elements | OK | 236ms |
| /parquet/glob/million extensions | OK | 34s 229ms |
| /parquet/rowgroups | OK | 2s 139ms |
| /parquet/rowgroups/manyrowgroups | OK | 1s 95ms |
| /parquet/rowgroups/manyrowgroups2 | OK | 1s 42ms |
| /parquet/encrypted | Skip | 1ms |
| /parquet/fastparquet | OK | 6ms |
| /parquet/fastparquet/airlines | Skip | 880us |
| /parquet/fastparquet/baz | Skip | 815us |
| /parquet/fastparquet/empty date | Skip | 781us |
| /parquet/fastparquet/evo | Skip | 1ms |
| /parquet/fastparquet/fastparquet | Skip | 818us |
| /parquet/read and write | OK | 11m 24s |
| /parquet/read and write/read and write parquet file | OK | 11m 24s |
| /parquet/column related errors | OK | 615ms |
| /parquet/column related errors/check error with 500 columns | OK | 615ms |
| /parquet/multi chunk upload | Skip | 1ms |
Generated by TestFlows Open-Source Test Framework v2.0.250110.1002922