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 | Sep 21, 2026 0:23 |
| Duration | 1h 6m |
| Framework | TestFlows 2.0.250110.1002922 |
Test artifacts can be found at https://altinity-build-artifacts.s3.amazonaws.com/index.html#REFs/v25.3.14.10001.altinitystable/5dc76dc3701d604f851081313ff23bbc8a702463/regression/
| project | Altinity/ClickHouse |
| project.id | 159717931 |
| package | https://s3.amazonaws.com/altinity-build-artifacts/25.3/5dc76dc3701d604f851081313ff23bbc8a702463/package_aarch64/clickhouse-common-static_25.3.14.10001.altinitystable_arm64.deb |
| version | 25.3.14.10001.altinitystable |
| user.name | MyroTk |
| repository | https://github.com/Altinity/clickhouse-regression |
| commit.hash | 3e64dccfa4baf08d56b853fdc24761a45ec81ee0 |
| job.name | parquet_minio |
| job.retry | 1 |
| job.url | https://github.com/Altinity/ClickHouse/actions/runs/35543791440 |
| arch | aarch64 |
| local | True |
| clickhouse_version | None |
| clickhouse_path | https://s3.amazonaws.com/altinity-build-artifacts/25.3/5dc76dc3701d604f851081313ff23bbc8a702463/package_aarch64/clickhouse-common-static_25.3.14.10001.altinitystable_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 | False |
| storages | ['minio'] |
| 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 | Secret(name='aws_s3_bucket') |
| 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') |
| hetzner_s3_uri | None |
| hetzner_s3_region | None |
| hetzner_s3_key_id | None |
| hetzner_s3_access_key | None |
| 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 254ms 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 1289, 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 25.3.14.10001.altinitystable (altinity build))
(query: INSERT INTO table_e0ce21ad_b558_11f1_a8df_920009ae2a58 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 1289 in 'query'
1281\| assert message in r.output, error(r.output)
1282\|
1283\| if not ignore_exception:
1284\| if message is None or "Exception:" not in message:
1285\| with Then("check if output has exception") if steps else NullStep():
1286\| if "Exception:" in r.output:
1287\| if raise_on_exception:
1288\| raise QueryRuntimeException(r.output)
1289\|> assert False, error(r.output)
1290\|
1291\| return r
1292\| |
| /parquet/datatypes/float16 | XFail 244ms 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"): |
| /parquet/datatypes/large string map | XFail 5s 574ms 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 1289, 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 25.3.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_0b5c5029_b559_11f1_b784_920009ae2a58
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 1289 in 'query'
1281\| assert message in r.output, error(r.output)
1282\|
1283\| if not ignore_exception:
1284\| if message is None or "Exception:" not in message:
1285\| with Then("check if output has exception") if steps else NullStep():
1286\| if "Exception:" in r.output:
1287\| if raise_on_exception:
1288\| raise QueryRuntimeException(r.output)
1289\|> assert False, error(r.output)
1290\|
1291\| return r
1292\| |
| Test Name | Result | Duration |
|---|---|---|
| /parquet | OK | 1h 6m |
| /parquet/file | OK | 10m 43s |
| /parquet/file/engine | OK | 10m 43s |
| /parquet/file/function | OK | 5m 35s |
| /parquet/file/engine/insert into engine | OK | 5m 14s |
| /parquet/file/engine/select from engine | OK | 2m 33s |
| /parquet/file/engine/engine to file to engine | OK | 8m 14s |
| /parquet/file/function/insert into function manual cast types | OK | 5m 0s |
| /parquet/file/engine/insert into engine from file | OK | 5m 0s |
| /parquet/file/function/insert into function auto cast types | OK | 5m 35s |
| /parquet/file/function/select from function manual cast types | OK | 3m 6s |
| /parquet/file/function/select from function auto cast types | OK | 2m 37s |
| /parquet/file/engine/engine select output to file | OK | 10m 43s |
| /parquet/file/function/date as uint16 | OK | 2s 961ms |
| /parquet/file/function/date as uint16 multiple dates | OK | 1s 986ms |
| /parquet/file/function/date as uint16 nullable | OK | 1s 822ms |
| /parquet/file/function/date as uint16 round trip | OK | 1s 936ms |
| /parquet/file/function/date as uint16 edge cases | OK | 1s 478ms |
| /parquet/file/function/date as uint16 with other columns | OK | 844ms |
| /parquet/query | OK | 17m 27s |
| /parquet/query/compression type | OK | 17m 27s |
| /parquet/query/compression type/=NONE | OK | 17m 25s |
| /parquet/query/compression type/=NONE /insert into memory table from file | OK | 59s 23ms |
| /parquet/query/compression type/=GZIP | OK | 17m 27s |
| /parquet/query/compression type/=GZIP /insert into memory table from file | OK | 58s 896ms |
| /parquet/query/compression type/=LZ4 | OK | 17m 27s |
| /parquet/query/compression type/=LZ4 /insert into memory table from file | OK | 59s 0ms |
| /parquet/query/compression type/=GZIP /insert into mergetree table from file | OK | 59s 63ms |
| /parquet/query/compression type/=LZ4 /insert into mergetree table from file | OK | 58s 779ms |
| /parquet/query/compression type/=NONE /insert into mergetree table from file | OK | 59s 52ms |
| /parquet/query/compression type/=LZ4 /insert into replicated mergetree table from file | OK | 58s 264ms |
| /parquet/query/compression type/=GZIP /insert into replicated mergetree table from file | OK | 58s 481ms |
| /parquet/query/compression type/=NONE /insert into replicated mergetree table from file | OK | 57s 383ms |
| /parquet/query/compression type/=NONE /insert into distributed table from file | OK | 1m 3s |
| /parquet/query/compression type/=LZ4 /insert into distributed table from file | OK | 1m 2s |
| /parquet/query/compression type/=GZIP /insert into distributed table from file | OK | 1m 3s |
| /parquet/query/compression type/=NONE /select from memory table into file | OK | 2m 22s |
| /parquet/query/compression type/=LZ4 /select from memory table into file | OK | 2m 22s |
| /parquet/query/compression type/=GZIP /select from memory table into file | OK | 2m 23s |
| /parquet/query/compression type/=NONE /select from mergetree table into file | OK | 2m 25s |
| /parquet/query/compression type/=LZ4 /select from mergetree table into file | OK | 2m 24s |
| /parquet/query/compression type/=GZIP /select from mergetree table into file | OK | 2m 25s |
| /parquet/query/compression type/=LZ4 /select from replicated mergetree table into file | OK | 2m 28s |
| /parquet/query/compression type/=NONE /select from replicated mergetree table into file | OK | 2m 26s |
| /parquet/query/compression type/=GZIP /select from replicated mergetree table into file | OK | 2m 25s |
| /parquet/query/compression type/=NONE /select from distributed table into file | OK | 3m 0s |
| /parquet/query/compression type/=GZIP /select from distributed table into file | OK | 3m 1s |
| /parquet/query/compression type/=LZ4 /select from distributed table into file | OK | 3m 1s |
| /parquet/query/compression type/=NONE /select from mat view into file | OK | 2m 22s |
| /parquet/query/compression type/=LZ4 /select from mat view into file | OK | 2m 24s |
| /parquet/query/compression type/=GZIP /select from mat view into file | OK | 2m 23s |
| /parquet/query/compression type/=NONE /insert into table with projection from file | OK | 48s 872ms |
| /parquet/query/compression type/=GZIP /insert into table with projection from file | OK | 47s 637ms |
| /parquet/query/compression type/=LZ4 /insert into table with projection from file | OK | 47s 682ms |
| /parquet/list in multiple chunks | OK | 17s 504ms |
| /parquet/url | OK | 10m 41s |
| /parquet/url/engine | OK | 10m 8s |
| /parquet/url/function | OK | 4m 56s |
| /parquet/url/engine/insert into engine | OK | 4m 28s |
| /parquet/url/function/insert into function | OK | 3m 32s |
| /parquet/url/function/select from function manual cast types | OK | 4m 56s |
| /parquet/url/engine/select from engine | OK | 1m 23s |
| /parquet/url/engine/engine to file to engine | OK | 7m 30s |
| /parquet/url/engine/insert into engine from file | OK | 7m 6s |
| /parquet/url/function/select from function auto cast types | OK | 3m 26s |
| /parquet/url/engine/engine select output to file | OK | 10m 7s |
| /parquet/mysql | OK | 9s 387ms |
| /parquet/mysql/compression type | OK | 9s 386ms |
| /parquet/mysql/compression type/=NONE | OK | 9s 383ms |
| /parquet/mysql/compression type/=NONE /mysql engine to parquet file to mysql engine | OK | 5s 509ms |
| /parquet/mysql/compression type/=GZIP | OK | 9s 376ms |
| /parquet/mysql/compression type/=GZIP /mysql engine to parquet file to mysql engine | OK | 5s 424ms |
| /parquet/mysql/compression type/=LZ4 | OK | 9s 364ms |
| /parquet/mysql/compression type/=LZ4 /mysql engine to parquet file to mysql engine | OK | 5s 407ms |
| /parquet/mysql/compression type/=LZ4 /mysql function to parquet file to mysql function | OK | 3s 952ms |
| /parquet/mysql/compression type/=GZIP /mysql function to parquet file to mysql function | OK | 3s 947ms |
| /parquet/mysql/compression type/=NONE /mysql function to parquet file to mysql function | OK | 3s 872ms |
| /parquet/postgresql | OK | 5s 810ms |
| /parquet/postgresql/compression type | OK | 5s 809ms |
| /parquet/postgresql/compression type/=NONE | OK | 5s 773ms |
| /parquet/postgresql/compression type/=NONE /postgresql function to parquet file to postgresql function | OK | 5s 771ms |
| /parquet/postgresql/compression type/=GZIP | OK | 5s 800ms |
| /parquet/postgresql/compression type/=GZIP /postgresql function to parquet file to postgresql function | OK | 5s 798ms |
| /parquet/postgresql/compression type/=LZ4 | OK | 5s 782ms |
| /parquet/postgresql/compression type/=LZ4 /postgresql function to parquet file to postgresql function | OK | 5s 780ms |
| /parquet/remote | OK | 4m 1s |
| /parquet/remote/compression type | OK | 4m 1s |
| /parquet/remote/compression type/=NONE | OK | 3m 59s |
| /parquet/remote/compression type/=NONE /outline | OK | 3m 59s |
| /parquet/remote/compression type/=NONE /outline/insert into function | OK | 1m 36s |
| /parquet/remote/compression type/=GZIP | OK | 4m 1s |
| /parquet/remote/compression type/=GZIP /outline | OK | 4m 1s |
| /parquet/remote/compression type/=GZIP /outline/insert into function | OK | 1m 35s |
| /parquet/remote/compression type/=LZ4 | OK | 4m 0s |
| /parquet/remote/compression type/=LZ4 /outline | OK | 4m 0s |
| /parquet/remote/compression type/=LZ4 /outline/insert into function | OK | 1m 35s |
| /parquet/remote/compression type/=LZ4 /outline/select from function | OK | 2m 24s |
| /parquet/remote/compression type/=GZIP /outline/select from function | OK | 2m 25s |
| /parquet/remote/compression type/=NONE /outline/select from function | OK | 2m 23s |
| /parquet/chunked array | XFail | 16s 254ms |
| /parquet/broken | OK | 16ms |
| /parquet/broken/file | Skip | 1ms |
| /parquet/broken/read broken bigint | Skip | 877us |
| /parquet/broken/read broken date | Skip | 870us |
| /parquet/broken/read broken int | Skip | 1ms |
| /parquet/broken/read broken smallint | Skip | 822us |
| /parquet/broken/read broken timestamp ms | Skip | 931us |
| /parquet/broken/read broken timestamp us | Skip | 876us |
| /parquet/broken/read broken tinyint | Skip | 1ms |
| /parquet/broken/read broken ubigint | Skip | 791us |
| /parquet/broken/read broken uint | Skip | 792us |
| /parquet/broken/read broken usmallint | Skip | 968us |
| /parquet/broken/read broken utinyint | Skip | 1ms |
| /parquet/broken/string | Skip | 825us |
| /parquet/encoding | OK | 7s 224ms |
| /parquet/encoding/deltabytearray1 | OK | 1s 392ms |
| /parquet/encoding/deltabytearray2 | OK | 1s 16ms |
| /parquet/encoding/deltalengthbytearray | OK | 975ms |
| /parquet/encoding/dictionary | OK | 920ms |
| /parquet/encoding/plain | OK | 924ms |
| /parquet/encoding/plainrlesnappy | OK | 1s 3ms |
| /parquet/encoding/rleboolean | OK | 988ms |
| /parquet/compression | OK | 20s 727ms |
| /parquet/compression/arrow snappy | OK | 978ms |
| /parquet/compression/brotli | OK | 1s 3ms |
| /parquet/compression/gzippages | OK | 2s 76ms |
| /parquet/compression/largegzip | OK | 1s 2ms |
| /parquet/compression/lz4 hadoop | OK | 970ms |
| /parquet/compression/lz4 hadoop large | OK | 987ms |
| /parquet/compression/lz4 non hadoop | OK | 977ms |
| /parquet/compression/lz4 raw | OK | 991ms |
| /parquet/compression/lz4 raw large | OK | 983ms |
| /parquet/compression/lz4pages | OK | 1s 996ms |
| /parquet/compression/nonepages | OK | 1s 915ms |
| /parquet/compression/snappypages | OK | 1s 971ms |
| /parquet/compression/snappyplain | OK | 916ms |
| /parquet/compression/snappyrle | OK | 1s 12ms |
| /parquet/compression/zstd | OK | 994ms |
| /parquet/compression/zstdpages | OK | 1s 944ms |
| /parquet/datatypes | OK | 1m 8s |
| /parquet/datatypes/arrowtimestamp | OK | 887ms |
| /parquet/datatypes/arrowtimestampms | OK | 908ms |
| /parquet/datatypes/binary | OK | 992ms |
| /parquet/datatypes/binary string | OK | 985ms |
| /parquet/datatypes/blob | OK | 1s 9ms |
| /parquet/datatypes/boolean | OK | 979ms |
| /parquet/datatypes/byte array | OK | 982ms |
| /parquet/datatypes/columnname | OK | 975ms |
| /parquet/datatypes/columnwithnull | OK | 1s 3ms |
| /parquet/datatypes/columnwithnull2 | OK | 1s 2ms |
| /parquet/datatypes/date | OK | 982ms |
| /parquet/datatypes/decimal with filter | OK | 1s 8ms |
| /parquet/datatypes/decimalvariousfilters | OK | 991ms |
| /parquet/datatypes/decimalwithfilter2 | OK | 991ms |
| /parquet/datatypes/enum | OK | 1s 61ms |
| /parquet/datatypes/enum2 | OK | 975ms |
| /parquet/datatypes/fixed length decimal | OK | 968ms |
| /parquet/datatypes/fixed length decimal legacy | OK | 999ms |
| /parquet/datatypes/fixedstring | OK | 982ms |
| /parquet/datatypes/float16 | XFail | 244ms |
| /parquet/datatypes/h2oai | OK | 983ms |
| /parquet/datatypes/hive | OK | 2s 79ms |
| /parquet/datatypes/int32 | OK | 1s 51ms |
| /parquet/datatypes/int32 decimal | OK | 1s 127ms |
| /parquet/datatypes/int64 | OK | 1s 29ms |
| /parquet/datatypes/int64 decimal | OK | 1s 15ms |
| /parquet/datatypes/json | OK | 937ms |
| /parquet/datatypes/large string map | XFail | 5s 574ms |
| /parquet/datatypes/largedouble | OK | 1s 57ms |
| /parquet/datatypes/manydatatypes | OK | 925ms |
| /parquet/datatypes/manydatatypes2 | OK | 1s 21ms |
| /parquet/datatypes/maps | OK | 1s 13ms |
| /parquet/datatypes/nameswithemoji | OK | 945ms |
| /parquet/datatypes/nandouble | OK | 977ms |
| /parquet/datatypes/negativeint64 | OK | 921ms |
| /parquet/datatypes/nullbyte | OK | 974ms |
| /parquet/datatypes/nullbytemultiple | OK | 978ms |
| /parquet/datatypes/nullsinid | OK | 972ms |
| /parquet/datatypes/pandasdecimal | OK | 993ms |
| /parquet/datatypes/pandasdecimaldate | OK | 963ms |
| /parquet/datatypes/parquetgo | OK | 984ms |
| /parquet/datatypes/selectdatewithfilter | OK | 5s 950ms |
| /parquet/datatypes/singlenull | OK | 1s 7ms |
| /parquet/datatypes/sparkv21 | OK | 1s 14ms |
| /parquet/datatypes/sparkv22 | OK | 1s 3ms |
| /parquet/datatypes/statdecimal | OK | 966ms |
| /parquet/datatypes/string | OK | 964ms |
| /parquet/datatypes/string int list inconsistent offset multiple batches | OK | 4s 684ms |
| /parquet/datatypes/stringtypes | OK | 987ms |
| /parquet/datatypes/struct | OK | 974ms |
| /parquet/datatypes/supporteduuid | OK | 991ms |
| /parquet/datatypes/timestamp1 | OK | 932ms |
| /parquet/datatypes/timestamp2 | OK | 893ms |
| /parquet/datatypes/timezone | OK | 903ms |
| /parquet/datatypes/unsigned | OK | 1s 912ms |
| /parquet/datatypes/unsupportednull | OK | 133ms |
| /parquet/complex | OK | 20s 580ms |
| /parquet/complex/arraystring | OK | 992ms |
| /parquet/complex/big tuple with nulls | OK | 994ms |
| /parquet/complex/bytearraydictionary | OK | 999ms |
| /parquet/complex/complex null | OK | 994ms |
| /parquet/complex/lagemap | OK | 992ms |
| /parquet/complex/largenestedarray | OK | 996ms |
| /parquet/complex/largestruct | OK | 971ms |
| /parquet/complex/largestruct2 | OK | 1s 215ms |
| /parquet/complex/largestruct3 | OK | 930ms |
| /parquet/complex/list | OK | 976ms |
| /parquet/complex/nested array | OK | 993ms |
| /parquet/complex/nested map | OK | 1s 2ms |
| /parquet/complex/nestedallcomplex | OK | 1s 156ms |
| /parquet/complex/nestedarray2 | OK | 1s 51ms |
| /parquet/complex/nestedstruct | OK | 1s 103ms |
| /parquet/complex/nestedstruct2 | OK | 1s 16ms |
| /parquet/complex/nestedstruct3 | OK | 1s 19ms |
| /parquet/complex/nestedstruct4 | OK | 1s 197ms |
| /parquet/complex/tupleofnulls | OK | 1s 34ms |
| /parquet/complex/tuplewithdatetime | OK | 932ms |
| /parquet/cache | OK | 2s 45ms |
| /parquet/cache/cache1 | OK | 1s 7ms |
| /parquet/cache/cache2 | OK | 1s 35ms |
| /parquet/glob | OK | 36s 560ms |
| /parquet/glob/fastparquet globs | OK | 719ms |
| /parquet/glob/glob1 | OK | 1s 72ms |
| /parquet/glob/glob2 | OK | 1s 265ms |
| /parquet/glob/glob with multiple elements | OK | 248ms |
| /parquet/glob/million extensions | OK | 33s 252ms |
| /parquet/rowgroups | OK | 2s 22ms |
| /parquet/rowgroups/manyrowgroups | OK | 1s 18ms |
| /parquet/rowgroups/manyrowgroups2 | OK | 999ms |
| /parquet/encrypted | Skip | 1ms |
| /parquet/fastparquet | OK | 7ms |
| /parquet/fastparquet/airlines | Skip | 817us |
| /parquet/fastparquet/baz | Skip | 745us |
| /parquet/fastparquet/empty date | Skip | 1ms |
| /parquet/fastparquet/evo | Skip | 751us |
| /parquet/fastparquet/fastparquet | Skip | 724us |
| /parquet/read and write | OK | 11m 45s |
| /parquet/read and write/read and write parquet file | OK | 11m 45s |
| /parquet/column related errors | OK | 630ms |
| /parquet/column related errors/check error with 500 columns | OK | 629ms |
| /parquet/multi chunk upload | Skip | 1ms |
| /parquet/minio | OK | 6m 16s |
| /parquet/minio/s3 | OK | 6m 16s |
| /parquet/minio/s3/compression type | OK | 5m 33s |
| /parquet/minio/s3/compression type/=NONE | OK | 5m 32s |
| /parquet/minio/s3/compression type/=NONE /outline | OK | 5m 32s |
| /parquet/minio/s3/compression type/=NONE /outline/function | OK | 5m 32s |
| /parquet/minio/s3/compression type/=GZIP | OK | 5m 32s |
| /parquet/minio/s3/compression type/=GZIP /outline | OK | 5m 32s |
| /parquet/minio/s3/compression type/=GZIP /outline/function | OK | 5m 32s |
| /parquet/minio/s3/compression type/=NONE /outline/function/insert into function | OK | 5m 32s |
| /parquet/minio/s3/compression type/=LZ4 | OK | 5m 33s |
| /parquet/minio/s3/compression type/=LZ4 /outline | OK | 5m 33s |
| /parquet/minio/s3/compression type/=LZ4 /outline/function | OK | 5m 33s |
| /parquet/minio/s3/compression type/=NONE /outline/function/select from function manual cast types | OK | 5m 18s |
| /parquet/minio/s3/compression type/=GZIP /outline/function/insert into function | OK | 5m 32s |
| /parquet/minio/s3/compression type/=LZ4 /outline/function/insert into function | OK | 5m 33s |
| /parquet/minio/s3/compression type/=GZIP /outline/function/select from function manual cast types | OK | 5m 18s |
| /parquet/minio/s3/compression type/=GZIP /outline/function/select from function auto cast types | OK | 4m 47s |
| /parquet/minio/s3/compression type/=LZ4 /outline/function/select from function manual cast types | OK | 5m 19s |
| /parquet/minio/s3/compression type/=LZ4 /outline/function/select from function auto cast types | OK | 4m 47s |
| /parquet/minio/s3/compression type/=NONE /outline/function/select from function auto cast types | OK | 4m 48s |
Generated by TestFlows Open-Source Test Framework v2.0.250110.1002922