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:45 |
Duration | 1h 21m |
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_release/clickhouse-common-static_23.8.8.21.altinitystable_amd64.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 | x86_64 |
node | clickhouse1 |
local | True |
clickhouse_version | None |
clickhouse_binary_path | https://s3.amazonaws.com/altinity-build-artifacts/23.8/57762a45dd8d7579a37ae9643654cde6896312dc/package_release/clickhouse-common-static_23.8.8.21.altinitystable_amd64.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 12s 342ms 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_d79fcf3d_a3ef_11ee_8970_6783f1523681 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 7s 539ms 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_0bdf9027_a3f0_11ee_8970_6783f1523681 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 21m |
/parquet/file | OK | 40m 45s |
/parquet/file/engine | OK | 40m 45s |
/parquet/file/function | OK | 19m 6s |
/parquet/file/engine/insert into engine | OK | 18m 35s |
/parquet/query | OK | 39m 25s |
/parquet/query/compression type | OK | 39m 25s |
/parquet/file/engine/select from engine | OK | 8m 54s |
/parquet/file/function/insert into function manual cast types | OK | 15m 34s |
/parquet/query/compression type/=NONE | OK | 39m 23s |
/parquet/query/compression type/=NONE /insert into memory table from file | OK | 8m 40s |
/parquet/query/compression type/=GZIP | OK | 39m 25s |
/parquet/query/compression type/=GZIP /insert into memory table from file | OK | 8m 46s |
/parquet/file/engine/engine to file to engine | OK | 24m 38s |
/parquet/file/function/insert into function auto cast types | OK | 19m 6s |
/parquet/query/compression type/=LZ4 | OK | 39m 25s |
/parquet/query/compression type/=LZ4 /insert into memory table from file | OK | 8m 44s |
/parquet/file/function/select from function manual cast types | OK | 9m 38s |
/parquet/file/function/select from function auto cast types | OK | 8m 50s |
/parquet/file/engine/insert into engine from file | OK | 17m 5s |
/parquet/list in multiple chunks | OK | 37s 282ms |
/parquet/file/engine/engine select output to file | OK | 40m 44s |
/parquet/url | OK | 41m 56s |
/parquet/url/engine | OK | 41m 18s |
/parquet/url/function | OK | 15m 30s |
/parquet/url/engine/insert into engine | OK | 21m 47s |
/parquet/url/engine/select from engine | OK | 8m 56s |
/parquet/url/function/insert into function | OK | 15m 30s |
/parquet/url/engine/engine to file to engine | OK | 24m 56s |
/parquet/url/engine/insert into engine from file | OK | 22m 23s |
/parquet/url/function/select from function manual cast types | OK | 15m 25s |
/parquet/url/engine/engine select output to file | OK | 41m 18s |
/parquet/url/function/select from function auto cast types | OK | 14m 21s |
/parquet/mysql | OK | 36s 682ms |
/parquet/mysql/compression type | OK | 36s 595ms |
/parquet/mysql/compression type/=NONE | OK | 35s 896ms |
/parquet/mysql/compression type/=GZIP | OK | 35s 935ms |
/parquet/mysql/compression type/=LZ4 | OK | 36s 459ms |
/parquet/mysql/compression type/=NONE /mysql engine to parquet file to mysql engine | OK | 19s 836ms |
/parquet/mysql/compression type/=GZIP /mysql engine to parquet file to mysql engine | OK | 20s 206ms |
/parquet/mysql/compression type/=LZ4 /mysql engine to parquet file to mysql engine | OK | 20s 41ms |
/parquet/mysql/compression type/=NONE /mysql function to parquet file to mysql function | OK | 15s 948ms |
/parquet/mysql/compression type/=LZ4 /mysql function to parquet file to mysql function | OK | 16s 298ms |
/parquet/mysql/compression type/=GZIP /mysql function to parquet file to mysql function | OK | 15s 604ms |
/parquet/postgresql | OK | 44s 642ms |
/parquet/postgresql/compression type | OK | 44s 611ms |
/parquet/postgresql/compression type/=GZIP | OK | 43s 177ms |
/parquet/postgresql/compression type/=NONE | OK | 44s 447ms |
/parquet/postgresql/compression type/=LZ4 | OK | 44s 448ms |
/parquet/postgresql/compression type/=GZIP /postgresql engine to parquet file to postgresql engine | OK | 24s 793ms |
/parquet/postgresql/compression type/=NONE /postgresql engine to parquet file to postgresql engine | OK | 26s 638ms |
/parquet/postgresql/compression type/=LZ4 /postgresql engine to parquet file to postgresql engine | OK | 26s 424ms |
/parquet/postgresql/compression type/=GZIP /postgresql function to parquet file to postgresql function | OK | 18s 243ms |
/parquet/postgresql/compression type/=LZ4 /postgresql function to parquet file to postgresql function | OK | 17s 839ms |
/parquet/postgresql/compression type/=NONE /postgresql function to parquet file to postgresql function | OK | 17s 588ms |
/parquet/remote | OK | 19m 3s |
/parquet/remote/compression type | OK | 19m 3s |
/parquet/remote/compression type/=NONE | OK | 19m 3s |
/parquet/remote/compression type/=GZIP | OK | 19m 2s |
/parquet/remote/compression type/=LZ4 | OK | 19m 1s |
/parquet/remote/compression type/=NONE /outline | OK | 19m 3s |
/parquet/remote/compression type/=GZIP /outline | OK | 19m 2s |
/parquet/remote/compression type/=LZ4 /outline | OK | 19m 1s |
/parquet/remote/compression type/=NONE /outline/insert into function | OK | 9m 20s |
/parquet/remote/compression type/=GZIP /outline/insert into function | OK | 9m 19s |
/parquet/remote/compression type/=LZ4 /outline/insert into function | OK | 9m 21s |
/parquet/query/compression type/=NONE /insert into mergetree table from file | OK | 5m 10s |
/parquet/query/compression type/=LZ4 /insert into mergetree table from file | OK | 5m 9s |
/parquet/query/compression type/=GZIP /insert into mergetree table from file | OK | 5m 7s |
/parquet/remote/compression type/=GZIP /outline/select from function | OK | 9m 42s |
/parquet/remote/compression type/=NONE /outline/select from function | OK | 9m 43s |
/parquet/remote/compression type/=LZ4 /outline/select from function | OK | 9m 40s |
/parquet/query/compression type/=NONE /insert into replicated mergetree table from file | OK | 3m 6s |
/parquet/query/compression type/=GZIP /insert into replicated mergetree table from file | OK | 3m 4s |
/parquet/query/compression type/=LZ4 /insert into replicated mergetree table from file | OK | 3m 4s |
/parquet/query/compression type/=NONE /insert into distributed table from file | OK | 2m 21s |
/parquet/query/compression type/=LZ4 /insert into distributed table from file | OK | 2m 22s |
/parquet/query/compression type/=GZIP /insert into distributed table from file | OK | 2m 20s |
/parquet/query/compression type/=NONE /select from memory table into file | OK | 4m 41s |
/parquet/query/compression type/=GZIP /select from memory table into file | OK | 4m 42s |
/parquet/query/compression type/=LZ4 /select from memory table into file | OK | 4m 44s |
/parquet/chunked array | XFail | 12s 342ms |
/parquet/broken | OK | 11ms |
/parquet/broken/file | Skip | 750us |
/parquet/broken/read broken bigint | Skip | 455us |
/parquet/broken/read broken date | Skip | 440us |
/parquet/broken/read broken int | Skip | 438us |
/parquet/broken/read broken smallint | Skip | 626us |
/parquet/broken/read broken timestamp ms | Skip | 429us |
/parquet/broken/read broken timestamp us | Skip | 425us |
/parquet/broken/read broken tinyint | Skip | 556us |
/parquet/broken/read broken ubigint | Skip | 928us |
/parquet/broken/read broken uint | Skip | 426us |
/parquet/broken/read broken usmallint | Skip | 433us |
/parquet/broken/read broken utinyint | Skip | 1ms |
/parquet/broken/string | Skip | 550us |
/parquet/encoding | OK | 10s 29ms |
/parquet/encoding/deltabytearray1 | OK | 1s 693ms |
/parquet/encoding/deltabytearray2 | OK | 1s 394ms |
/parquet/encoding/deltalengthbytearray | OK | 1s 52ms |
/parquet/encoding/dictionary | OK | 1s 225ms |
/parquet/encoding/plain | OK | 1s 266ms |
/parquet/encoding/plainrlesnappy | OK | 1s 644ms |
/parquet/encoding/rleboolean | OK | 1s 743ms |
/parquet/compression | OK | 28s 547ms |
/parquet/compression/arrow snappy | OK | 1s 270ms |
/parquet/compression/brotli | OK | 1s 123ms |
/parquet/compression/gzippages | OK | 2s 545ms |
/parquet/compression/largegzip | OK | 1s 93ms |
/parquet/compression/lz4 hadoop | OK | 1s 226ms |
/parquet/compression/lz4 hadoop large | OK | 1s 241ms |
/parquet/compression/lz4 non hadoop | OK | 1s 214ms |
/parquet/compression/lz4 raw | OK | 1s 459ms |
/parquet/compression/lz4 raw large | OK | 1s 7ms |
/parquet/compression/lz4pages | OK | 2s 486ms |
/parquet/compression/nonepages | OK | 3s 402ms |
/parquet/compression/snappypages | OK | 2s 731ms |
/parquet/compression/snappyplain | OK | 1s 508ms |
/parquet/compression/snappyrle | OK | 1s 368ms |
/parquet/compression/zstd | OK | 1s 202ms |
/parquet/compression/zstdpages | OK | 3s 653ms |
/parquet/datatypes | OK | 1m 38s |
/parquet/datatypes/arrowtimestamp | OK | 1s 465ms |
/parquet/datatypes/arrowtimestampms | OK | 1s 892ms |
/parquet/datatypes/binary | OK | 1s 262ms |
/parquet/datatypes/binary string | OK | 1s 398ms |
/parquet/datatypes/blob | OK | 1s 268ms |
/parquet/datatypes/boolean | OK | 1s 224ms |
/parquet/datatypes/byte array | OK | 1s 571ms |
/parquet/datatypes/columnname | OK | 1s 330ms |
/parquet/datatypes/columnwithnull | OK | 1s 494ms |
/parquet/datatypes/columnwithnull2 | OK | 1s 426ms |
/parquet/datatypes/date | OK | 1s 293ms |
/parquet/datatypes/decimal with filter | OK | 1s 548ms |
/parquet/datatypes/decimalvariousfilters | OK | 1s 279ms |
/parquet/datatypes/decimalwithfilter2 | OK | 1s 489ms |
/parquet/datatypes/enum | OK | 1s 473ms |
/parquet/datatypes/enum2 | OK | 1s 256ms |
/parquet/datatypes/fixed length decimal | OK | 1s 533ms |
/parquet/datatypes/fixed length decimal legacy | OK | 1s 274ms |
/parquet/datatypes/fixedstring | OK | 1s 533ms |
/parquet/datatypes/h2oai | OK | 1s 263ms |
/parquet/datatypes/hive | OK | 2s 707ms |
/parquet/datatypes/int32 | OK | 1s 111ms |
/parquet/datatypes/int32 decimal | OK | 995ms |
/parquet/datatypes/int64 | OK | 1s 326ms |
/parquet/datatypes/int64 decimal | OK | 1s 291ms |
/parquet/datatypes/json | OK | 1s 103ms |
/parquet/datatypes/large string map | XFail | 7s 539ms |
/parquet/datatypes/largedouble | OK | 1s 542ms |
/parquet/datatypes/manydatatypes | OK | 1s 190ms |
/parquet/datatypes/manydatatypes2 | OK | 1s 139ms |
/parquet/datatypes/maps | OK | 1s 303ms |
/parquet/datatypes/nameswithemoji | OK | 1s 116ms |
/parquet/datatypes/nandouble | OK | 1s 15ms |
/parquet/datatypes/negativeint64 | OK | 1s 339ms |
/parquet/datatypes/nullbyte | OK | 1s 211ms |
/parquet/datatypes/nullbytemultiple | OK | 1s 176ms |
/parquet/datatypes/nullsinid | OK | 1s 297ms |
/parquet/datatypes/pandasdecimal | OK | 1s 378ms |
/parquet/datatypes/pandasdecimaldate | OK | 1s 149ms |
/parquet/datatypes/parquetgo | OK | 1s 136ms |
/parquet/datatypes/selectdatewithfilter | OK | 21s 772ms |
/parquet/datatypes/singlenull | OK | 1s 78ms |
/parquet/datatypes/sparkv21 | OK | 1s 202ms |
/parquet/datatypes/sparkv22 | OK | 1s 502ms |
/parquet/datatypes/statdecimal | OK | 1s 175ms |
/parquet/datatypes/string | OK | 1s 111ms |
/parquet/datatypes/string int list inconsistent offset multiple batches | Skip | 6ms |
/parquet/datatypes/stringtypes | OK | 1s 206ms |
/parquet/datatypes/struct | OK | 1s 299ms |
/parquet/datatypes/supporteduuid | OK | 1s 116ms |
/parquet/datatypes/timestamp1 | OK | 1s 300ms |
/parquet/datatypes/timestamp2 | OK | 1s 413ms |
/parquet/datatypes/timezone | OK | 1s 191ms |
/parquet/datatypes/unsigned | OK | 2s 360ms |
/parquet/datatypes/unsupportednull | OK | 132ms |
/parquet/complex | OK | 24s 811ms |
/parquet/complex/arraystring | OK | 1s 461ms |
/parquet/complex/big tuple with nulls | OK | 1s 184ms |
/parquet/complex/bytearraydictionary | OK | 1s 240ms |
/parquet/complex/complex null | OK | 1s 335ms |
/parquet/complex/lagemap | OK | 1s 295ms |
/parquet/complex/largenestedarray | OK | 1s 59ms |
/parquet/complex/largestruct | OK | 1s 212ms |
/parquet/complex/largestruct2 | OK | 1s 719ms |
/parquet/complex/largestruct3 | OK | 1s 237ms |
/parquet/complex/list | OK | 1s 117ms |
/parquet/complex/nested array | OK | 1s 306ms |
/parquet/complex/nested map | OK | 1s 73ms |
/parquet/complex/nestedallcomplex | OK | 1s 315ms |
/parquet/complex/nestedarray2 | OK | 1s 290ms |
/parquet/complex/nestedstruct | OK | 1s 33ms |
/parquet/complex/nestedstruct2 | OK | 1s 76ms |
/parquet/complex/nestedstruct3 | OK | 1s 204ms |
/parquet/complex/nestedstruct4 | OK | 1s 463ms |
/parquet/complex/tupleofnulls | OK | 1s 45ms |
/parquet/complex/tuplewithdatetime | OK | 1s 126ms |
/parquet/indexing | OK | 1s 135ms |
/parquet/indexing/bigtuplewithnulls | OK | 1s 134ms |
/parquet/cache | OK | 2s 608ms |
/parquet/cache/cache1 | OK | 1s 419ms |
/parquet/cache/cache2 | OK | 1s 186ms |
/parquet/query/compression type/=NONE /select from mergetree table into file | OK | 3m 40s |
/parquet/glob | OK | 29s 583ms |
/parquet/glob/fastparquet globs | OK | 1s 496ms |
/parquet/query/compression type/=GZIP /select from mergetree table into file | OK | 3m 38s |
/parquet/glob/glob1 | OK | 1s 369ms |
/parquet/glob/glob2 | OK | 1s 630ms |
/parquet/query/compression type/=LZ4 /select from mergetree table into file | OK | 3m 39s |
/parquet/glob/glob with multiple elements | OK | 310ms |
/parquet/glob/million extensions | OK | 24s 772ms |
/parquet/rowgroups | OK | 2s 672ms |
/parquet/rowgroups/manyrowgroups | OK | 1s 574ms |
/parquet/rowgroups/manyrowgroups2 | OK | 1s 93ms |
/parquet/encrypted | Skip | 1ms |
/parquet/fastparquet | OK | 30s 110ms |
/parquet/fastparquet/airlines | OK | 1s 397ms |
/parquet/fastparquet/baz | OK | 1s 253ms |
/parquet/fastparquet/empty date | OK | 3s 445ms |
/parquet/fastparquet/evo | OK | 6s 452ms |
/parquet/fastparquet/fastparquet | OK | 17s 557ms |
/parquet/query/compression type/=GZIP /select from replicated mergetree table into file | OK | 3m 34s |
/parquet/query/compression type/=NONE /select from replicated mergetree table into file | OK | 3m 31s |
/parquet/query/compression type/=LZ4 /select from replicated mergetree table into file | OK | 3m 33s |
/parquet/query/compression type/=NONE /select from distributed table into file | OK | 4m 7s |
/parquet/query/compression type/=GZIP /select from distributed table into file | OK | 4m 6s |
/parquet/query/compression type/=LZ4 /select from distributed table into file | OK | 4m 3s |
/parquet/query/compression type/=NONE /select from mat view into file | OK | 3m 10s |
/parquet/query/compression type/=LZ4 /select from mat view into file | OK | 3m 12s |
/parquet/query/compression type/=GZIP /select from mat view into file | OK | 3m 11s |
/parquet/query/compression type/=NONE /insert into table with projection from file | OK | 53s 391ms |
/parquet/query/compression type/=GZIP /insert into table with projection from file | OK | 52s 270ms |
/parquet/query/compression type/=LZ4 /insert into table with projection from file | OK | 52s 297ms |
/parquet/minio | OK | 36m 48s |
/parquet/minio/s3 | OK | 36m 47s |
/parquet/minio/s3/compression type | OK | 36m 47s |
/parquet/minio/s3/compression type/=NONE | OK | 36m 47s |
/parquet/minio/s3/compression type/=NONE /outline | OK | 36m 47s |
/parquet/minio/s3/compression type/=NONE /outline/engine | OK | 23m 34s |
/parquet/minio/s3/compression type/=GZIP | OK | 36m 20s |
/parquet/minio/s3/compression type/=GZIP /outline | OK | 36m 20s |
/parquet/minio/s3/compression type/=GZIP /outline/engine | OK | 21m 54s |
/parquet/minio/s3/compression type/=GZIP /outline/engine/insert into engine | OK | 14m 50s |
/parquet/minio/s3/compression type/=LZ4 | OK | 36m 31s |
/parquet/minio/s3/compression type/=LZ4 /outline | OK | 36m 31s |
/parquet/minio/s3/compression type/=LZ4 /outline/engine | OK | 22m 18s |
/parquet/minio/s3/compression type/=GZIP /outline/engine/select from engine | OK | 7m 45s |
/parquet/minio/s3/compression type/=NONE /outline/engine/insert into engine | OK | 15m 9s |
/parquet/minio/s3/compression type/=LZ4 /outline/engine/insert into engine | OK | 14m 52s |
/parquet/minio/s3/compression type/=GZIP /outline/engine/engine to file to engine | OK | 21m 54s |
/parquet/minio/s3/compression type/=NONE /outline/engine/select from engine | OK | 7m 44s |
/parquet/minio/s3/compression type/=NONE /outline/engine/engine to file to engine | OK | 23m 34s |
/parquet/minio/s3/compression type/=LZ4 /outline/engine/select from engine | OK | 7m 44s |
/parquet/minio/s3/compression type/=NONE /outline/engine/insert into engine from file | OK | 7m 41s |
/parquet/minio/s3/compression type/=GZIP /outline/engine/insert into engine from file | OK | 7m 39s |
/parquet/minio/s3/compression type/=LZ4 /outline/engine/engine to file to engine | OK | 22m 17s |
/parquet/minio/s3/compression type/=LZ4 /outline/engine/insert into engine from file | OK | 7m 41s |
/parquet/minio/s3/compression type/=NONE /outline/engine/engine select output to file | OK | 15m 10s |
/parquet/minio/s3/compression type/=GZIP /outline/engine/engine select output to file | OK | 14m 52s |
/parquet/minio/s3/compression type/=LZ4 /outline/engine/engine select output to file | OK | 14m 50s |
/parquet/minio/s3/compression type/=GZIP /outline/function | OK | 14m 26s |
/parquet/minio/s3/compression type/=GZIP /outline/function/insert into function | OK | 14m 25s |
/parquet/minio/s3/compression type/=GZIP /outline/function/select from function manual cast types | OK | 12m 10s |
/parquet/minio/s3/compression type/=GZIP /outline/function/select from function auto cast types | OK | 11m 35s |
/parquet/minio/s3/compression type/=LZ4 /outline/function | OK | 14m 13s |
/parquet/minio/s3/compression type/=LZ4 /outline/function/insert into function | OK | 14m 13s |
/parquet/minio/s3/compression type/=LZ4 /outline/function/select from function manual cast types | OK | 12m 12s |
/parquet/minio/s3/compression type/=LZ4 /outline/function/select from function auto cast types | OK | 11m 41s |
/parquet/minio/s3/compression type/=NONE /outline/function | OK | 13m 13s |
/parquet/minio/s3/compression type/=NONE /outline/function/insert into function | OK | 13m 13s |
/parquet/minio/s3/compression type/=NONE /outline/function/select from function manual cast types | OK | 11m 49s |
/parquet/minio/s3/compression type/=NONE /outline/function/select from function auto cast types | OK | 11m 31s |
Generated by TestFlows Open-Source Test Framework v2.0.231130.1212236