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 | Aug 26, 2026 14:04 |
| 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/v26.6.2.20001.altinityantalya/fc67ca28aab7152e20b92777c5caae12dba635c2/regression/
| project | Altinity/ClickHouse |
| project.id | 159717931 |
| user.name | strtgbb |
| version | 26.6.2.20001.altinityantalya |
| package | https://altinity-build-artifacts.s3.amazonaws.com/REFs/v26.6.2.20001.altinityantalya/fc67ca28aab7152e20b92777c5caae12dba635c2/build_arm_binary/clickhouse |
| repository | https://github.com/Altinity/clickhouse-regression |
| commit.hash | 6948a427a0e1f559a448cdb2cd5f7951ffbdd258 |
| job.name | parquet |
| job.retry | 1 |
| job.url | https://github.com/Altinity/ClickHouse/actions/runs/32969478793 |
| arch | aarch64 |
| local | True |
| clickhouse_version | None |
| clickhouse_path | https://altinity-build-artifacts.s3.amazonaws.com/REFs/v26.6.2.20001.altinityantalya/fc67ca28aab7152e20b92777c5caae12dba635c2/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 18s 346ms 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: 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.6.2.20001.altinityantalya (altinity build))
(query: INSERT INTO table_503a0316_a160_11f1_bb90_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 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 429ms 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 23s 345ms 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 87, 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 26.6.2):
Code: 241. DB::Exception: Received from localhost:9000. DB::Exception: (total) memory limit exceeded: would use 10.35 GiB (attempt to allocate chunk of 2.00 GiB), current RSS: 4.98 GiB, maximum: 10.32 GiB. OvercommitTracker decision: Query was selected to stop by OvercommitTracker: read stage: ColumnData: column: arr: (in file/uri /var/lib/clickhouse/user_files/table_8b3a80f0_a160_11f1_9893_920007b03018.parquet): While executing ParquetV3BlockInputFormat: While executing File. (MEMORY_LIMIT_EXCEEDED)
(query: SELECT * FROM file('/var/lib/clickhouse/user_files/table_8b3a80f0_a160_11f1_9893_920007b03018.parquet', Parquet) 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 32m |
| /parquet/file | OK | 14m 47s |
| /parquet/file/engine | OK | 14m 47s |
| /parquet/file/engine/insert into engine | OK | 7m 36s |
| /parquet/file/engine/select from engine | OK | 2m 51s |
| /parquet/file/function | OK | 7m 40s |
| /parquet/file/engine/engine to file to engine | OK | 11m 13s |
| /parquet/file/engine/insert into engine from file | OK | 6m 9s |
| /parquet/file/function/insert into function manual cast types | OK | 7m 24s |
| /parquet/file/function/insert into function auto cast types | OK | 7m 40s |
| /parquet/file/engine/engine select output to file | OK | 14m 46s |
| /parquet/file/function/select from function auto cast types | OK | 3m 4s |
| /parquet/file/function/date as uint16 | OK | 3s 558ms |
| /parquet/file/function/select from function manual cast types | OK | 3m 48s |
| /parquet/file/function/date as uint16 multiple dates | OK | 2s 555ms |
| /parquet/file/function/date as uint16 nullable | OK | 2s 197ms |
| /parquet/file/function/date as uint16 round trip | OK | 3s 457ms |
| /parquet/file/function/date as uint16 edge cases | OK | 1s 234ms |
| /parquet/file/function/date as uint16 with other columns | OK | 1s 183ms |
| /parquet/query | OK | 27m 50s |
| /parquet/query/compression type | OK | 27m 50s |
| /parquet/query/compression type/=NONE | OK | 27m 47s |
| /parquet/query/compression type/=NONE /insert into memory table from file | OK | 1m 26s |
| /parquet/query/compression type/=GZIP | OK | 27m 49s |
| /parquet/query/compression type/=GZIP /insert into memory table from file | OK | 1m 26s |
| /parquet/query/compression type/=LZ4 | OK | 27m 50s |
| /parquet/query/compression type/=LZ4 /insert into memory table from file | OK | 1m 27s |
| /parquet/query/compression type/=GZIP /insert into mergetree table from file | OK | 1m 24s |
| /parquet/query/compression type/=NONE /insert into mergetree table from file | OK | 1m 24s |
| /parquet/query/compression type/=LZ4 /insert into mergetree table from file | OK | 1m 25s |
| /parquet/query/compression type/=NONE /insert into replicated mergetree table from file | OK | 1m 26s |
| /parquet/query/compression type/=GZIP /insert into replicated mergetree table from file | OK | 1m 25s |
| /parquet/query/compression type/=LZ4 /insert into replicated mergetree table from file | OK | 1m 25s |
| /parquet/query/compression type/=NONE /insert into distributed table from file | OK | 1m 31s |
| /parquet/query/compression type/=GZIP /insert into distributed table from file | OK | 1m 30s |
| /parquet/query/compression type/=LZ4 /insert into distributed table from file | OK | 1m 29s |
| /parquet/query/compression type/=GZIP /select from memory table into file | OK | 4m 1s |
| /parquet/query/compression type/=LZ4 /select from memory table into file | OK | 4m 2s |
| /parquet/query/compression type/=NONE /select from memory table into file | OK | 4m 1s |
| /parquet/query/compression type/=GZIP /select from mergetree table into file | OK | 4m 19s |
| /parquet/query/compression type/=NONE /select from mergetree table into file | OK | 4m 20s |
| /parquet/query/compression type/=LZ4 /select from mergetree table into file | OK | 4m 19s |
| /parquet/query/compression type/=GZIP /select from replicated mergetree table into file | OK | 3m 59s |
| /parquet/query/compression type/=LZ4 /select from replicated mergetree table into file | OK | 3m 56s |
| /parquet/query/compression type/=NONE /select from replicated mergetree table into file | OK | 3m 57s |
| /parquet/query/compression type/=LZ4 /select from distributed table into file | OK | 4m 47s |
| /parquet/query/compression type/=GZIP /select from distributed table into file | OK | 4m 45s |
| /parquet/query/compression type/=NONE /select from distributed table into file | OK | 4m 45s |
| /parquet/query/compression type/=GZIP /select from mat view into file | OK | 3m 50s |
| /parquet/query/compression type/=NONE /select from mat view into file | OK | 3m 49s |
| /parquet/query/compression type/=LZ4 /select from mat view into file | OK | 3m 51s |
| /parquet/query/compression type/=NONE /insert into table with projection from file | OK | 1m 4s |
| /parquet/query/compression type/=GZIP /insert into table with projection from file | OK | 1m 5s |
| /parquet/query/compression type/=LZ4 /insert into table with projection from file | OK | 1m 3s |
| /parquet/list in multiple chunks | OK | 21s 848ms |
| /parquet/url | OK | 15m 14s |
| /parquet/url/engine | OK | 14m 40s |
| /parquet/url/function | OK | 6m 56s |
| /parquet/url/engine/insert into engine | OK | 6m 34s |
| /parquet/url/function/insert into function | OK | 5m 49s |
| /parquet/url/engine/select from engine | OK | 1m 42s |
| /parquet/url/function/select from function manual cast types | OK | 6m 56s |
| /parquet/url/function/select from function auto cast types | OK | 4m 48s |
| /parquet/url/engine/engine to file to engine | OK | 10m 43s |
| /parquet/url/engine/insert into engine from file | OK | 10m 28s |
| /parquet/url/engine/engine select output to file | OK | 14m 40s |
| /parquet/mysql | OK | 13s 719ms |
| /parquet/mysql/compression type | OK | 13s 717ms |
| /parquet/mysql/compression type/=NONE | OK | 13s 343ms |
| /parquet/mysql/compression type/=NONE /mysql engine to parquet file to mysql engine | OK | 7s 428ms |
| /parquet/mysql/compression type/=GZIP | OK | 13s 703ms |
| /parquet/mysql/compression type/=GZIP /mysql engine to parquet file to mysql engine | OK | 7s 741ms |
| /parquet/mysql/compression type/=LZ4 | OK | 13s 692ms |
| /parquet/mysql/compression type/=LZ4 /mysql engine to parquet file to mysql engine | OK | 7s 715ms |
| /parquet/mysql/compression type/=NONE /mysql function to parquet file to mysql function | OK | 5s 912ms |
| /parquet/mysql/compression type/=LZ4 /mysql function to parquet file to mysql function | OK | 5s 975ms |
| /parquet/mysql/compression type/=GZIP /mysql function to parquet file to mysql function | OK | 5s 960ms |
| /parquet/postgresql | OK | 8s 776ms |
| /parquet/postgresql/compression type | OK | 8s 775ms |
| /parquet/postgresql/compression type/=NONE | OK | 8s 746ms |
| /parquet/postgresql/compression type/=NONE /postgresql function to parquet file to postgresql function | OK | 8s 745ms |
| /parquet/postgresql/compression type/=GZIP | OK | 8s 766ms |
| /parquet/postgresql/compression type/=GZIP /postgresql function to parquet file to postgresql function | OK | 8s 765ms |
| /parquet/postgresql/compression type/=LZ4 | OK | 8s 646ms |
| /parquet/postgresql/compression type/=LZ4 /postgresql function to parquet file to postgresql function | OK | 8s 623ms |
| /parquet/remote | OK | 5m 36s |
| /parquet/remote/compression type | OK | 5m 36s |
| /parquet/remote/compression type/=NONE | OK | 5m 36s |
| /parquet/remote/compression type/=NONE /outline | OK | 5m 36s |
| /parquet/remote/compression type/=NONE /outline/insert into function | OK | 1m 53s |
| /parquet/remote/compression type/=GZIP | OK | 5m 35s |
| /parquet/remote/compression type/=GZIP /outline | OK | 5m 35s |
| /parquet/remote/compression type/=GZIP /outline/insert into function | OK | 1m 53s |
| /parquet/remote/compression type/=LZ4 | OK | 5m 36s |
| /parquet/remote/compression type/=LZ4 /outline | OK | 5m 36s |
| /parquet/remote/compression type/=LZ4 /outline/insert into function | OK | 1m 53s |
| /parquet/remote/compression type/=GZIP /outline/select from function | OK | 3m 42s |
| /parquet/remote/compression type/=LZ4 /outline/select from function | OK | 3m 43s |
| /parquet/remote/compression type/=NONE /outline/select from function | OK | 3m 43s |
| /parquet/chunked array | XFail | 18s 346ms |
| /parquet/broken | OK | 18ms |
| /parquet/broken/file | Skip | 1ms |
| /parquet/broken/read broken bigint | Skip | 1ms |
| /parquet/broken/read broken date | Skip | 975us |
| /parquet/broken/read broken int | Skip | 938us |
| /parquet/broken/read broken smallint | Skip | 916us |
| /parquet/broken/read broken timestamp ms | Skip | 883us |
| /parquet/broken/read broken timestamp us | Skip | 891us |
| /parquet/broken/read broken tinyint | Skip | 861us |
| /parquet/broken/read broken ubigint | Skip | 1ms |
| /parquet/broken/read broken uint | Skip | 1ms |
| /parquet/broken/read broken usmallint | Skip | 872us |
| /parquet/broken/read broken utinyint | Skip | 835us |
| /parquet/broken/string | Skip | 889us |
| /parquet/encoding | OK | 10s 724ms |
| /parquet/encoding/deltabytearray1 | OK | 2s 69ms |
| /parquet/encoding/deltabytearray2 | OK | 1s 489ms |
| /parquet/encoding/deltalengthbytearray | OK | 1s 518ms |
| /parquet/encoding/dictionary | OK | 1s 379ms |
| /parquet/encoding/plain | OK | 1s 325ms |
| /parquet/encoding/plainrlesnappy | OK | 1s 495ms |
| /parquet/encoding/rleboolean | OK | 1s 442ms |
| /parquet/compression | OK | 30s 612ms |
| /parquet/compression/arrow snappy | OK | 1s 393ms |
| /parquet/compression/brotli | OK | 1s 520ms |
| /parquet/compression/gzippages | OK | 3s 34ms |
| /parquet/compression/largegzip | OK | 1s 483ms |
| /parquet/compression/lz4 hadoop | OK | 1s 417ms |
| /parquet/compression/lz4 hadoop large | OK | 1s 415ms |
| /parquet/compression/lz4 non hadoop | OK | 1s 405ms |
| /parquet/compression/lz4 raw | OK | 1s 439ms |
| /parquet/compression/lz4 raw large | OK | 1s 438ms |
| /parquet/compression/lz4pages | OK | 2s 928ms |
| /parquet/compression/nonepages | OK | 2s 930ms |
| /parquet/compression/snappypages | OK | 2s 885ms |
| /parquet/compression/snappyplain | OK | 1s 382ms |
| /parquet/compression/snappyrle | OK | 1s 526ms |
| /parquet/compression/zstd | OK | 1s 422ms |
| /parquet/compression/zstdpages | OK | 2s 976ms |
| /parquet/datatypes | OK | 1m 50s |
| /parquet/datatypes/arrowtimestamp | OK | 1s 322ms |
| /parquet/datatypes/arrowtimestampms | OK | 1s 353ms |
| /parquet/datatypes/binary | OK | 1s 402ms |
| /parquet/datatypes/binary string | OK | 1s 352ms |
| /parquet/datatypes/blob | OK | 1s 478ms |
| /parquet/datatypes/boolean | OK | 1s 488ms |
| /parquet/datatypes/byte array | OK | 1s 559ms |
| /parquet/datatypes/columnname | OK | 1s 418ms |
| /parquet/datatypes/columnwithnull | OK | 1s 386ms |
| /parquet/datatypes/columnwithnull2 | OK | 1s 425ms |
| /parquet/datatypes/date | OK | 1s 560ms |
| /parquet/datatypes/decimal with filter | OK | 1s 627ms |
| /parquet/datatypes/decimalvariousfilters | OK | 1s 396ms |
| /parquet/datatypes/decimalwithfilter2 | OK | 1s 370ms |
| /parquet/datatypes/enum | OK | 1s 442ms |
| /parquet/datatypes/enum2 | OK | 1s 483ms |
| /parquet/datatypes/fixed length decimal | OK | 1s 469ms |
| /parquet/datatypes/fixed length decimal legacy | OK | 1s 428ms |
| /parquet/datatypes/fixedstring | OK | 1s 360ms |
| /parquet/datatypes/float16 | XFail | 429ms |
| /parquet/datatypes/h2oai | OK | 1s 520ms |
| /parquet/datatypes/hive | OK | 2s 775ms |
| /parquet/datatypes/int32 | OK | 1s 430ms |
| /parquet/datatypes/int32 decimal | OK | 1s 487ms |
| /parquet/datatypes/int64 | OK | 1s 422ms |
| /parquet/datatypes/int64 decimal | OK | 1s 414ms |
| /parquet/datatypes/json | OK | 1s 464ms |
| /parquet/datatypes/large string map | XFail | 23s 345ms |
| /parquet/datatypes/largedouble | OK | 1s 485ms |
| /parquet/datatypes/manydatatypes | OK | 1s 287ms |
| /parquet/datatypes/manydatatypes2 | OK | 1s 404ms |
| /parquet/datatypes/maps | OK | 1s 470ms |
| /parquet/datatypes/nameswithemoji | OK | 1s 653ms |
| /parquet/datatypes/nandouble | OK | 1s 527ms |
| /parquet/datatypes/negativeint64 | OK | 1s 336ms |
| /parquet/datatypes/nullbyte | OK | 1s 473ms |
| /parquet/datatypes/nullbytemultiple | OK | 1s 517ms |
| /parquet/datatypes/nullsinid | OK | 1s 548ms |
| /parquet/datatypes/pandasdecimal | OK | 1s 455ms |
| /parquet/datatypes/pandasdecimaldate | OK | 1s 387ms |
| /parquet/datatypes/parquetgo | OK | 1s 433ms |
| /parquet/datatypes/selectdatewithfilter | OK | 7s 428ms |
| /parquet/datatypes/singlenull | OK | 1s 397ms |
| /parquet/datatypes/sparkv21 | OK | 1s 404ms |
| /parquet/datatypes/sparkv22 | OK | 1s 504ms |
| /parquet/datatypes/statdecimal | OK | 1s 443ms |
| /parquet/datatypes/string | OK | 1s 562ms |
| /parquet/datatypes/string int list inconsistent offset multiple batches | OK | 3s 35ms |
| /parquet/datatypes/stringtypes | OK | 1s 337ms |
| /parquet/datatypes/struct | OK | 1s 518ms |
| /parquet/datatypes/supporteduuid | OK | 1s 469ms |
| /parquet/datatypes/timestamp1 | OK | 1s 416ms |
| /parquet/datatypes/timestamp2 | OK | 1s 382ms |
| /parquet/datatypes/timezone | OK | 1s 245ms |
| /parquet/datatypes/unsigned | OK | 2s 828ms |
| /parquet/datatypes/unsupportednull | OK | 300ms |
| /parquet/complex | OK | 30s 269ms |
| /parquet/complex/arraystring | OK | 1s 405ms |
| /parquet/complex/big tuple with nulls | OK | 1s 458ms |
| /parquet/complex/bytearraydictionary | OK | 1s 665ms |
| /parquet/complex/complex null | OK | 1s 461ms |
| /parquet/complex/lagemap | OK | 1s 475ms |
| /parquet/complex/largenestedarray | OK | 1s 560ms |
| /parquet/complex/largestruct | OK | 1s 438ms |
| /parquet/complex/largestruct2 | OK | 1s 694ms |
| /parquet/complex/largestruct3 | OK | 1s 487ms |
| /parquet/complex/list | OK | 1s 482ms |
| /parquet/complex/nested array | OK | 1s 460ms |
| /parquet/complex/nested map | OK | 1s 393ms |
| /parquet/complex/nestedallcomplex | OK | 1s 656ms |
| /parquet/complex/nestedarray2 | OK | 1s 448ms |
| /parquet/complex/nestedstruct | OK | 1s 532ms |
| /parquet/complex/nestedstruct2 | OK | 1s 617ms |
| /parquet/complex/nestedstruct3 | OK | 1s 558ms |
| /parquet/complex/nestedstruct4 | OK | 1s 680ms |
| /parquet/complex/tupleofnulls | OK | 1s 391ms |
| /parquet/complex/tuplewithdatetime | OK | 1s 390ms |
| /parquet/cache | OK | 2s 927ms |
| /parquet/cache/cache1 | OK | 1s 493ms |
| /parquet/cache/cache2 | OK | 1s 431ms |
| /parquet/glob | OK | 45s 497ms |
| /parquet/glob/fastparquet globs | OK | 1s 9ms |
| /parquet/glob/glob1 | OK | 1s 845ms |
| /parquet/glob/glob2 | OK | 2s 346ms |
| /parquet/glob/glob with multiple elements | OK | 410ms |
| /parquet/glob/million extensions | OK | 39s 883ms |
| /parquet/rowgroups | OK | 2s 970ms |
| /parquet/rowgroups/manyrowgroups | OK | 1s 512ms |
| /parquet/rowgroups/manyrowgroups2 | OK | 1s 456ms |
| /parquet/encrypted | Skip | 1ms |
| /parquet/fastparquet | OK | 8ms |
| /parquet/fastparquet/airlines | Skip | 1ms |
| /parquet/fastparquet/baz | Skip | 949us |
| /parquet/fastparquet/empty date | Skip | 1ms |
| /parquet/fastparquet/evo | Skip | 852us |
| /parquet/fastparquet/fastparquet | Skip | 822us |
| /parquet/read and write | OK | 20m 59s |
| /parquet/read and write/read and write parquet file | OK | 20m 59s |
| /parquet/column related errors | OK | 921ms |
| /parquet/column related errors/check error with 500 columns | OK | 920ms |
| /parquet/multi chunk upload | Skip | 1ms |
Generated by TestFlows Open-Source Test Framework v2.0.250110.1002922