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 16, 2026 2:52 |
| Duration | 48m 11s |
| Framework | TestFlows 2.0.250110.1002922 |
Test artifacts can be found at https://altinity-build-artifacts.s3.amazonaws.com/index.html#PRs/2041/b7a20ee4a71b868cd00fb8aa01782121dd76f442/regression/
| project | Altinity/ClickHouse |
| project.id | 159717931 |
| package | https://s3.amazonaws.com/altinity-build-artifacts/PRs/2041/b7a20ee4a71b868cd00fb8aa01782121dd76f442/package_aarch64/clickhouse-common-static_24.8.14.10546.altinitytest_arm64.deb |
| version | 24.8.14.10546.altinitytest |
| user.name | strtgbb |
| repository | https://github.com/Altinity/clickhouse-regression |
| commit.hash | 5bdf798b5c4abdd8adc07a39ce6a1002332750c7 |
| job.name | parquet_minio |
| job.retry | 2 |
| job.url | https://github.com/Altinity/ClickHouse/actions/runs/29420310931 |
| arch | aarch64 |
| local | True |
| clickhouse_version | None |
| clickhouse_path | https://s3.amazonaws.com/altinity-build-artifacts/PRs/2041/b7a20ee4a71b868cd00fb8aa01782121dd76f442/package_aarch64/clickhouse-common-static_24.8.14.10546.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 | 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') |
| 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 45s 698ms 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.10546.altinitytest (altinity build))
(query: INSERT INTO table_2405942c_80c6_11f1_8a21_129e8e90a9f5 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 5s 569ms 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_50cb86cb_80c6_11f1_bdaf_129e8e90a9f5
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 | 48m 11s |
| /parquet/file | OK | 7m 57s |
| /parquet/file/engine | OK | 7m 57s |
| /parquet/file/function | OK | 5m 6s |
| /parquet/file/engine/insert into engine | OK | 4m 41s |
| /parquet/file/engine/select from engine | OK | 2m 3s |
| /parquet/file/function/insert into function manual cast types | OK | 4m 37s |
| /parquet/file/function/insert into function auto cast types | OK | 5m 6s |
| /parquet/file/engine/engine to file to engine | OK | 6m 41s |
| /parquet/file/function/select from function manual cast types | OK | 2m 47s |
| /parquet/file/engine/insert into engine from file | OK | 4m 14s |
| /parquet/file/engine/engine select output to file | OK | 7m 57s |
| /parquet/file/function/select from function auto cast types | OK | 2m 19s |
| /parquet/file/function/date as uint16 | Skip | 1ms |
| /parquet/file/function/date as uint16 multiple dates | Skip | 36ms |
| /parquet/file/function/date as uint16 nullable | Skip | 966us |
| /parquet/file/function/date as uint16 round trip | Skip | 1ms |
| /parquet/file/function/date as uint16 edge cases | Skip | 873us |
| /parquet/file/function/date as uint16 with other columns | Skip | 4ms |
| /parquet/query | OK | 12m 47s |
| /parquet/query/compression type | OK | 12m 47s |
| /parquet/query/compression type/=NONE | OK | 12m 47s |
| /parquet/query/compression type/=NONE /insert into memory table from file | OK | 41s 644ms |
| /parquet/query/compression type/=GZIP | OK | 12m 41s |
| /parquet/query/compression type/=GZIP /insert into memory table from file | OK | 41s 325ms |
| /parquet/query/compression type/=LZ4 | OK | 12m 46s |
| /parquet/query/compression type/=LZ4 /insert into memory table from file | OK | 41s 670ms |
| /parquet/query/compression type/=GZIP /insert into mergetree table from file | OK | 41s 267ms |
| /parquet/query/compression type/=NONE /insert into mergetree table from file | OK | 41s 355ms |
| /parquet/query/compression type/=LZ4 /insert into mergetree table from file | OK | 41s 269ms |
| /parquet/query/compression type/=GZIP /insert into replicated mergetree table from file | OK | 40s 188ms |
| /parquet/query/compression type/=LZ4 /insert into replicated mergetree table from file | OK | 40s 636ms |
| /parquet/query/compression type/=NONE /insert into replicated mergetree table from file | OK | 40s 363ms |
| /parquet/query/compression type/=GZIP /insert into distributed table from file | OK | 49s 619ms |
| /parquet/query/compression type/=NONE /insert into distributed table from file | OK | 50s 346ms |
| /parquet/query/compression type/=LZ4 /insert into distributed table from file | OK | 50s 112ms |
| /parquet/query/compression type/=GZIP /select from memory table into file | OK | 1m 44s |
| /parquet/query/compression type/=LZ4 /select from memory table into file | OK | 1m 45s |
| /parquet/query/compression type/=NONE /select from memory table into file | OK | 1m 45s |
| /parquet/query/compression type/=GZIP /select from mergetree table into file | OK | 1m 46s |
| /parquet/query/compression type/=NONE /select from mergetree table into file | OK | 1m 46s |
| /parquet/query/compression type/=LZ4 /select from mergetree table into file | OK | 1m 46s |
| /parquet/query/compression type/=GZIP /select from replicated mergetree table into file | OK | 1m 46s |
| /parquet/query/compression type/=NONE /select from replicated mergetree table into file | OK | 1m 47s |
| /parquet/query/compression type/=LZ4 /select from replicated mergetree table into file | OK | 1m 46s |
| /parquet/query/compression type/=GZIP /select from distributed table into file | OK | 2m 13s |
| /parquet/query/compression type/=LZ4 /select from distributed table into file | OK | 2m 12s |
| /parquet/query/compression type/=NONE /select from distributed table into file | OK | 2m 12s |
| /parquet/query/compression type/=GZIP /select from mat view into file | OK | 1m 45s |
| /parquet/query/compression type/=LZ4 /select from mat view into file | OK | 1m 47s |
| /parquet/query/compression type/=NONE /select from mat view into file | OK | 1m 49s |
| /parquet/query/compression type/=GZIP /insert into table with projection from file | OK | 32s 293ms |
| /parquet/query/compression type/=LZ4 /insert into table with projection from file | OK | 33s 603ms |
| /parquet/query/compression type/=NONE /insert into table with projection from file | OK | 31s 604ms |
| /parquet/list in multiple chunks | OK | 9s 292ms |
| /parquet/url | OK | 8m 10s |
| /parquet/url/engine | OK | 7m 37s |
| /parquet/url/engine/insert into engine | OK | 4m 13s |
| /parquet/url/function | OK | 4m 32s |
| /parquet/url/function/insert into function | OK | 3m 21s |
| /parquet/url/engine/select from engine | OK | 1m 16s |
| /parquet/url/function/select from function manual cast types | OK | 4m 32s |
| /parquet/url/engine/engine to file to engine | OK | 6m 15s |
| /parquet/url/engine/insert into engine from file | OK | 6m 8s |
| /parquet/url/function/select from function auto cast types | OK | 3m 23s |
| /parquet/url/engine/engine select output to file | OK | 7m 37s |
| /parquet/mysql | OK | 6s 649ms |
| /parquet/mysql/compression type | OK | 6s 648ms |
| /parquet/mysql/compression type/=NONE | OK | 6s 647ms |
| /parquet/mysql/compression type/=NONE /mysql engine to parquet file to mysql engine | OK | 3s 766ms |
| /parquet/mysql/compression type/=GZIP | OK | 6s 629ms |
| /parquet/mysql/compression type/=GZIP /mysql engine to parquet file to mysql engine | OK | 3s 727ms |
| /parquet/mysql/compression type/=LZ4 | OK | 6s 639ms |
| /parquet/mysql/compression type/=LZ4 /mysql engine to parquet file to mysql engine | OK | 3s 762ms |
| /parquet/mysql/compression type/=GZIP /mysql function to parquet file to mysql function | OK | 2s 901ms |
| /parquet/mysql/compression type/=NONE /mysql function to parquet file to mysql function | OK | 2s 880ms |
| /parquet/mysql/compression type/=LZ4 /mysql function to parquet file to mysql function | OK | 2s 876ms |
| /parquet/postgresql | OK | 4s 167ms |
| /parquet/postgresql/compression type | OK | 4s 167ms |
| /parquet/postgresql/compression type/=NONE | OK | 4s 165ms |
| /parquet/postgresql/compression type/=GZIP | OK | 4s 147ms |
| /parquet/postgresql/compression type/=LZ4 | OK | 4s 161ms |
| /parquet/postgresql/compression type/=NONE /postgresql function to parquet file to postgresql function | OK | 4s 152ms |
| /parquet/postgresql/compression type/=GZIP /postgresql function to parquet file to postgresql function | OK | 4s 132ms |
| /parquet/postgresql/compression type/=LZ4 /postgresql function to parquet file to postgresql function | OK | 4s 146ms |
| /parquet/remote | OK | 2m 40s |
| /parquet/remote/compression type | OK | 2m 40s |
| /parquet/remote/compression type/=NONE | OK | 2m 40s |
| /parquet/remote/compression type/=NONE /outline | OK | 2m 40s |
| /parquet/remote/compression type/=NONE /outline/insert into function | OK | 52s 949ms |
| /parquet/remote/compression type/=GZIP | OK | 2m 38s |
| /parquet/remote/compression type/=GZIP /outline | OK | 2m 38s |
| /parquet/remote/compression type/=GZIP /outline/insert into function | OK | 52s 571ms |
| /parquet/remote/compression type/=LZ4 | OK | 2m 39s |
| /parquet/remote/compression type/=LZ4 /outline | OK | 2m 39s |
| /parquet/remote/compression type/=LZ4 /outline/insert into function | OK | 52s 970ms |
| /parquet/remote/compression type/=GZIP /outline/select from function | OK | 1m 46s |
| /parquet/remote/compression type/=NONE /outline/select from function | OK | 1m 47s |
| /parquet/remote/compression type/=LZ4 /outline/select from function | OK | 1m 46s |
| /parquet/chunked array | XFail | 45s 698ms |
| /parquet/broken | OK | 10ms |
| /parquet/broken/file | Skip | 732us |
| /parquet/broken/read broken bigint | Skip | 582us |
| /parquet/broken/read broken date | Skip | 570us |
| /parquet/broken/read broken int | Skip | 698us |
| /parquet/broken/read broken smallint | Skip | 535us |
| /parquet/broken/read broken timestamp ms | Skip | 546us |
| /parquet/broken/read broken timestamp us | Skip | 518us |
| /parquet/broken/read broken tinyint | Skip | 680us |
| /parquet/broken/read broken ubigint | Skip | 499us |
| /parquet/broken/read broken uint | Skip | 523us |
| /parquet/broken/read broken usmallint | Skip | 509us |
| /parquet/broken/read broken utinyint | Skip | 678us |
| /parquet/broken/string | Skip | 535us |
| /parquet/encoding | OK | 4s 329ms |
| /parquet/encoding/deltabytearray1 | OK | 1s 148ms |
| /parquet/encoding/deltabytearray2 | OK | 529ms |
| /parquet/encoding/deltalengthbytearray | OK | 529ms |
| /parquet/encoding/dictionary | OK | 493ms |
| /parquet/encoding/plain | OK | 496ms |
| /parquet/encoding/plainrlesnappy | OK | 575ms |
| /parquet/encoding/rleboolean | OK | 552ms |
| /parquet/compression | OK | 10s 912ms |
| /parquet/compression/arrow snappy | OK | 504ms |
| /parquet/compression/brotli | OK | 526ms |
| /parquet/compression/gzippages | OK | 1s 49ms |
| /parquet/compression/largegzip | OK | 529ms |
| /parquet/compression/lz4 hadoop | OK | 522ms |
| /parquet/compression/lz4 hadoop large | OK | 519ms |
| /parquet/compression/lz4 non hadoop | OK | 522ms |
| /parquet/compression/lz4 raw | OK | 512ms |
| /parquet/compression/lz4 raw large | OK | 519ms |
| /parquet/compression/lz4pages | OK | 1s 109ms |
| /parquet/compression/nonepages | OK | 1s 21ms |
| /parquet/compression/snappypages | OK | 1s 19ms |
| /parquet/compression/snappyplain | OK | 494ms |
| /parquet/compression/snappyrle | OK | 516ms |
| /parquet/compression/zstd | OK | 519ms |
| /parquet/compression/zstdpages | OK | 1s 23ms |
| /parquet/datatypes | OK | 39s 433ms |
| /parquet/datatypes/arrowtimestamp | OK | 491ms |
| /parquet/datatypes/arrowtimestampms | OK | 480ms |
| /parquet/datatypes/binary | OK | 525ms |
| /parquet/datatypes/binary string | OK | 505ms |
| /parquet/datatypes/blob | OK | 520ms |
| /parquet/datatypes/boolean | OK | 565ms |
| /parquet/datatypes/byte array | OK | 531ms |
| /parquet/datatypes/columnname | OK | 523ms |
| /parquet/datatypes/columnwithnull | OK | 531ms |
| /parquet/datatypes/columnwithnull2 | OK | 525ms |
| /parquet/datatypes/date | OK | 521ms |
| /parquet/datatypes/decimal with filter | OK | 525ms |
| /parquet/datatypes/decimalvariousfilters | OK | 521ms |
| /parquet/datatypes/decimalwithfilter2 | OK | 513ms |
| /parquet/datatypes/enum | OK | 558ms |
| /parquet/datatypes/enum2 | OK | 524ms |
| /parquet/datatypes/fixed length decimal | OK | 517ms |
| /parquet/datatypes/fixed length decimal legacy | OK | 520ms |
| /parquet/datatypes/fixedstring | OK | 529ms |
| /parquet/datatypes/float16 | Skip | 767us |
| /parquet/datatypes/h2oai | OK | 546ms |
| /parquet/datatypes/hive | OK | 1s 78ms |
| /parquet/datatypes/int32 | OK | 524ms |
| /parquet/datatypes/int32 decimal | OK | 515ms |
| /parquet/datatypes/int64 | OK | 522ms |
| /parquet/datatypes/int64 decimal | OK | 512ms |
| /parquet/datatypes/json | OK | 526ms |
| /parquet/datatypes/large string map | XFail | 5s 569ms |
| /parquet/datatypes/largedouble | OK | 590ms |
| /parquet/datatypes/manydatatypes | OK | 537ms |
| /parquet/datatypes/manydatatypes2 | OK | 536ms |
| /parquet/datatypes/maps | OK | 514ms |
| /parquet/datatypes/nameswithemoji | OK | 508ms |
| /parquet/datatypes/nandouble | OK | 530ms |
| /parquet/datatypes/negativeint64 | OK | 486ms |
| /parquet/datatypes/nullbyte | OK | 509ms |
| /parquet/datatypes/nullbytemultiple | OK | 516ms |
| /parquet/datatypes/nullsinid | OK | 522ms |
| /parquet/datatypes/pandasdecimal | OK | 529ms |
| /parquet/datatypes/pandasdecimaldate | OK | 510ms |
| /parquet/datatypes/parquetgo | OK | 515ms |
| /parquet/datatypes/selectdatewithfilter | OK | 3s 184ms |
| /parquet/datatypes/singlenull | OK | 552ms |
| /parquet/datatypes/sparkv21 | OK | 551ms |
| /parquet/datatypes/sparkv22 | OK | 546ms |
| /parquet/datatypes/statdecimal | OK | 524ms |
| /parquet/datatypes/string | OK | 519ms |
| /parquet/datatypes/string int list inconsistent offset multiple batches | OK | 2s 814ms |
| /parquet/datatypes/stringtypes | OK | 505ms |
| /parquet/datatypes/struct | OK | 533ms |
| /parquet/datatypes/supporteduuid | OK | 520ms |
| /parquet/datatypes/timestamp1 | OK | 483ms |
| /parquet/datatypes/timestamp2 | OK | 520ms |
| /parquet/datatypes/timezone | OK | 490ms |
| /parquet/datatypes/unsigned | OK | 1s 35ms |
| /parquet/datatypes/unsupportednull | OK | 102ms |
| /parquet/complex | OK | 10s 791ms |
| /parquet/complex/arraystring | OK | 521ms |
| /parquet/complex/big tuple with nulls | OK | 527ms |
| /parquet/complex/bytearraydictionary | OK | 539ms |
| /parquet/complex/complex null | OK | 538ms |
| /parquet/complex/lagemap | OK | 564ms |
| /parquet/complex/largenestedarray | OK | 543ms |
| /parquet/complex/largestruct | OK | 507ms |
| /parquet/complex/largestruct2 | OK | 673ms |
| /parquet/complex/largestruct3 | OK | 500ms |
| /parquet/complex/list | OK | 526ms |
| /parquet/complex/nested array | OK | 519ms |
| /parquet/complex/nested map | OK | 517ms |
| /parquet/complex/nestedallcomplex | OK | 591ms |
| /parquet/complex/nestedarray2 | OK | 530ms |
| /parquet/complex/nestedstruct | OK | 530ms |
| /parquet/complex/nestedstruct2 | OK | 516ms |
| /parquet/complex/nestedstruct3 | OK | 524ms |
| /parquet/complex/nestedstruct4 | OK | 596ms |
| /parquet/complex/tupleofnulls | OK | 524ms |
| /parquet/complex/tuplewithdatetime | OK | 491ms |
| /parquet/cache | OK | 1s 84ms |
| /parquet/cache/cache1 | OK | 559ms |
| /parquet/cache/cache2 | OK | 524ms |
| /parquet/glob | OK | 14s 918ms |
| /parquet/glob/fastparquet globs | OK | 416ms |
| /parquet/glob/glob1 | OK | 622ms |
| /parquet/glob/glob2 | OK | 636ms |
| /parquet/glob/glob with multiple elements | OK | 129ms |
| /parquet/glob/million extensions | OK | 13s 112ms |
| /parquet/rowgroups | OK | 1s 126ms |
| /parquet/rowgroups/manyrowgroups | OK | 552ms |
| /parquet/rowgroups/manyrowgroups2 | OK | 572ms |
| /parquet/encrypted | Skip | 721us |
| /parquet/fastparquet | OK | 4ms |
| /parquet/fastparquet/airlines | Skip | 858us |
| /parquet/fastparquet/baz | Skip | 551us |
| /parquet/fastparquet/empty date | Skip | 516us |
| /parquet/fastparquet/evo | Skip | 497us |
| /parquet/fastparquet/fastparquet | Skip | 647us |
| /parquet/read and write | OK | 5m 46s |
| /parquet/read and write/read and write parquet file | OK | 5m 46s |
| /parquet/column related errors | OK | 314ms |
| /parquet/column related errors/check error with 500 columns | OK | 314ms |
| /parquet/multi chunk upload | Skip | 752us |
| /parquet/minio | OK | 4m 51s |
| /parquet/minio/s3 | OK | 4m 51s |
| /parquet/minio/s3/compression type | OK | 4m 8s |
| /parquet/minio/s3/compression type/=NONE | OK | 4m 8s |
| /parquet/minio/s3/compression type/=NONE /outline | OK | 4m 8s |
| /parquet/minio/s3/compression type/=NONE /outline/function | OK | 4m 8s |
| /parquet/minio/s3/compression type/=GZIP | OK | 4m 7s |
| /parquet/minio/s3/compression type/=GZIP /outline | OK | 4m 7s |
| /parquet/minio/s3/compression type/=GZIP /outline/function | OK | 4m 7s |
| /parquet/minio/s3/compression type/=NONE /outline/function/insert into function | OK | 3m 52s |
| /parquet/minio/s3/compression type/=LZ4 | OK | 4m 8s |
| /parquet/minio/s3/compression type/=LZ4 /outline | OK | 4m 8s |
| /parquet/minio/s3/compression type/=LZ4 /outline/function | OK | 4m 8s |
| /parquet/minio/s3/compression type/=GZIP /outline/function/insert into function | OK | 3m 53s |
| /parquet/minio/s3/compression type/=LZ4 /outline/function/insert into function | OK | 3m 54s |
| /parquet/minio/s3/compression type/=NONE /outline/function/select from function manual cast types | OK | 4m 8s |
| /parquet/minio/s3/compression type/=GZIP /outline/function/select from function manual cast types | OK | 4m 7s |
| /parquet/minio/s3/compression type/=NONE /outline/function/select from function auto cast types | OK | 3m 44s |
| /parquet/minio/s3/compression type/=GZIP /outline/function/select from function auto cast types | OK | 3m 48s |
| /parquet/minio/s3/compression type/=LZ4 /outline/function/select from function manual cast types | OK | 4m 8s |
| /parquet/minio/s3/compression type/=LZ4 /outline/function/select from function auto cast types | OK | 3m 50s |
Generated by TestFlows Open-Source Test Framework v2.0.250110.1002922