Copyright 2026, Altinity Inc.. All Rights Reserved. All information contained herein is, and remains the property of Altinity Inc.. Any dissemination of this information or reproduction of this material is strictly forbidden unless prior written permission is obtained from Altinity Inc..
| Date | Jul 24, 2026 11:02 |
| Duration | 46m 0s |
| Framework | TestFlows 2.0.250110.1002922 |
Test artifacts can be found at https://altinity-build-artifacts.s3.amazonaws.com/index.html#REFs/v24.8.14.10547.altinitystable/37575e6fd5f933741c6411cd77e729c6a25ebd2e/regression/
| project | Altinity/ClickHouse |
| project.id | 159717931 |
| package | https://s3.amazonaws.com/altinity-build-artifacts/24.8/37575e6fd5f933741c6411cd77e729c6a25ebd2e/package_aarch64/clickhouse-common-static_24.8.14.10547.altinitytest_arm64.deb |
| version | 24.8.14.10547.altinitytest |
| user.name | zvonand |
| repository | https://github.com/Altinity/clickhouse-regression |
| commit.hash | 4d525637d2f2b663511096026f26fbf5220aa19c |
| job.name | parquet_minio |
| job.retry | 1 |
| job.url | https://github.com/Altinity/ClickHouse/actions/runs/30082303721 |
| arch | aarch64 |
| local | True |
| clickhouse_version | None |
| clickhouse_path | https://s3.amazonaws.com/altinity-build-artifacts/24.8/37575e6fd5f933741c6411cd77e729c6a25ebd2e/package_aarch64/clickhouse-common-static_24.8.14.10547.altinitytest_arm64.deb |
| as_binary | False |
| base_os | None |
| keeper_path | None |
| zookeeper_version | None |
| use_keeper | False |
| stress | False |
| collect_service_logs | True |
| thread_fuzzer | False |
| with_analyzer | True |
| reuse_env | False |
| cicd | True |
| storages | ['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 23s 768ms Not supported | AssertionError
Traceback (most recent call last):
File "/usr/lib/python3.12/threading.py", line 1030, in _bootstrap
self._bootstrap_inner()
File "/usr/lib/python3.12/threading.py", line 1073, in _bootstrap_inner
self.run()
File "/usr/lib/python3.12/threading.py", line 1010, in run
self._target(*self._args, **self._kwargs)
File "/usr/lib/python3.12/concurrent/futures/thread.py", line 58, in run
result = self.fn(*self.args, **self.kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/ubuntu/_work/ClickHouse/ClickHouse/parquet/../parquet/tests/chunked_array.py", line 30, in feature
node.query(
File "/home/ubuntu/_work/ClickHouse/ClickHouse/parquet/../helpers/cluster.py", line 1260, in query
assert False, error(r.output)
^^^^^
AssertionError: Oops! Assertion failed
The following assertion was not satisfied
assert False, error(r.output)
Description
Error on processing query: Code: 33. DB::Exception: Error while reading Parquet data: NotImplemented: Nested data conversions not implemented for chunked array outputs: (in file/uri /var/lib/clickhouse/user_files/chunked_array_test_file.parquet): While executing ParquetBlockInputFormat: While executing File: data for INSERT was parsed from file. (CANNOT_READ_ALL_DATA) (version 24.8.14.10547.altinitytest (altinity build))
(query: INSERT INTO table_bc74efaa_8753_11f1_aa35_1281bba48f75 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 429ms 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_db4721b6_8753_11f1_b84b_1281bba48f75
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 | 46m 0s |
| /parquet/file | OK | 7m 32s |
| /parquet/file/engine | OK | 7m 32s |
| /parquet/file/engine/insert into engine | OK | 4m 22s |
| /parquet/file/function | OK | 4m 49s |
| /parquet/file/engine/select from engine | OK | 1m 58s |
| /parquet/file/function/insert into function manual cast types | OK | 4m 19s |
| /parquet/file/engine/engine to file to engine | OK | 6m 18s |
| /parquet/file/engine/insert into engine from file | OK | 3m 57s |
| /parquet/file/function/insert into function auto cast types | OK | 4m 49s |
| /parquet/file/engine/engine select output to file | OK | 7m 32s |
| /parquet/file/function/select from function manual cast types | OK | 2m 37s |
| /parquet/file/function/date as uint16 | Skip | 14ms |
| /parquet/file/function/select from function auto cast types | OK | 2m 8s |
| /parquet/file/function/date as uint16 multiple dates | Skip | 27ms |
| /parquet/file/function/date as uint16 nullable | Skip | 13ms |
| /parquet/file/function/date as uint16 round trip | Skip | 9ms |
| /parquet/file/function/date as uint16 edge cases | Skip | 3ms |
| /parquet/file/function/date as uint16 with other columns | Skip | 6ms |
| /parquet/query | OK | 12m 27s |
| /parquet/query/compression type | OK | 12m 27s |
| /parquet/query/compression type/=NONE | OK | 12m 18s |
| /parquet/query/compression type/=NONE /insert into memory table from file | OK | 38s 953ms |
| /parquet/query/compression type/=GZIP | OK | 12m 27s |
| /parquet/query/compression type/=GZIP /insert into memory table from file | OK | 39s 215ms |
| /parquet/query/compression type/=LZ4 | OK | 12m 27s |
| /parquet/query/compression type/=LZ4 /insert into memory table from file | OK | 39s 4ms |
| /parquet/query/compression type/=NONE /insert into mergetree table from file | OK | 39s 273ms |
| /parquet/query/compression type/=LZ4 /insert into mergetree table from file | OK | 39s 512ms |
| /parquet/query/compression type/=GZIP /insert into mergetree table from file | OK | 39s 104ms |
| /parquet/query/compression type/=NONE /insert into replicated mergetree table from file | OK | 39s 794ms |
| /parquet/query/compression type/=GZIP /insert into replicated mergetree table from file | OK | 39s 452ms |
| /parquet/query/compression type/=LZ4 /insert into replicated mergetree table from file | OK | 39s 423ms |
| /parquet/query/compression type/=GZIP /insert into distributed table from file | OK | 47s 694ms |
| /parquet/query/compression type/=LZ4 /insert into distributed table from file | OK | 47s 474ms |
| /parquet/query/compression type/=NONE /insert into distributed table from file | OK | 47s 421ms |
| /parquet/query/compression type/=LZ4 /select from memory table into file | OK | 1m 44s |
| /parquet/query/compression type/=NONE /select from memory table into file | OK | 1m 42s |
| /parquet/query/compression type/=GZIP /select from memory table into file | OK | 1m 43s |
| /parquet/query/compression type/=NONE /select from mergetree table into file | OK | 1m 44s |
| /parquet/query/compression type/=GZIP /select from mergetree table into file | OK | 1m 45s |
| /parquet/query/compression type/=LZ4 /select from mergetree table into file | OK | 1m 44s |
| /parquet/query/compression type/=NONE /select from replicated mergetree table into file | OK | 1m 45s |
| /parquet/query/compression type/=GZIP /select from replicated mergetree table into file | OK | 1m 44s |
| /parquet/query/compression type/=LZ4 /select from replicated mergetree table into file | OK | 1m 45s |
| /parquet/query/compression type/=NONE /select from distributed table into file | OK | 2m 9s |
| /parquet/query/compression type/=GZIP /select from distributed table into file | OK | 2m 11s |
| /parquet/query/compression type/=LZ4 /select from distributed table into file | OK | 2m 10s |
| /parquet/query/compression type/=NONE /select from mat view into file | OK | 1m 41s |
| /parquet/query/compression type/=GZIP /select from mat view into file | OK | 1m 48s |
| /parquet/query/compression type/=LZ4 /select from mat view into file | OK | 1m 48s |
| /parquet/query/compression type/=NONE /insert into table with projection from file | OK | 28s 848ms |
| /parquet/query/compression type/=LZ4 /insert into table with projection from file | OK | 29s 441ms |
| /parquet/query/compression type/=GZIP /insert into table with projection from file | OK | 29s 161ms |
| /parquet/list in multiple chunks | OK | 8s 880ms |
| /parquet/url | OK | 7m 48s |
| /parquet/url/engine | OK | 7m 16s |
| /parquet/url/engine/insert into engine | OK | 4m 3s |
| /parquet/url/function | OK | 4m 16s |
| /parquet/url/function/insert into function | OK | 3m 15s |
| /parquet/url/function/select from function manual cast types | OK | 4m 16s |
| /parquet/url/engine/select from engine | OK | 1m 9s |
| /parquet/url/engine/engine to file to engine | OK | 5m 57s |
| /parquet/url/function/select from function auto cast types | OK | 3m 14s |
| /parquet/url/engine/insert into engine from file | OK | 5m 51s |
| /parquet/url/engine/engine select output to file | OK | 7m 16s |
| /parquet/mysql | OK | 6s 193ms |
| /parquet/mysql/compression type | OK | 6s 192ms |
| /parquet/mysql/compression type/=NONE | OK | 6s 191ms |
| /parquet/mysql/compression type/=NONE /mysql engine to parquet file to mysql engine | OK | 3s 544ms |
| /parquet/mysql/compression type/=GZIP | OK | 5s 976ms |
| /parquet/mysql/compression type/=GZIP /mysql engine to parquet file to mysql engine | OK | 3s 407ms |
| /parquet/mysql/compression type/=LZ4 | OK | 6s 185ms |
| /parquet/mysql/compression type/=LZ4 /mysql engine to parquet file to mysql engine | OK | 3s 517ms |
| /parquet/mysql/compression type/=GZIP /mysql function to parquet file to mysql function | OK | 2s 568ms |
| /parquet/mysql/compression type/=LZ4 /mysql function to parquet file to mysql function | OK | 2s 667ms |
| /parquet/mysql/compression type/=NONE /mysql function to parquet file to mysql function | OK | 2s 646ms |
| /parquet/postgresql | OK | 3s 980ms |
| /parquet/postgresql/compression type | OK | 3s 979ms |
| /parquet/postgresql/compression type/=NONE | OK | 3s 978ms |
| /parquet/postgresql/compression type/=NONE /postgresql function to parquet file to postgresql function | OK | 3s 977ms |
| /parquet/postgresql/compression type/=GZIP | OK | 3s 872ms |
| /parquet/postgresql/compression type/=GZIP /postgresql function to parquet file to postgresql function | OK | 3s 872ms |
| /parquet/postgresql/compression type/=LZ4 | OK | 3s 974ms |
| /parquet/postgresql/compression type/=LZ4 /postgresql function to parquet file to postgresql function | OK | 3s 973ms |
| /parquet/remote | OK | 2m 31s |
| /parquet/remote/compression type | OK | 2m 31s |
| /parquet/remote/compression type/=NONE | OK | 2m 31s |
| /parquet/remote/compression type/=NONE /outline | OK | 2m 31s |
| /parquet/remote/compression type/=NONE /outline/insert into function | OK | 48s 675ms |
| /parquet/remote/compression type/=GZIP | OK | 2m 30s |
| /parquet/remote/compression type/=GZIP /outline | OK | 2m 30s |
| /parquet/remote/compression type/=GZIP /outline/insert into function | OK | 48s 498ms |
| /parquet/remote/compression type/=LZ4 | OK | 2m 31s |
| /parquet/remote/compression type/=LZ4 /outline | OK | 2m 31s |
| /parquet/remote/compression type/=LZ4 /outline/insert into function | OK | 48s 919ms |
| /parquet/remote/compression type/=GZIP /outline/select from function | OK | 1m 41s |
| /parquet/remote/compression type/=NONE /outline/select from function | OK | 1m 42s |
| /parquet/remote/compression type/=LZ4 /outline/select from function | OK | 1m 42s |
| /parquet/chunked array | XFail | 23s 768ms |
| /parquet/broken | OK | 10ms |
| /parquet/broken/file | Skip | 739us |
| /parquet/broken/read broken bigint | Skip | 562us |
| /parquet/broken/read broken date | Skip | 528us |
| /parquet/broken/read broken int | Skip | 658us |
| /parquet/broken/read broken smallint | Skip | 516us |
| /parquet/broken/read broken timestamp ms | Skip | 515us |
| /parquet/broken/read broken timestamp us | Skip | 497us |
| /parquet/broken/read broken tinyint | Skip | 515us |
| /parquet/broken/read broken ubigint | Skip | 553us |
| /parquet/broken/read broken uint | Skip | 500us |
| /parquet/broken/read broken usmallint | Skip | 496us |
| /parquet/broken/read broken utinyint | Skip | 510us |
| /parquet/broken/string | Skip | 656us |
| /parquet/encoding | OK | 3s 916ms |
| /parquet/encoding/deltabytearray1 | OK | 851ms |
| /parquet/encoding/deltabytearray2 | OK | 508ms |
| /parquet/encoding/deltalengthbytearray | OK | 490ms |
| /parquet/encoding/dictionary | OK | 479ms |
| /parquet/encoding/plain | OK | 479ms |
| /parquet/encoding/plainrlesnappy | OK | 553ms |
| /parquet/encoding/rleboolean | OK | 551ms |
| /parquet/compression | OK | 10s 476ms |
| /parquet/compression/arrow snappy | OK | 498ms |
| /parquet/compression/brotli | OK | 495ms |
| /parquet/compression/gzippages | OK | 1s 0ms |
| /parquet/compression/largegzip | OK | 507ms |
| /parquet/compression/lz4 hadoop | OK | 487ms |
| /parquet/compression/lz4 hadoop large | OK | 503ms |
| /parquet/compression/lz4 non hadoop | OK | 496ms |
| /parquet/compression/lz4 raw | OK | 489ms |
| /parquet/compression/lz4 raw large | OK | 499ms |
| /parquet/compression/lz4pages | OK | 995ms |
| /parquet/compression/nonepages | OK | 992ms |
| /parquet/compression/snappypages | OK | 1s 4ms |
| /parquet/compression/snappyplain | OK | 489ms |
| /parquet/compression/snappyrle | OK | 514ms |
| /parquet/compression/zstd | OK | 500ms |
| /parquet/compression/zstdpages | OK | 998ms |
| /parquet/datatypes | OK | 38s 16ms |
| /parquet/datatypes/arrowtimestamp | OK | 474ms |
| /parquet/datatypes/arrowtimestampms | OK | 460ms |
| /parquet/datatypes/binary | OK | 555ms |
| /parquet/datatypes/binary string | OK | 498ms |
| /parquet/datatypes/blob | OK | 496ms |
| /parquet/datatypes/boolean | OK | 498ms |
| /parquet/datatypes/byte array | OK | 493ms |
| /parquet/datatypes/columnname | OK | 492ms |
| /parquet/datatypes/columnwithnull | OK | 511ms |
| /parquet/datatypes/columnwithnull2 | OK | 492ms |
| /parquet/datatypes/date | OK | 500ms |
| /parquet/datatypes/decimal with filter | OK | 505ms |
| /parquet/datatypes/decimalvariousfilters | OK | 501ms |
| /parquet/datatypes/decimalwithfilter2 | OK | 501ms |
| /parquet/datatypes/enum | OK | 524ms |
| /parquet/datatypes/enum2 | OK | 503ms |
| /parquet/datatypes/fixed length decimal | OK | 514ms |
| /parquet/datatypes/fixed length decimal legacy | OK | 502ms |
| /parquet/datatypes/fixedstring | OK | 505ms |
| /parquet/datatypes/float16 | Skip | 656us |
| /parquet/datatypes/h2oai | OK | 506ms |
| /parquet/datatypes/hive | OK | 1s 7ms |
| /parquet/datatypes/int32 | OK | 501ms |
| /parquet/datatypes/int32 decimal | OK | 495ms |
| /parquet/datatypes/int64 | OK | 495ms |
| /parquet/datatypes/int64 decimal | OK | 495ms |
| /parquet/datatypes/json | OK | 495ms |
| /parquet/datatypes/large string map | XFail | 5s 429ms |
| /parquet/datatypes/largedouble | OK | 568ms |
| /parquet/datatypes/manydatatypes | OK | 460ms |
| /parquet/datatypes/manydatatypes2 | OK | 518ms |
| /parquet/datatypes/maps | OK | 491ms |
| /parquet/datatypes/nameswithemoji | OK | 517ms |
| /parquet/datatypes/nandouble | OK | 508ms |
| /parquet/datatypes/negativeint64 | OK | 472ms |
| /parquet/datatypes/nullbyte | OK | 511ms |
| /parquet/datatypes/nullbytemultiple | OK | 494ms |
| /parquet/datatypes/nullsinid | OK | 498ms |
| /parquet/datatypes/pandasdecimal | OK | 501ms |
| /parquet/datatypes/pandasdecimaldate | OK | 497ms |
| /parquet/datatypes/parquetgo | OK | 505ms |
| /parquet/datatypes/selectdatewithfilter | OK | 3s 181ms |
| /parquet/datatypes/singlenull | OK | 508ms |
| /parquet/datatypes/sparkv21 | OK | 522ms |
| /parquet/datatypes/sparkv22 | OK | 517ms |
| /parquet/datatypes/statdecimal | OK | 499ms |
| /parquet/datatypes/string | OK | 498ms |
| /parquet/datatypes/string int list inconsistent offset multiple batches | OK | 2s 773ms |
| /parquet/datatypes/stringtypes | OK | 476ms |
| /parquet/datatypes/struct | OK | 493ms |
| /parquet/datatypes/supporteduuid | OK | 512ms |
| /parquet/datatypes/timestamp1 | OK | 463ms |
| /parquet/datatypes/timestamp2 | OK | 475ms |
| /parquet/datatypes/timezone | OK | 455ms |
| /parquet/datatypes/unsigned | OK | 1s 29ms |
| /parquet/datatypes/unsupportednull | OK | 92ms |
| /parquet/complex | OK | 10s 229ms |
| /parquet/complex/arraystring | OK | 504ms |
| /parquet/complex/big tuple with nulls | OK | 507ms |
| /parquet/complex/bytearraydictionary | OK | 517ms |
| /parquet/complex/complex null | OK | 512ms |
| /parquet/complex/lagemap | OK | 496ms |
| /parquet/complex/largenestedarray | OK | 513ms |
| /parquet/complex/largestruct | OK | 488ms |
| /parquet/complex/largestruct2 | OK | 628ms |
| /parquet/complex/largestruct3 | OK | 482ms |
| /parquet/complex/list | OK | 497ms |
| /parquet/complex/nested array | OK | 498ms |
| /parquet/complex/nested map | OK | 494ms |
| /parquet/complex/nestedallcomplex | OK | 556ms |
| /parquet/complex/nestedarray2 | OK | 506ms |
| /parquet/complex/nestedstruct | OK | 498ms |
| /parquet/complex/nestedstruct2 | OK | 496ms |
| /parquet/complex/nestedstruct3 | OK | 492ms |
| /parquet/complex/nestedstruct4 | OK | 567ms |
| /parquet/complex/tupleofnulls | OK | 511ms |
| /parquet/complex/tuplewithdatetime | OK | 453ms |
| /parquet/cache | OK | 1s 4ms |
| /parquet/cache/cache1 | OK | 514ms |
| /parquet/cache/cache2 | OK | 489ms |
| /parquet/glob | OK | 13s 243ms |
| /parquet/glob/fastparquet globs | OK | 394ms |
| /parquet/glob/glob1 | OK | 584ms |
| /parquet/glob/glob2 | OK | 627ms |
| /parquet/glob/glob with multiple elements | OK | 127ms |
| /parquet/glob/million extensions | OK | 11s 509ms |
| /parquet/rowgroups | OK | 1s 35ms |
| /parquet/rowgroups/manyrowgroups | OK | 525ms |
| /parquet/rowgroups/manyrowgroups2 | OK | 509ms |
| /parquet/encrypted | Skip | 660us |
| /parquet/fastparquet | OK | 4ms |
| /parquet/fastparquet/airlines | Skip | 545us |
| /parquet/fastparquet/baz | Skip | 680us |
| /parquet/fastparquet/empty date | Skip | 491us |
| /parquet/fastparquet/evo | Skip | 484us |
| /parquet/fastparquet/fastparquet | Skip | 471us |
| /parquet/read and write | OK | 5m 31s |
| /parquet/read and write/read and write parquet file | OK | 5m 31s |
| /parquet/column related errors | OK | 311ms |
| /parquet/column related errors/check error with 500 columns | OK | 311ms |
| /parquet/multi chunk upload | Skip | 739us |
| /parquet/minio | OK | 4m 40s |
| /parquet/minio/s3 | OK | 4m 40s |
| /parquet/minio/s3/compression type | OK | 4m 0s |
| /parquet/minio/s3/compression type/=NONE | OK | 4m 0s |
| /parquet/minio/s3/compression type/=NONE /outline | OK | 4m 0s |
| /parquet/minio/s3/compression type/=NONE /outline/function | OK | 4m 0s |
| /parquet/minio/s3/compression type/=GZIP | OK | 3m 58s |
| /parquet/minio/s3/compression type/=GZIP /outline | OK | 3m 58s |
| /parquet/minio/s3/compression type/=GZIP /outline/function | OK | 3m 58s |
| /parquet/minio/s3/compression type/=NONE /outline/function/insert into function | OK | 3m 45s |
| /parquet/minio/s3/compression type/=LZ4 | OK | 3m 59s |
| /parquet/minio/s3/compression type/=LZ4 /outline | OK | 3m 59s |
| /parquet/minio/s3/compression type/=LZ4 /outline/function | OK | 3m 59s |
| /parquet/minio/s3/compression type/=GZIP /outline/function/insert into function | OK | 3m 44s |
| /parquet/minio/s3/compression type/=NONE /outline/function/select from function manual cast types | OK | 4m 0s |
| /parquet/minio/s3/compression type/=LZ4 /outline/function/insert into function | OK | 3m 44s |
| /parquet/minio/s3/compression type/=GZIP /outline/function/select from function manual cast types | OK | 3m 58s |
| /parquet/minio/s3/compression type/=LZ4 /outline/function/select from function manual cast types | OK | 3m 59s |
| /parquet/minio/s3/compression type/=GZIP /outline/function/select from function auto cast types | OK | 3m 41s |
| /parquet/minio/s3/compression type/=NONE /outline/function/select from function auto cast types | OK | 3m 42s |
| /parquet/minio/s3/compression type/=LZ4 /outline/function/select from function auto cast types | OK | 3m 39s |
Generated by TestFlows Open-Source Test Framework v2.0.250110.1002922