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 23, 2026 16:30 |
| Duration | 1h 32m |
| Framework | TestFlows 2.0.250110.1002922 |
Test artifacts can be found at https://altinity-build-artifacts.s3.amazonaws.com/index.html#REFs/v25.8.28.10001.altinitystable/568824f4327b379e86bce93f12b9cebe0cfd9ff5/regression/
| project | Altinity/ClickHouse |
| project.id | 159717931 |
| user.name | MyroTk |
| version | 25.8.28.10001.altinitystable |
| package | https://altinity-build-artifacts.s3.amazonaws.com/REFs/v25.8.28.10001.altinitystable/568824f4327b379e86bce93f12b9cebe0cfd9ff5/build_arm_binary/clickhouse |
| repository | https://github.com/Altinity/clickhouse-regression |
| commit.hash | 0653c8a8b9c6ad09ea84dc295e9d90dae9590d97 |
| job.name | parquet |
| job.retry | 1 |
| job.url | https://github.com/Altinity/ClickHouse/actions/runs/30020552763 |
| arch | aarch64 |
| local | True |
| clickhouse_version | None |
| clickhouse_path | https://altinity-build-artifacts.s3.amazonaws.com/REFs/v25.8.28.10001.altinitystable/568824f4327b379e86bce93f12b9cebe0cfd9ff5/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 19s 905ms 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 25.8.28.10001.altinitystable (altinity build))
(query: INSERT INTO table_b81c5737_86bc_11f1_b966_de0001248f55 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 531ms 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 856ms 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 25.8.28):
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_0181f5ca_86bd_11f1_9079_de0001248f55
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 32m |
| /parquet/file | OK | 14m 48s |
| /parquet/file/engine | OK | 14m 48s |
| /parquet/file/engine/insert into engine | OK | 5m 45s |
| /parquet/file/function | OK | 6m 13s |
| /parquet/file/engine/select from engine | OK | 2m 31s |
| /parquet/file/engine/engine to file to engine | OK | 9m 51s |
| /parquet/file/engine/insert into engine from file | OK | 5m 10s |
| /parquet/file/engine/engine select output to file | OK | 14m 48s |
| /parquet/file/function/insert into function manual cast types | OK | 5m 34s |
| /parquet/file/function/insert into function auto cast types | OK | 6m 13s |
| /parquet/file/function/select from function manual cast types | OK | 3m 19s |
| /parquet/file/function/select from function auto cast types | OK | 2m 36s |
| /parquet/file/function/date as uint16 | OK | 4s 392ms |
| /parquet/file/function/date as uint16 multiple dates | OK | 2s 795ms |
| /parquet/file/function/date as uint16 nullable | OK | 1s 649ms |
| /parquet/file/function/date as uint16 round trip | OK | 1s 870ms |
| /parquet/file/function/date as uint16 edge cases | OK | 783ms |
| /parquet/file/function/date as uint16 with other columns | OK | 1s 313ms |
| /parquet/query | OK | 20m 54s |
| /parquet/query/compression type | OK | 20m 54s |
| /parquet/query/compression type/=NONE | OK | 20m 54s |
| /parquet/query/compression type/=NONE /insert into memory table from file | OK | 1m 10s |
| /parquet/query/compression type/=GZIP | OK | 20m 54s |
| /parquet/query/compression type/=GZIP /insert into memory table from file | OK | 1m 10s |
| /parquet/query/compression type/=LZ4 | OK | 20m 54s |
| /parquet/query/compression type/=LZ4 /insert into memory table from file | OK | 1m 10s |
| /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 10s |
| /parquet/query/compression type/=GZIP /insert into mergetree table from file | OK | 1m 10s |
| /parquet/query/compression type/=LZ4 /insert into replicated mergetree table from file | OK | 1m 10s |
| /parquet/query/compression type/=GZIP /insert into replicated mergetree table from file | OK | 1m 10s |
| /parquet/query/compression type/=NONE /insert into replicated mergetree table from file | OK | 1m 10s |
| /parquet/query/compression type/=LZ4 /insert into distributed table from file | OK | 1m 13s |
| /parquet/query/compression type/=NONE /insert into distributed table from file | OK | 1m 13s |
| /parquet/query/compression type/=GZIP /insert into distributed table from file | OK | 1m 13s |
| /parquet/query/compression type/=LZ4 /select from memory table into file | OK | 2m 55s |
| /parquet/query/compression type/=NONE /select from memory table into file | OK | 2m 53s |
| /parquet/query/compression type/=GZIP /select from memory table into file | OK | 2m 53s |
| /parquet/query/compression type/=GZIP /select from mergetree table into file | OK | 2m 55s |
| /parquet/query/compression type/=NONE /select from mergetree table into file | OK | 2m 54s |
| /parquet/query/compression type/=LZ4 /select from mergetree table into file | OK | 2m 53s |
| /parquet/query/compression type/=NONE /select from replicated mergetree table into file | OK | 2m 55s |
| /parquet/query/compression type/=LZ4 /select from replicated mergetree table into file | OK | 2m 54s |
| /parquet/query/compression type/=GZIP /select from replicated mergetree table into file | OK | 2m 55s |
| /parquet/query/compression type/=LZ4 /select from distributed table into file | OK | 3m 34s |
| /parquet/query/compression type/=NONE /select from distributed table into file | OK | 3m 35s |
| /parquet/query/compression type/=GZIP /select from distributed table into file | OK | 3m 33s |
| /parquet/query/compression type/=LZ4 /select from mat view into file | OK | 2m 57s |
| /parquet/query/compression type/=GZIP /select from mat view into file | OK | 2m 56s |
| /parquet/query/compression type/=NONE /select from mat view into file | OK | 2m 56s |
| /parquet/query/compression type/=GZIP /insert into table with projection from file | OK | 55s 248ms |
| /parquet/query/compression type/=LZ4 /insert into table with projection from file | OK | 55s 144ms |
| /parquet/query/compression type/=NONE /insert into table with projection from file | OK | 54s 782ms |
| /parquet/list in multiple chunks | OK | 31s 161ms |
| /parquet/url | OK | 14m 17s |
| /parquet/url/engine | OK | 13m 40s |
| /parquet/url/engine/insert into engine | OK | 5m 9s |
| /parquet/url/function | OK | 5m 45s |
| /parquet/url/function/insert into function | OK | 4m 12s |
| /parquet/url/engine/select from engine | OK | 1m 27s |
| /parquet/url/function/select from function manual cast types | OK | 5m 45s |
| /parquet/url/engine/engine to file to engine | OK | 8m 38s |
| /parquet/url/engine/insert into engine from file | OK | 8m 12s |
| /parquet/url/engine/engine select output to file | OK | 13m 40s |
| /parquet/url/function/select from function auto cast types | OK | 3m 53s |
| /parquet/mysql | OK | 14s 323ms |
| /parquet/mysql/compression type | OK | 14s 321ms |
| /parquet/mysql/compression type/=NONE | OK | 14s 317ms |
| /parquet/mysql/compression type/=NONE /mysql engine to parquet file to mysql engine | OK | 8s 654ms |
| /parquet/mysql/compression type/=GZIP | OK | 14s 295ms |
| /parquet/mysql/compression type/=GZIP /mysql engine to parquet file to mysql engine | OK | 8s 669ms |
| /parquet/mysql/compression type/=LZ4 | OK | 14s 278ms |
| /parquet/mysql/compression type/=LZ4 /mysql engine to parquet file to mysql engine | OK | 8s 568ms |
| /parquet/mysql/compression type/=LZ4 /mysql function to parquet file to mysql function | OK | 5s 708ms |
| /parquet/mysql/compression type/=NONE /mysql function to parquet file to mysql function | OK | 5s 661ms |
| /parquet/mysql/compression type/=GZIP /mysql function to parquet file to mysql function | OK | 5s 623ms |
| /parquet/postgresql | OK | 8s 762ms |
| /parquet/postgresql/compression type | OK | 8s 761ms |
| /parquet/postgresql/compression type/=NONE | OK | 8s 689ms |
| /parquet/postgresql/compression type/=NONE /postgresql function to parquet file to postgresql function | OK | 8s 688ms |
| /parquet/postgresql/compression type/=GZIP | OK | 8s 678ms |
| /parquet/postgresql/compression type/=GZIP /postgresql function to parquet file to postgresql function | OK | 8s 678ms |
| /parquet/postgresql/compression type/=LZ4 | OK | 8s 745ms |
| /parquet/postgresql/compression type/=LZ4 /postgresql function to parquet file to postgresql function | OK | 8s 744ms |
| /parquet/remote | OK | 4m 43s |
| /parquet/remote/compression type | OK | 4m 43s |
| /parquet/remote/compression type/=NONE | OK | 4m 40s |
| /parquet/remote/compression type/=NONE /outline | OK | 4m 40s |
| /parquet/remote/compression type/=NONE /outline/insert into function | OK | 1m 44s |
| /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 45s |
| /parquet/remote/compression type/=LZ4 | OK | 4m 43s |
| /parquet/remote/compression type/=LZ4 /outline | OK | 4m 43s |
| /parquet/remote/compression type/=LZ4 /outline/insert into function | OK | 1m 44s |
| /parquet/remote/compression type/=LZ4 /outline/select from function | OK | 2m 58s |
| /parquet/remote/compression type/=NONE /outline/select from function | OK | 2m 56s |
| /parquet/remote/compression type/=GZIP /outline/select from function | OK | 2m 57s |
| /parquet/chunked array | XFail | 19s 905ms |
| /parquet/broken | OK | 55ms |
| /parquet/broken/file | Skip | 3ms |
| /parquet/broken/read broken bigint | Skip | 2ms |
| /parquet/broken/read broken date | Skip | 2ms |
| /parquet/broken/read broken int | Skip | 2ms |
| /parquet/broken/read broken smallint | Skip | 2ms |
| /parquet/broken/read broken timestamp ms | Skip | 2ms |
| /parquet/broken/read broken timestamp us | Skip | 2ms |
| /parquet/broken/read broken tinyint | Skip | 3ms |
| /parquet/broken/read broken ubigint | Skip | 2ms |
| /parquet/broken/read broken uint | Skip | 2ms |
| /parquet/broken/read broken usmallint | Skip | 2ms |
| /parquet/broken/read broken utinyint | Skip | 10ms |
| /parquet/broken/string | Skip | 1ms |
| /parquet/encoding | OK | 14s 358ms |
| /parquet/encoding/deltabytearray1 | OK | 3s 91ms |
| /parquet/encoding/deltabytearray2 | OK | 1s 932ms |
| /parquet/encoding/deltalengthbytearray | OK | 1s 869ms |
| /parquet/encoding/dictionary | OK | 1s 811ms |
| /parquet/encoding/plain | OK | 1s 711ms |
| /parquet/encoding/plainrlesnappy | OK | 2s 20ms |
| /parquet/encoding/rleboolean | OK | 1s 913ms |
| /parquet/compression | OK | 38s 890ms |
| /parquet/compression/arrow snappy | OK | 1s 888ms |
| /parquet/compression/brotli | OK | 1s 958ms |
| /parquet/compression/gzippages | OK | 3s 787ms |
| /parquet/compression/largegzip | OK | 1s 834ms |
| /parquet/compression/lz4 hadoop | OK | 1s 878ms |
| /parquet/compression/lz4 hadoop large | OK | 1s 894ms |
| /parquet/compression/lz4 non hadoop | OK | 1s 822ms |
| /parquet/compression/lz4 raw | OK | 1s 806ms |
| /parquet/compression/lz4 raw large | OK | 1s 911ms |
| /parquet/compression/lz4pages | OK | 3s 724ms |
| /parquet/compression/nonepages | OK | 3s 725ms |
| /parquet/compression/snappypages | OK | 3s 788ms |
| /parquet/compression/snappyplain | OK | 1s 695ms |
| /parquet/compression/snappyrle | OK | 1s 762ms |
| /parquet/compression/zstd | OK | 1s 808ms |
| /parquet/compression/zstdpages | OK | 3s 590ms |
| /parquet/datatypes | OK | 2m 0s |
| /parquet/datatypes/arrowtimestamp | OK | 1s 637ms |
| /parquet/datatypes/arrowtimestampms | OK | 1s 724ms |
| /parquet/datatypes/binary | OK | 1s 872ms |
| /parquet/datatypes/binary string | OK | 1s 847ms |
| /parquet/datatypes/blob | OK | 1s 846ms |
| /parquet/datatypes/boolean | OK | 1s 817ms |
| /parquet/datatypes/byte array | OK | 1s 924ms |
| /parquet/datatypes/columnname | OK | 1s 816ms |
| /parquet/datatypes/columnwithnull | OK | 1s 902ms |
| /parquet/datatypes/columnwithnull2 | OK | 1s 843ms |
| /parquet/datatypes/date | OK | 1s 872ms |
| /parquet/datatypes/decimal with filter | OK | 1s 934ms |
| /parquet/datatypes/decimalvariousfilters | OK | 1s 954ms |
| /parquet/datatypes/decimalwithfilter2 | OK | 1s 794ms |
| /parquet/datatypes/enum | OK | 2s 14ms |
| /parquet/datatypes/enum2 | OK | 1s 961ms |
| /parquet/datatypes/fixed length decimal | OK | 1s 819ms |
| /parquet/datatypes/fixed length decimal legacy | OK | 1s 856ms |
| /parquet/datatypes/fixedstring | OK | 1s 884ms |
| /parquet/datatypes/float16 | XFail | 531ms |
| /parquet/datatypes/h2oai | OK | 1s 930ms |
| /parquet/datatypes/hive | OK | 3s 444ms |
| /parquet/datatypes/int32 | OK | 1s 700ms |
| /parquet/datatypes/int32 decimal | OK | 1s 641ms |
| /parquet/datatypes/int64 | OK | 1s 839ms |
| /parquet/datatypes/int64 decimal | OK | 1s 656ms |
| /parquet/datatypes/json | OK | 1s 829ms |
| /parquet/datatypes/large string map | XFail | 5s 856ms |
| /parquet/datatypes/largedouble | OK | 1s 820ms |
| /parquet/datatypes/manydatatypes | OK | 1s 814ms |
| /parquet/datatypes/manydatatypes2 | OK | 1s 977ms |
| /parquet/datatypes/maps | OK | 1s 867ms |
| /parquet/datatypes/nameswithemoji | OK | 2s 36ms |
| /parquet/datatypes/nandouble | OK | 1s 790ms |
| /parquet/datatypes/negativeint64 | OK | 1s 654ms |
| /parquet/datatypes/nullbyte | OK | 1s 826ms |
| /parquet/datatypes/nullbytemultiple | OK | 1s 757ms |
| /parquet/datatypes/nullsinid | OK | 1s 935ms |
| /parquet/datatypes/pandasdecimal | OK | 1s 907ms |
| /parquet/datatypes/pandasdecimaldate | OK | 1s 947ms |
| /parquet/datatypes/parquetgo | OK | 1s 802ms |
| /parquet/datatypes/selectdatewithfilter | OK | 10s 426ms |
| /parquet/datatypes/singlenull | OK | 1s 874ms |
| /parquet/datatypes/sparkv21 | OK | 1s 975ms |
| /parquet/datatypes/sparkv22 | OK | 2s 38ms |
| /parquet/datatypes/statdecimal | OK | 1s 854ms |
| /parquet/datatypes/string | OK | 1s 892ms |
| /parquet/datatypes/string int list inconsistent offset multiple batches | OK | 6s 69ms |
| /parquet/datatypes/stringtypes | OK | 1s 848ms |
| /parquet/datatypes/struct | OK | 1s 912ms |
| /parquet/datatypes/supporteduuid | OK | 1s 826ms |
| /parquet/datatypes/timestamp1 | OK | 1s 669ms |
| /parquet/datatypes/timestamp2 | OK | 1s 764ms |
| /parquet/datatypes/timezone | OK | 1s 702ms |
| /parquet/datatypes/unsigned | OK | 3s 740ms |
| /parquet/datatypes/unsupportednull | OK | 344ms |
| /parquet/complex | OK | 38s 395ms |
| /parquet/complex/arraystring | OK | 1s 881ms |
| /parquet/complex/big tuple with nulls | OK | 1s 900ms |
| /parquet/complex/bytearraydictionary | OK | 1s 917ms |
| /parquet/complex/complex null | OK | 1s 929ms |
| /parquet/complex/lagemap | OK | 1s 914ms |
| /parquet/complex/largenestedarray | OK | 1s 984ms |
| /parquet/complex/largestruct | OK | 1s 869ms |
| /parquet/complex/largestruct2 | OK | 2s 292ms |
| /parquet/complex/largestruct3 | OK | 1s 733ms |
| /parquet/complex/list | OK | 1s 903ms |
| /parquet/complex/nested array | OK | 1s 918ms |
| /parquet/complex/nested map | OK | 1s 836ms |
| /parquet/complex/nestedallcomplex | OK | 2s 11ms |
| /parquet/complex/nestedarray2 | OK | 1s 884ms |
| /parquet/complex/nestedstruct | OK | 1s 987ms |
| /parquet/complex/nestedstruct2 | OK | 1s 852ms |
| /parquet/complex/nestedstruct3 | OK | 1s 821ms |
| /parquet/complex/nestedstruct4 | OK | 2s 86ms |
| /parquet/complex/tupleofnulls | OK | 1s 826ms |
| /parquet/complex/tuplewithdatetime | OK | 1s 829ms |
| /parquet/cache | OK | 3s 659ms |
| /parquet/cache/cache1 | OK | 1s 881ms |
| /parquet/cache/cache2 | OK | 1s 772ms |
| /parquet/glob | OK | 53s 937ms |
| /parquet/glob/fastparquet globs | OK | 1s 285ms |
| /parquet/glob/glob1 | OK | 1s 930ms |
| /parquet/glob/glob2 | OK | 2s 220ms |
| /parquet/glob/glob with multiple elements | OK | 497ms |
| /parquet/glob/million extensions | OK | 47s 999ms |
| /parquet/rowgroups | OK | 3s 942ms |
| /parquet/rowgroups/manyrowgroups | OK | 2s 19ms |
| /parquet/rowgroups/manyrowgroups2 | OK | 1s 917ms |
| /parquet/encrypted | Skip | 2ms |
| /parquet/fastparquet | OK | 13ms |
| /parquet/fastparquet/airlines | Skip | 1ms |
| /parquet/fastparquet/baz | Skip | 1ms |
| /parquet/fastparquet/empty date | Skip | 2ms |
| /parquet/fastparquet/evo | Skip | 1ms |
| /parquet/fastparquet/fastparquet | Skip | 1ms |
| /parquet/read and write | OK | 22m 21s |
| /parquet/read and write/read and write parquet file | OK | 22m 21s |
| /parquet/column related errors | OK | 1s 114ms |
| /parquet/column related errors/check error with 500 columns | OK | 1s 112ms |
| /parquet/multi chunk upload | Skip | 3ms |
Generated by TestFlows Open-Source Test Framework v2.0.250110.1002922