Copyright 2023, 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 | Dec 26, 2023 12:38 |
Duration | 1h 39m |
Framework | TestFlows 2.0.231130.1212236 |
Test artifacts can be found at https://altinity-build-artifacts.s3.amazonaws.com/index.html#/
project | Altinity/ClickHouse |
project.id | 159717931 |
package | https://s3.amazonaws.com/altinity-build-artifacts/23.8/57762a45dd8d7579a37ae9643654cde6896312dc/package_aarch64/clickhouse-common-static_23.8.8.21.altinitystable_arm64.deb |
version | 23.8.8.21.altinitystable |
user.name | Enmk |
repository | https://github.com/Altinity/clickhouse-regression |
commit.hash | 09db6160aac30e37169797b73fac77b4cbca41c6 |
job.id | 7328846900 |
job.url | https://github.com/Altinity/ClickHouse/actions/runs/7328846900 |
arch | aarch64 |
node | clickhouse1 |
local | True |
clickhouse_version | None |
clickhouse_binary_path | https://s3.amazonaws.com/altinity-build-artifacts/23.8/57762a45dd8d7579a37ae9643654cde6896312dc/package_aarch64/clickhouse-common-static_23.8.8.21.altinitystable_arm64.deb |
stress | False |
collect_service_logs | True |
storages | ['minio'] |
minio_uri | http://minio1:9001 |
minio_root_user | minio |
minio_root_password | minio123 |
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 |
Units | Skip | OK | Fail | XFail | |
---|---|---|---|---|---|
Modules | |||||
Suites | |||||
Features | |||||
Scenarios | |||||
Checks | |||||
Examples | |||||
Steps |
Test Name | Result | Message |
---|---|---|
/parquet/chunked array | XFail 15s 35ms Not supported | AssertionError Traceback (most recent call last): File "/usr/lib/python3.10/threading.py", line 973, in _bootstrap self._bootstrap_inner() File "/usr/lib/python3.10/threading.py", line 1016, in _bootstrap_inner self.run() File "/usr/lib/python3.10/threading.py", line 953, in run self._target(*self._args, **self._kwargs) File "/usr/lib/python3.10/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 802, 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::ParsingException: Error while reading Parquet data: NotImplemented: Nested data conversions not implemented for chunked array outputs: While executing ParquetBlockInputFormat: While executing File: data for INSERT was parsed from file. (CANNOT_READ_ALL_DATA) (version 23.8.8.21.altinitystable (altinity build)) (query: INSERT INTO table_edfbd231_a3ef_11ee_89b8_ed77aea851db 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 802 in 'query' 794\| assert message in r.output, error(r.output) 795\| 796\| if not ignore_exception: 797\| if message is None or "Exception:" not in message: 798\| with Then("check if output has exception") if steps else NullStep(): 799\| if "Exception:" in r.output: 800\| if raise_on_exception: 801\| raise QueryRuntimeException(r.output) 802\|> assert False, error(r.output) 803\| 804\| return r 805\| |
/parquet/datatypes/large string map | XFail 6s 745ms Will fail until the, https://github.com/apache/arrow/pull/35825, gets merged. | AssertionError Traceback (most recent call last): File "/usr/lib/python3.10/threading.py", line 973, in _bootstrap self._bootstrap_inner() File "/usr/lib/python3.10/threading.py", line 1016, in _bootstrap_inner self.run() File "/usr/lib/python3.10/threading.py", line 953, in run self._target(*self._args, **self._kwargs) File "/usr/lib/python3.10/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 877, in feature scenario() File "/home/ubuntu/_work/ClickHouse/ClickHouse/parquet/../parquet/tests/datatypes.py", line 762, in large_string_map import_export(snapshot_name="large_string_map_structure", import_file=import_file) File "/home/ubuntu/_work/ClickHouse/ClickHouse/parquet/../parquet/tests/outline.py", line 28, in import_export node.query( File "/home/ubuntu/_work/ClickHouse/ClickHouse/parquet/../helpers/cluster.py", line 802, 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 23.8.8): Code: 33. DB::Exception: Received from localhost:9000. DB::ParsingException. DB::ParsingException: Error while reading Parquet data: NotImplemented: Nested data conversions not implemented for chunked array outputs: While executing ParquetBlockInputFormat: While executing File. (CANNOT_READ_ALL_DATA) (query: CREATE TABLE table_c5d8faee_a3f0_11ee_89b8_ed77aea851db ENGINE = MergeTree ORDER BY tuple() AS SELECT * FROM file('arrow/large_string_map.brotli.parquet', Parquet) LIMIT 100 ) Assertion values assert False, error(r.output) ^ is False Where File '/home/ubuntu/_work/ClickHouse/ClickHouse/parquet/../helpers/cluster.py', line 802 in 'query' 794\| assert message in r.output, error(r.output) 795\| 796\| if not ignore_exception: 797\| if message is None or "Exception:" not in message: 798\| with Then("check if output has exception") if steps else NullStep(): 799\| if "Exception:" in r.output: 800\| if raise_on_exception: 801\| raise QueryRuntimeException(r.output) 802\|> assert False, error(r.output) 803\| 804\| return r 805\| |
Test Name | Result | Duration |
---|---|---|
/parquet | OK | 1h 39m |
/parquet/file | OK | 55m 9s |
/parquet/file/engine | OK | 55m 9s |
/parquet/file/engine/insert into engine | OK | 25m 19s |
/parquet/file/function | OK | 25m 56s |
/parquet/file/function/insert into function manual cast types | OK | 20m 52s |
/parquet/file/engine/select from engine | OK | 11m 42s |
/parquet/file/engine/engine to file to engine | OK | 33m 57s |
/parquet/file/engine/insert into engine from file | OK | 23m 15s |
/parquet/file/function/insert into function auto cast types | OK | 25m 56s |
/parquet/query | OK | 54m 28s |
/parquet/query/compression type | OK | 54m 28s |
/parquet/file/function/select from function manual cast types | OK | 16m 31s |
/parquet/file/engine/engine select output to file | OK | 55m 9s |
/parquet/query/compression type/=NONE | OK | 54m 23s |
/parquet/query/compression type/=GZIP | OK | 54m 28s |
/parquet/file/function/select from function auto cast types | OK | 11m 59s |
/parquet/query/compression type/=NONE /insert into memory table from file | OK | 11m 36s |
/parquet/query/compression type/=LZ4 | OK | 54m 26s |
/parquet/list in multiple chunks | OK | 52s 996ms |
/parquet/query/compression type/=GZIP /insert into memory table from file | OK | 11m 40s |
/parquet/url | OK | 56m 1s |
/parquet/query/compression type/=LZ4 /insert into memory table from file | OK | 11m 41s |
/parquet/url/engine | OK | 55m 12s |
/parquet/url/function | OK | 30m 38s |
/parquet/url/engine/insert into engine | OK | 29m 34s |
/parquet/url/function/insert into function | OK | 20m 45s |
/parquet/url/function/select from function manual cast types | OK | 30m 38s |
/parquet/url/engine/select from engine | OK | 11m 59s |
/parquet/url/function/select from function auto cast types | OK | 19m 8s |
/parquet/url/engine/engine to file to engine | OK | 34m 6s |
/parquet/url/engine/insert into engine from file | OK | 31m 15s |
/parquet/url/engine/engine select output to file | OK | 55m 12s |
/parquet/mysql | OK | 1m 37s |
/parquet/mysql/compression type | OK | 1m 37s |
/parquet/mysql/compression type/=NONE | OK | 1m 35s |
/parquet/mysql/compression type/=NONE /mysql engine to parquet file to mysql engine | OK | 1m 7s |
/parquet/mysql/compression type/=GZIP | OK | 1m 36s |
/parquet/mysql/compression type/=GZIP /mysql engine to parquet file to mysql engine | OK | 1m 8s |
/parquet/mysql/compression type/=LZ4 | OK | 1m 37s |
/parquet/mysql/compression type/=LZ4 /mysql engine to parquet file to mysql engine | OK | 1m 9s |
/parquet/mysql/compression type/=NONE /mysql function to parquet file to mysql function | OK | 27s 331ms |
/parquet/mysql/compression type/=GZIP /mysql function to parquet file to mysql function | OK | 27s 772ms |
/parquet/mysql/compression type/=LZ4 /mysql function to parquet file to mysql function | OK | 27s 980ms |
/parquet/postgresql | OK | 1m 21s |
/parquet/postgresql/compression type | OK | 1m 21s |
/parquet/postgresql/compression type/=NONE | OK | 1m 19s |
/parquet/postgresql/compression type/=GZIP | OK | 1m 20s |
/parquet/postgresql/compression type/=GZIP /postgresql engine to parquet file to postgresql engine | OK | 48s 998ms |
/parquet/postgresql/compression type/=LZ4 | OK | 1m 21s |
/parquet/postgresql/compression type/=LZ4 /postgresql engine to parquet file to postgresql engine | OK | 49s 624ms |
/parquet/postgresql/compression type/=NONE /postgresql engine to parquet file to postgresql engine | OK | 48s 582ms |
/parquet/postgresql/compression type/=NONE /postgresql function to parquet file to postgresql function | OK | 30s 591ms |
/parquet/postgresql/compression type/=GZIP /postgresql function to parquet file to postgresql function | OK | 31s 532ms |
/parquet/postgresql/compression type/=LZ4 /postgresql function to parquet file to postgresql function | OK | 31s 321ms |
/parquet/remote | OK | 25m 10s |
/parquet/remote/compression type | OK | 25m 10s |
/parquet/remote/compression type/=NONE | OK | 25m 10s |
/parquet/remote/compression type/=GZIP | OK | 25m 6s |
/parquet/remote/compression type/=LZ4 | OK | 25m 2s |
/parquet/remote/compression type/=NONE /outline | OK | 25m 10s |
/parquet/remote/compression type/=LZ4 /outline | OK | 25m 2s |
/parquet/remote/compression type/=GZIP /outline | OK | 25m 6s |
/parquet/remote/compression type/=GZIP /outline/insert into function | OK | 10m 46s |
/parquet/remote/compression type/=NONE /outline/insert into function | OK | 10m 49s |
/parquet/remote/compression type/=LZ4 /outline/insert into function | OK | 10m 42s |
/parquet/query/compression type/=NONE /insert into mergetree table from file | OK | 6m 47s |
/parquet/query/compression type/=GZIP /insert into mergetree table from file | OK | 6m 42s |
/parquet/query/compression type/=LZ4 /insert into mergetree table from file | OK | 6m 42s |
/parquet/remote/compression type/=LZ4 /outline/select from function | OK | 14m 19s |
/parquet/remote/compression type/=GZIP /outline/select from function | OK | 14m 20s |
/parquet/remote/compression type/=NONE /outline/select from function | OK | 14m 20s |
/parquet/query/compression type/=GZIP /insert into replicated mergetree table from file | OK | 4m 32s |
/parquet/query/compression type/=NONE /insert into replicated mergetree table from file | OK | 4m 32s |
/parquet/query/compression type/=LZ4 /insert into replicated mergetree table from file | OK | 4m 32s |
/parquet/query/compression type/=NONE /insert into distributed table from file | OK | 3m 38s |
/parquet/query/compression type/=GZIP /insert into distributed table from file | OK | 3m 38s |
/parquet/query/compression type/=LZ4 /insert into distributed table from file | OK | 3m 38s |
/parquet/query/compression type/=NONE /select from memory table into file | OK | 6m 49s |
/parquet/query/compression type/=GZIP /select from memory table into file | OK | 6m 49s |
/parquet/query/compression type/=LZ4 /select from memory table into file | OK | 6m 52s |
/parquet/chunked array | XFail | 15s 35ms |
/parquet/broken | OK | 47ms |
/parquet/broken/file | Skip | 6ms |
/parquet/broken/read broken bigint | Skip | 809us |
/parquet/broken/read broken date | Skip | 869us |
/parquet/broken/read broken int | Skip | 1ms |
/parquet/broken/read broken smallint | Skip | 696us |
/parquet/broken/read broken timestamp ms | Skip | 1ms |
/parquet/broken/read broken timestamp us | Skip | 944us |
/parquet/broken/read broken tinyint | Skip | 1ms |
/parquet/broken/read broken ubigint | Skip | 1ms |
/parquet/broken/read broken uint | Skip | 1ms |
/parquet/broken/read broken usmallint | Skip | 1ms |
/parquet/broken/read broken utinyint | Skip | 10ms |
/parquet/broken/string | Skip | 778us |
/parquet/encoding | OK | 57s 104ms |
/parquet/encoding/deltabytearray1 | OK | 7s 104ms |
/parquet/encoding/deltabytearray2 | OK | 6s 393ms |
/parquet/encoding/deltalengthbytearray | OK | 7s 327ms |
/parquet/encoding/dictionary | OK | 9s 228ms |
/parquet/encoding/plain | OK | 9s 287ms |
/parquet/encoding/plainrlesnappy | OK | 10s 338ms |
/parquet/encoding/rleboolean | OK | 7s 404ms |
/parquet/compression | OK | 2m 9s |
/parquet/compression/arrow snappy | OK | 6s 461ms |
/parquet/compression/brotli | OK | 6s 482ms |
/parquet/compression/gzippages | OK | 12s 560ms |
/parquet/compression/largegzip | OK | 6s 865ms |
/parquet/compression/lz4 hadoop | OK | 6s 437ms |
/parquet/compression/lz4 hadoop large | OK | 6s 184ms |
/parquet/compression/lz4 non hadoop | OK | 6s 390ms |
/parquet/compression/lz4 raw | OK | 5s 914ms |
/parquet/compression/lz4 raw large | OK | 6s 34ms |
/parquet/compression/lz4pages | OK | 12s 72ms |
/parquet/compression/nonepages | OK | 11s 701ms |
/parquet/compression/snappypages | OK | 11s 824ms |
/parquet/compression/snappyplain | OK | 6s 502ms |
/parquet/compression/snappyrle | OK | 6s 5ms |
/parquet/compression/zstd | OK | 6s 156ms |
/parquet/compression/zstdpages | OK | 12s 6ms |
/parquet/datatypes | OK | 5m 25s |
/parquet/datatypes/arrowtimestamp | OK | 6s 458ms |
/parquet/datatypes/arrowtimestampms | OK | 6s 348ms |
/parquet/datatypes/binary | OK | 5s 800ms |
/parquet/datatypes/binary string | OK | 5s 848ms |
/parquet/datatypes/blob | OK | 5s 801ms |
/parquet/datatypes/boolean | OK | 6s 268ms |
/parquet/datatypes/byte array | OK | 6s 95ms |
/parquet/datatypes/columnname | OK | 5s 780ms |
/parquet/datatypes/columnwithnull | OK | 5s 933ms |
/parquet/datatypes/columnwithnull2 | OK | 6s 77ms |
/parquet/datatypes/date | OK | 5s 997ms |
/parquet/query/compression type/=GZIP /select from mergetree table into file | OK | 5m 1s |
/parquet/query/compression type/=NONE /select from mergetree table into file | OK | 4m 58s |
/parquet/query/compression type/=LZ4 /select from mergetree table into file | OK | 5m 1s |
/parquet/datatypes/decimal with filter | OK | 9s 770ms |
/parquet/datatypes/decimalvariousfilters | OK | 7s 879ms |
/parquet/datatypes/decimalwithfilter2 | OK | 5s 994ms |
/parquet/datatypes/enum | OK | 5s 789ms |
/parquet/datatypes/enum2 | OK | 5s 638ms |
/parquet/datatypes/fixed length decimal | OK | 5s 604ms |
/parquet/datatypes/fixed length decimal legacy | OK | 5s 523ms |
/parquet/datatypes/fixedstring | OK | 5s 449ms |
/parquet/datatypes/h2oai | OK | 5s 372ms |
/parquet/datatypes/hive | OK | 10s 873ms |
/parquet/datatypes/int32 | OK | 5s 519ms |
/parquet/datatypes/int32 decimal | OK | 5s 522ms |
/parquet/datatypes/int64 | OK | 5s 507ms |
/parquet/datatypes/int64 decimal | OK | 5s 508ms |
/parquet/datatypes/json | OK | 5s 455ms |
/parquet/datatypes/large string map | XFail | 6s 745ms |
/parquet/datatypes/largedouble | OK | 5s 615ms |
/parquet/datatypes/manydatatypes | OK | 5s 472ms |
/parquet/datatypes/manydatatypes2 | OK | 5s 518ms |
/parquet/datatypes/maps | OK | 5s 475ms |
/parquet/datatypes/nameswithemoji | OK | 5s 765ms |
/parquet/datatypes/nandouble | OK | 5s 574ms |
/parquet/datatypes/negativeint64 | OK | 5s 396ms |
/parquet/datatypes/nullbyte | OK | 5s 602ms |
/parquet/datatypes/nullbytemultiple | OK | 5s 533ms |
/parquet/datatypes/nullsinid | OK | 5s 442ms |
/parquet/datatypes/pandasdecimal | OK | 5s 421ms |
/parquet/datatypes/pandasdecimaldate | OK | 5s 540ms |
/parquet/datatypes/parquetgo | OK | 5s 488ms |
/parquet/datatypes/selectdatewithfilter | OK | 13s 102ms |
/parquet/datatypes/singlenull | OK | 5s 449ms |
/parquet/datatypes/sparkv21 | OK | 5s 460ms |
/parquet/datatypes/sparkv22 | OK | 5s 407ms |
/parquet/datatypes/statdecimal | OK | 5s 492ms |
/parquet/datatypes/string | OK | 5s 461ms |
/parquet/datatypes/string int list inconsistent offset multiple batches | Skip | 6ms |
/parquet/datatypes/stringtypes | OK | 5s 510ms |
/parquet/datatypes/struct | OK | 5s 629ms |
/parquet/datatypes/supporteduuid | OK | 5s 549ms |
/parquet/datatypes/timestamp1 | OK | 5s 543ms |
/parquet/datatypes/timestamp2 | OK | 5s 562ms |
/parquet/datatypes/timezone | OK | 5s 342ms |
/parquet/datatypes/unsigned | OK | 11s 30ms |
/parquet/datatypes/unsupportednull | OK | 271ms |
/parquet/complex | OK | 1m 57s |
/parquet/complex/arraystring | OK | 5s 317ms |
/parquet/complex/big tuple with nulls | OK | 5s 438ms |
/parquet/complex/bytearraydictionary | OK | 5s 521ms |
/parquet/complex/complex null | OK | 5s 503ms |
/parquet/complex/lagemap | OK | 5s 501ms |
/parquet/complex/largenestedarray | OK | 5s 763ms |
/parquet/complex/largestruct | OK | 5s 565ms |
/parquet/query/compression type/=NONE /select from replicated mergetree table into file | OK | 4m 58s |
/parquet/query/compression type/=GZIP /select from replicated mergetree table into file | OK | 4m 59s |
/parquet/complex/largestruct2 | OK | 5s 748ms |
/parquet/query/compression type/=LZ4 /select from replicated mergetree table into file | OK | 4m 55s |
/parquet/complex/largestruct3 | OK | 12s 525ms |
/parquet/complex/list | OK | 5s 573ms |
/parquet/complex/nested array | OK | 5s 656ms |
/parquet/complex/nested map | OK | 5s 313ms |
/parquet/complex/nestedallcomplex | OK | 5s 703ms |
/parquet/complex/nestedarray2 | OK | 5s 436ms |
/parquet/complex/nestedstruct | OK | 5s 463ms |
/parquet/complex/nestedstruct2 | OK | 5s 543ms |
/parquet/complex/nestedstruct3 | OK | 5s 409ms |
/parquet/complex/nestedstruct4 | OK | 5s 619ms |
/parquet/complex/tupleofnulls | OK | 5s 455ms |
/parquet/complex/tuplewithdatetime | OK | 5s 777ms |
/parquet/indexing | OK | 5s 406ms |
/parquet/indexing/bigtuplewithnulls | OK | 5s 404ms |
/parquet/cache | OK | 10s 853ms |
/parquet/cache/cache1 | OK | 5s 436ms |
/parquet/cache/cache2 | OK | 5s 415ms |
/parquet/glob | OK | 38s 355ms |
/parquet/glob/fastparquet globs | OK | 1s 420ms |
/parquet/glob/glob1 | OK | 1s 548ms |
/parquet/glob/glob2 | OK | 1s 794ms |
/parquet/glob/glob with multiple elements | OK | 290ms |
/parquet/glob/million extensions | OK | 33s 296ms |
/parquet/rowgroups | OK | 10s 880ms |
/parquet/rowgroups/manyrowgroups | OK | 5s 490ms |
/parquet/rowgroups/manyrowgroups2 | OK | 5s 386ms |
/parquet/encrypted | Skip | 1ms |
/parquet/fastparquet | OK | 2m 37s |
/parquet/fastparquet/airlines | OK | 5s 867ms |
/parquet/fastparquet/baz | OK | 5s 369ms |
/parquet/fastparquet/empty date | OK | 16s 363ms |
/parquet/fastparquet/evo | OK | 32s 883ms |
/parquet/fastparquet/fastparquet | OK | 1m 36s |
/parquet/query/compression type/=NONE /select from distributed table into file | OK | 5m 23s |
/parquet/query/compression type/=GZIP /select from distributed table into file | OK | 5m 22s |
/parquet/query/compression type/=LZ4 /select from distributed table into file | OK | 5m 21s |
/parquet/query/compression type/=NONE /select from mat view into file | OK | 4m 16s |
/parquet/query/compression type/=LZ4 /select from mat view into file | OK | 4m 24s |
/parquet/query/compression type/=GZIP /select from mat view into file | OK | 4m 34s |
/parquet/query/compression type/=NONE /insert into table with projection from file | OK | 1m 21s |
/parquet/query/compression type/=LZ4 /insert into table with projection from file | OK | 1m 14s |
/parquet/query/compression type/=GZIP /insert into table with projection from file | OK | 1m 5s |
/parquet/minio | OK | 40m 15s |
/parquet/minio/s3 | OK | 40m 15s |
/parquet/minio/s3/compression type | OK | 40m 15s |
/parquet/minio/s3/compression type/=NONE | OK | 40m 15s |
/parquet/minio/s3/compression type/=NONE /outline | OK | 40m 15s |
/parquet/minio/s3/compression type/=NONE /outline/engine | OK | 26m 10s |
/parquet/minio/s3/compression type/=NONE /outline/engine/insert into engine | OK | 18m 44s |
/parquet/minio/s3/compression type/=GZIP | OK | 39m 47s |
/parquet/minio/s3/compression type/=GZIP /outline | OK | 39m 47s |
/parquet/minio/s3/compression type/=GZIP /outline/engine | OK | 25m 9s |
/parquet/minio/s3/compression type/=NONE /outline/engine/select from engine | OK | 8m 45s |
/parquet/minio/s3/compression type/=LZ4 | OK | 39m 53s |
/parquet/minio/s3/compression type/=NONE /outline/engine/engine to file to engine | OK | 26m 10s |
/parquet/minio/s3/compression type/=GZIP /outline/engine/insert into engine | OK | 18m 16s |
/parquet/minio/s3/compression type/=NONE /outline/engine/insert into engine from file | OK | 8m 42s |
/parquet/minio/s3/compression type/=GZIP /outline/engine/select from engine | OK | 8m 43s |
/parquet/minio/s3/compression type/=NONE /outline/engine/engine select output to file | OK | 18m 35s |
/parquet/minio/s3/compression type/=GZIP /outline/engine/engine to file to engine | OK | 25m 8s |
/parquet/minio/s3/compression type/=GZIP /outline/engine/insert into engine from file | OK | 8m 39s |
/parquet/minio/s3/compression type/=GZIP /outline/engine/engine select output to file | OK | 18m 11s |
/parquet/minio/s3/compression type/=LZ4 /outline | OK | 39m 53s |
/parquet/minio/s3/compression type/=LZ4 /outline/engine | OK | 25m 20s |
/parquet/minio/s3/compression type/=LZ4 /outline/engine/insert into engine | OK | 18m 4s |
/parquet/minio/s3/compression type/=LZ4 /outline/engine/select from engine | OK | 8m 44s |
/parquet/minio/s3/compression type/=LZ4 /outline/engine/engine to file to engine | OK | 25m 20s |
/parquet/minio/s3/compression type/=LZ4 /outline/engine/insert into engine from file | OK | 8m 42s |
/parquet/minio/s3/compression type/=LZ4 /outline/engine/engine select output to file | OK | 18m 10s |
/parquet/minio/s3/compression type/=GZIP /outline/function | OK | 14m 38s |
/parquet/minio/s3/compression type/=GZIP /outline/function/insert into function | OK | 14m 6s |
/parquet/minio/s3/compression type/=GZIP /outline/function/select from function manual cast types | OK | 14m 38s |
/parquet/minio/s3/compression type/=GZIP /outline/function/select from function auto cast types | OK | 10m 40s |
/parquet/minio/s3/compression type/=LZ4 /outline/function | OK | 14m 32s |
/parquet/minio/s3/compression type/=LZ4 /outline/function/insert into function | OK | 13m 56s |
/parquet/minio/s3/compression type/=LZ4 /outline/function/select from function manual cast types | OK | 14m 32s |
/parquet/minio/s3/compression type/=LZ4 /outline/function/select from function auto cast types | OK | 10m 43s |
/parquet/minio/s3/compression type/=NONE /outline/function | OK | 14m 4s |
/parquet/minio/s3/compression type/=NONE /outline/function/insert into function | OK | 13m 22s |
/parquet/minio/s3/compression type/=NONE /outline/function/select from function manual cast types | OK | 14m 4s |
/parquet/minio/s3/compression type/=NONE /outline/function/select from function auto cast types | OK | 10m 32s |
Generated by TestFlows Open-Source Test Framework v2.0.231130.1212236