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:37 |
Duration | 2h 3m |
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 | ['aws_s3'] |
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 18s 543ms 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_a38f92d1_a3f0_11ee_a554_65e7490fa1e2 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 595ms 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_99f1a4e9_a3f1_11ee_a554_65e7490fa1e2 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 | 2h 3m |
/parquet/file | OK | 1h 3m |
/parquet/file/engine | OK | 1h 3m |
/parquet/file/function | OK | 30m 32s |
/parquet/file/engine/insert into engine | OK | 30m 7s |
/parquet/file/engine/select from engine | OK | 13m 58s |
/parquet/file/function/insert into function manual cast types | OK | 25m 5s |
/parquet/file/function/insert into function auto cast types | OK | 30m 32s |
/parquet/file/function/select from function manual cast types | OK | 19m 18s |
/parquet/file/engine/engine to file to engine | OK | 40m 32s |
/parquet/file/engine/insert into engine from file | OK | 27m 23s |
/parquet/query | OK | 1h 3m |
/parquet/file/function/select from function auto cast types | OK | 14m 4s |
/parquet/file/engine/engine select output to file | OK | 1h 3m |
/parquet/query/compression type | OK | 1h 3m |
/parquet/query/compression type/=NONE | OK | 1h 3m |
/parquet/query/compression type/=GZIP | OK | 1h 3m |
/parquet/list in multiple chunks | OK | 1m 1s |
/parquet/query/compression type/=NONE /insert into memory table from file | OK | 13m 52s |
/parquet/url | OK | 1h 4m |
/parquet/query/compression type/=LZ4 | OK | 1h 3m |
/parquet/query/compression type/=GZIP /insert into memory table from file | OK | 13m 54s |
/parquet/query/compression type/=LZ4 /insert into memory table from file | OK | 14m 10s |
/parquet/url/engine | OK | 1h 4m |
/parquet/url/function | OK | 35m 45s |
/parquet/url/engine/select from engine | OK | 13m 58s |
/parquet/url/engine/insert into engine | OK | 34m 56s |
/parquet/url/engine/insert into engine from file | OK | 37m 48s |
/parquet/url/engine/engine select output to file | OK | 1h 4m |
/parquet/url/engine/engine to file to engine | OK | 40m 40s |
/parquet/url/function/insert into function | OK | 24m 48s |
/parquet/url/function/select from function manual cast types | OK | 35m 45s |
/parquet/url/function/select from function auto cast types | OK | 22m 56s |
/parquet/mysql | OK | 1m 58s |
/parquet/mysql/compression type | OK | 1m 58s |
/parquet/mysql/compression type/=NONE | OK | 1m 58s |
/parquet/mysql/compression type/=NONE /mysql engine to parquet file to mysql engine | OK | 1m 20s |
/parquet/mysql/compression type/=GZIP | OK | 1m 56s |
/parquet/mysql/compression type/=GZIP /mysql engine to parquet file to mysql engine | OK | 1m 20s |
/parquet/mysql/compression type/=LZ4 | OK | 1m 55s |
/parquet/mysql/compression type/=LZ4 /mysql engine to parquet file to mysql engine | OK | 1m 19s |
/parquet/mysql/compression type/=LZ4 /mysql function to parquet file to mysql function | OK | 35s 516ms |
/parquet/mysql/compression type/=GZIP /mysql function to parquet file to mysql function | OK | 36s 118ms |
/parquet/mysql/compression type/=NONE /mysql function to parquet file to mysql function | OK | 37s 691ms |
/parquet/postgresql | OK | 1m 34s |
/parquet/postgresql/compression type | OK | 1m 33s |
/parquet/postgresql/compression type/=LZ4 | OK | 1m 33s |
/parquet/postgresql/compression type/=LZ4 /postgresql engine to parquet file to postgresql engine | OK | 56s 463ms |
/parquet/postgresql/compression type/=NONE | OK | 1m 33s |
/parquet/postgresql/compression type/=NONE /postgresql engine to parquet file to postgresql engine | OK | 56s 338ms |
/parquet/postgresql/compression type/=GZIP | OK | 1m 32s |
/parquet/postgresql/compression type/=GZIP /postgresql engine to parquet file to postgresql engine | OK | 55s 755ms |
/parquet/postgresql/compression type/=GZIP /postgresql function to parquet file to postgresql function | OK | 36s 896ms |
/parquet/postgresql/compression type/=NONE /postgresql function to parquet file to postgresql function | OK | 37s 202ms |
/parquet/postgresql/compression type/=LZ4 /postgresql function to parquet file to postgresql function | OK | 36s 469ms |
/parquet/remote | OK | 30m 9s |
/parquet/remote/compression type | OK | 30m 8s |
/parquet/remote/compression type/=NONE | OK | 30m 8s |
/parquet/remote/compression type/=GZIP | OK | 30m 2s |
/parquet/remote/compression type/=LZ4 | OK | 30m 5s |
/parquet/remote/compression type/=NONE /outline | OK | 30m 8s |
/parquet/remote/compression type/=GZIP /outline | OK | 30m 2s |
/parquet/remote/compression type/=LZ4 /outline | OK | 30m 5s |
/parquet/remote/compression type/=GZIP /outline/insert into function | OK | 12m 44s |
/parquet/remote/compression type/=NONE /outline/insert into function | OK | 12m 51s |
/parquet/remote/compression type/=LZ4 /outline/insert into function | OK | 12m 51s |
/parquet/query/compression type/=NONE /insert into mergetree table from file | OK | 7m 53s |
/parquet/query/compression type/=GZIP /insert into mergetree table from file | OK | 7m 51s |
/parquet/query/compression type/=LZ4 /insert into mergetree table from file | OK | 7m 48s |
/parquet/remote/compression type/=GZIP /outline/select from function | OK | 17m 17s |
/parquet/remote/compression type/=LZ4 /outline/select from function | OK | 17m 13s |
/parquet/remote/compression type/=NONE /outline/select from function | OK | 17m 16s |
/parquet/query/compression type/=GZIP /insert into replicated mergetree table from file | OK | 5m 27s |
/parquet/query/compression type/=NONE /insert into replicated mergetree table from file | OK | 5m 28s |
/parquet/query/compression type/=LZ4 /insert into replicated mergetree table from file | OK | 5m 15s |
/parquet/query/compression type/=GZIP /insert into distributed table from file | OK | 4m 24s |
/parquet/query/compression type/=NONE /insert into distributed table from file | OK | 4m 22s |
/parquet/query/compression type/=LZ4 /insert into distributed table from file | OK | 4m 23s |
/parquet/query/compression type/=NONE /select from memory table into file | OK | 8m 27s |
/parquet/query/compression type/=GZIP /select from memory table into file | OK | 8m 28s |
/parquet/query/compression type/=LZ4 /select from memory table into file | OK | 8m 30s |
/parquet/chunked array | XFail | 18s 543ms |
/parquet/broken | OK | 176ms |
/parquet/broken/file | Skip | 10ms |
/parquet/broken/read broken bigint | Skip | 7ms |
/parquet/broken/read broken date | Skip | 9ms |
/parquet/broken/read broken int | Skip | 4ms |
/parquet/broken/read broken smallint | Skip | 7ms |
/parquet/broken/read broken timestamp ms | Skip | 7ms |
/parquet/broken/read broken timestamp us | Skip | 4ms |
/parquet/broken/read broken tinyint | Skip | 5ms |
/parquet/broken/read broken ubigint | Skip | 1ms |
/parquet/broken/read broken uint | Skip | 3ms |
/parquet/broken/read broken usmallint | Skip | 7ms |
/parquet/broken/read broken utinyint | Skip | 1ms |
/parquet/broken/string | Skip | 1ms |
/parquet/encoding | OK | 1m 6s |
/parquet/encoding/deltabytearray1 | OK | 8s 41ms |
/parquet/encoding/deltabytearray2 | OK | 11s 74ms |
/parquet/encoding/deltalengthbytearray | OK | 13s 26ms |
/parquet/encoding/dictionary | OK | 7s 493ms |
/parquet/encoding/plain | OK | 8s 278ms |
/parquet/encoding/plainrlesnappy | OK | 11s 500ms |
/parquet/encoding/rleboolean | OK | 6s 736ms |
/parquet/compression | OK | 2m 28s |
/parquet/compression/arrow snappy | OK | 7s 524ms |
/parquet/compression/brotli | OK | 6s 587ms |
/parquet/compression/gzippages | OK | 13s 870ms |
/parquet/compression/largegzip | OK | 6s 908ms |
/parquet/compression/lz4 hadoop | OK | 8s 333ms |
/parquet/compression/lz4 hadoop large | OK | 7s 13ms |
/parquet/compression/lz4 non hadoop | OK | 6s 465ms |
/parquet/compression/lz4 raw | OK | 7s 35ms |
/parquet/compression/lz4 raw large | OK | 7s 139ms |
/parquet/compression/lz4pages | OK | 14s 755ms |
/parquet/compression/nonepages | OK | 14s 881ms |
/parquet/compression/snappypages | OK | 13s 459ms |
/parquet/compression/snappyplain | OK | 6s 614ms |
/parquet/compression/snappyrle | OK | 6s 748ms |
/parquet/compression/zstd | OK | 6s 521ms |
/parquet/compression/zstdpages | OK | 14s 350ms |
/parquet/datatypes | OK | 6m 0s |
/parquet/datatypes/arrowtimestamp | OK | 6s 595ms |
/parquet/datatypes/arrowtimestampms | OK | 7s 8ms |
/parquet/datatypes/binary | OK | 7s 11ms |
/parquet/datatypes/binary string | OK | 6s 517ms |
/parquet/datatypes/blob | OK | 7s 134ms |
/parquet/datatypes/boolean | OK | 6s 611ms |
/parquet/datatypes/byte array | OK | 6s 295ms |
/parquet/datatypes/columnname | OK | 6s 423ms |
/parquet/datatypes/columnwithnull | OK | 6s 625ms |
/parquet/datatypes/columnwithnull2 | OK | 6s 377ms |
/parquet/datatypes/date | OK | 7s 46ms |
/parquet/datatypes/decimal with filter | OK | 6s 724ms |
/parquet/datatypes/decimalvariousfilters | OK | 6s 689ms |
/parquet/datatypes/decimalwithfilter2 | OK | 7s 114ms |
/parquet/query/compression type/=NONE /select from mergetree table into file | OK | 5m 31s |
/parquet/query/compression type/=GZIP /select from mergetree table into file | OK | 5m 33s |
/parquet/query/compression type/=LZ4 /select from mergetree table into file | OK | 5m 30s |
/parquet/datatypes/enum | OK | 8s 211ms |
/parquet/datatypes/enum2 | OK | 11s 119ms |
/parquet/datatypes/fixed length decimal | OK | 6s 588ms |
/parquet/datatypes/fixed length decimal legacy | OK | 6s 8ms |
/parquet/datatypes/fixedstring | OK | 5s 952ms |
/parquet/datatypes/h2oai | OK | 6s 338ms |
/parquet/datatypes/hive | OK | 11s 665ms |
/parquet/datatypes/int32 | OK | 6s 60ms |
/parquet/datatypes/int32 decimal | OK | 5s 983ms |
/parquet/datatypes/int64 | OK | 6s 34ms |
/parquet/datatypes/int64 decimal | OK | 5s 813ms |
/parquet/datatypes/json | OK | 6s 418ms |
/parquet/datatypes/large string map | XFail | 7s 595ms |
/parquet/datatypes/largedouble | OK | 6s 167ms |
/parquet/datatypes/manydatatypes | OK | 5s 943ms |
/parquet/datatypes/manydatatypes2 | OK | 6s 530ms |
/parquet/datatypes/maps | OK | 5s 862ms |
/parquet/datatypes/nameswithemoji | OK | 6s 61ms |
/parquet/datatypes/nandouble | OK | 6s 26ms |
/parquet/datatypes/negativeint64 | OK | 6s 196ms |
/parquet/datatypes/nullbyte | OK | 6s 45ms |
/parquet/datatypes/nullbytemultiple | OK | 5s 729ms |
/parquet/datatypes/nullsinid | OK | 6s 36ms |
/parquet/datatypes/pandasdecimal | OK | 5s 803ms |
/parquet/datatypes/pandasdecimaldate | OK | 5s 917ms |
/parquet/datatypes/parquetgo | OK | 6s 10ms |
/parquet/datatypes/selectdatewithfilter | OK | 14s 643ms |
/parquet/datatypes/singlenull | OK | 6s 52ms |
/parquet/datatypes/sparkv21 | OK | 6s 301ms |
/parquet/datatypes/sparkv22 | OK | 6s 122ms |
/parquet/datatypes/statdecimal | OK | 6s 78ms |
/parquet/datatypes/string | OK | 6s 147ms |
/parquet/datatypes/string int list inconsistent offset multiple batches | Skip | 998us |
/parquet/datatypes/stringtypes | OK | 6s 53ms |
/parquet/datatypes/struct | OK | 6s 90ms |
/parquet/datatypes/supporteduuid | OK | 6s 41ms |
/parquet/datatypes/timestamp1 | OK | 6s 315ms |
/parquet/datatypes/timestamp2 | OK | 5s 935ms |
/parquet/datatypes/timezone | OK | 5s 858ms |
/parquet/datatypes/unsigned | OK | 12s 0ms |
/parquet/datatypes/unsupportednull | OK | 284ms |
/parquet/complex | OK | 2m 7s |
/parquet/complex/arraystring | OK | 5s 932ms |
/parquet/complex/big tuple with nulls | OK | 6s 413ms |
/parquet/complex/bytearraydictionary | OK | 6s 153ms |
/parquet/complex/complex null | OK | 5s 979ms |
/parquet/complex/lagemap | OK | 6s 46ms |
/parquet/complex/largenestedarray | OK | 6s 34ms |
/parquet/complex/largestruct | OK | 5s 841ms |
/parquet/complex/largestruct2 | OK | 6s 189ms |
/parquet/complex/largestruct3 | OK | 5s 980ms |
/parquet/complex/list | OK | 6s 139ms |
/parquet/query/compression type/=NONE /select from replicated mergetree table into file | OK | 5m 31s |
/parquet/complex/nested array | OK | 6s 552ms |
/parquet/query/compression type/=GZIP /select from replicated mergetree table into file | OK | 5m 32s |
/parquet/query/compression type/=LZ4 /select from replicated mergetree table into file | OK | 5m 28s |
/parquet/complex/nested map | OK | 7s 573ms |
/parquet/complex/nestedallcomplex | OK | 10s 473ms |
/parquet/complex/nestedarray2 | OK | 5s 846ms |
/parquet/complex/nestedstruct | OK | 6s 464ms |
/parquet/complex/nestedstruct2 | OK | 5s 994ms |
/parquet/complex/nestedstruct3 | OK | 5s 906ms |
/parquet/complex/nestedstruct4 | OK | 6s 285ms |
/parquet/complex/tupleofnulls | OK | 5s 871ms |
/parquet/complex/tuplewithdatetime | OK | 6s 176ms |
/parquet/indexing | OK | 6s 107ms |
/parquet/indexing/bigtuplewithnulls | OK | 6s 105ms |
/parquet/cache | OK | 12s 153ms |
/parquet/cache/cache1 | OK | 5s 960ms |
/parquet/cache/cache2 | OK | 6s 190ms |
/parquet/glob | OK | 43s 936ms |
/parquet/glob/fastparquet globs | OK | 1s 656ms |
/parquet/glob/glob1 | OK | 1s 598ms |
/parquet/glob/glob2 | OK | 1s 880ms |
/parquet/glob/glob with multiple elements | OK | 333ms |
/parquet/glob/million extensions | OK | 38s 463ms |
/parquet/rowgroups | OK | 12s 122ms |
/parquet/rowgroups/manyrowgroups | OK | 5s 876ms |
/parquet/rowgroups/manyrowgroups2 | OK | 6s 243ms |
/parquet/encrypted | Skip | 1ms |
/parquet/fastparquet | OK | 2m 53s |
/parquet/fastparquet/airlines | OK | 5s 951ms |
/parquet/fastparquet/baz | OK | 5s 992ms |
/parquet/fastparquet/empty date | OK | 18s 65ms |
/parquet/fastparquet/evo | OK | 36s 473ms |
/parquet/fastparquet/fastparquet | OK | 1m 46s |
/parquet/query/compression type/=NONE /select from distributed table into file | OK | 6m 4s |
/parquet/query/compression type/=LZ4 /select from distributed table into file | OK | 6m 2s |
/parquet/query/compression type/=GZIP /select from distributed table into file | OK | 6m 2s |
/parquet/query/compression type/=LZ4 /select from mat view into file | OK | 4m 54s |
/parquet/query/compression type/=NONE /select from mat view into file | OK | 4m 53s |
/parquet/query/compression type/=GZIP /select from mat view into file | OK | 4m 50s |
/parquet/query/compression type/=GZIP /insert into table with projection from file | OK | 1m 36s |
/parquet/query/compression type/=NONE /insert into table with projection from file | OK | 1m 37s |
/parquet/query/compression type/=LZ4 /insert into table with projection from file | OK | 1m 36s |
/parquet/aws s3 | OK | 55m 57s |
/parquet/aws s3/s3 | OK | 55m 57s |
/parquet/aws s3/s3/compression type | OK | 55m 57s |
/parquet/aws s3/s3/compression type/=NONE | OK | 55m 57s |
/parquet/aws s3/s3/compression type/=NONE /outline | OK | 55m 57s |
/parquet/aws s3/s3/compression type/=NONE /outline/engine | OK | 45m 22s |
/parquet/aws s3/s3/compression type/=GZIP | OK | 41m 1s |
/parquet/aws s3/s3/compression type/=GZIP /outline | OK | 41m 1s |
/parquet/aws s3/s3/compression type/=GZIP /outline/engine | OK | 27m 25s |
/parquet/aws s3/s3/compression type/=NONE /outline/engine/insert into engine | OK | 36m 1s |
/parquet/aws s3/s3/compression type/=NONE /outline/engine/select from engine | OK | 9m 56s |
/parquet/aws s3/s3/compression type/=NONE /outline/engine/engine to file to engine | OK | 45m 22s |
/parquet/aws s3/s3/compression type/=NONE /outline/engine/insert into engine from file | OK | 9m 39s |
/parquet/aws s3/s3/compression type/=NONE /outline/engine/engine select output to file | OK | 36m 1s |
/parquet/aws s3/s3/compression type/=GZIP /outline/engine/insert into engine | OK | 21m 7s |
/parquet/aws s3/s3/compression type/=LZ4 | OK | 40m 58s |
/parquet/aws s3/s3/compression type/=LZ4 /outline | OK | 40m 58s |
/parquet/aws s3/s3/compression type/=LZ4 /outline/engine | OK | 27m 17s |
/parquet/aws s3/s3/compression type/=GZIP /outline/engine/select from engine | OK | 9m 56s |
/parquet/aws s3/s3/compression type/=LZ4 /outline/engine/insert into engine | OK | 20m 59s |
/parquet/aws s3/s3/compression type/=GZIP /outline/engine/engine to file to engine | OK | 27m 25s |
/parquet/aws s3/s3/compression type/=LZ4 /outline/engine/select from engine | OK | 9m 54s |
/parquet/aws s3/s3/compression type/=GZIP /outline/engine/insert into engine from file | OK | 9m 40s |
/parquet/aws s3/s3/compression type/=LZ4 /outline/engine/insert into engine from file | OK | 9m 41s |
/parquet/aws s3/s3/compression type/=GZIP /outline/engine/engine select output to file | OK | 21m 4s |
/parquet/aws s3/s3/compression type/=LZ4 /outline/engine/engine to file to engine | OK | 27m 17s |
/parquet/aws s3/s3/compression type/=LZ4 /outline/engine/engine select output to file | OK | 20m 58s |
/parquet/aws s3/s3/compression type/=LZ4 /outline/function | OK | 13m 41s |
/parquet/aws s3/s3/compression type/=LZ4 /outline/function/insert into function | OK | 9m 23s |
/parquet/aws s3/s3/compression type/=LZ4 /outline/function/select from function manual cast types | OK | 13m 41s |
/parquet/aws s3/s3/compression type/=LZ4 /outline/function/select from function auto cast types | OK | 11m 5s |
/parquet/aws s3/s3/compression type/=GZIP /outline/function | OK | 13m 35s |
/parquet/aws s3/s3/compression type/=GZIP /outline/function/insert into function | OK | 9m 20s |
/parquet/aws s3/s3/compression type/=GZIP /outline/function/select from function manual cast types | OK | 13m 35s |
/parquet/aws s3/s3/compression type/=GZIP /outline/function/select from function auto cast types | OK | 10m 57s |
/parquet/aws s3/s3/compression type/=NONE /outline/function | OK | 10m 35s |
/parquet/aws s3/s3/compression type/=NONE /outline/function/insert into function | OK | 4m 29s |
/parquet/aws s3/s3/compression type/=NONE /outline/function/select from function manual cast types | OK | 10m 35s |
/parquet/aws s3/s3/compression type/=NONE /outline/function/select from function auto cast types | OK | 6m 39s |
Generated by TestFlows Open-Source Test Framework v2.0.231130.1212236