Skip to content

Fix null check in the array_histogram #74205

Fix null check in the array_histogram

Fix null check in the array_histogram #74205

Triggered via pull request January 22, 2025 16:09
Status Failure
Total duration 53m 1s
Artifacts 99

ci.yml

on: pull_request
check-commits-dispatcher
34s
check-commits-dispatcher
build-test-matrix
56s
build-test-matrix
Matrix: hive-tests
Matrix: maven-checks
Matrix: check-commit
Matrix: pt
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

18 errors and 98 warnings
TestSnowflake > testCreateTableAsSelect [groups: snowflake, profile_specific_tests]: testing/trino-product-tests/src/main/java/io/trino/tests/product/snowflake/TestSnowflake.java#L36
java.sql.SQLException: Query failed (#20250122_162250_00002_vmv2b): Your account is suspended due to lack of payment method.
pt (default, suite-snowflake, )
Process completed with exit code 1.
TestTrinoSnowflakeCatalog.: plugin/trino-iceberg/src/test/java/org/apache/iceberg/snowflake/TestTrinoSnowflakeCatalog.java#L105
net.snowflake.client.jdbc.SnowflakeSQLException: Your account is suspended due to lack of payment method.
test (plugin/trino-iceberg, cloud-tests)
Process completed with exit code 1.
TestDeltaLakeAdlsConnectorSmokeTest.testVacuum: plugin/trino-delta-lake/src/test/java/io/trino/plugin/deltalake/TestDeltaLakeAdlsConnectorSmokeTest.java#L1
expected: ["abfs://[email protected]/test-delta-lake-integration-smoke-test-jlqwd1f1yy/test_vacuum0y81m9guk3/regionkey=0/20250122_162150_00329_dug7y_d4414a01-3e05-4ea6-9456-5a4638be5ec6", "abfs://[email protected]/test-delta-lake-integration-smoke-test-jlqwd1f1yy/test_vacuum0y81m9guk3/regionkey=2/20250122_162150_00329_dug7y_818b9dc7-aa0c-4aa4-a4b9-51e9e5808b86", "abfs://[email protected]/test-delta-lake-integration-smoke-test-jlqwd1f1yy/test_vacuum0y81m9guk3/regionkey=4/20250122_162150_00329_dug7y_262d36bd-1908-47f9-a0c6-0c9dfa8c13ad", "abfs://[email protected]/test-delta-lake-integration-smoke-test-jlqwd1f1yy/test_vacuum0y81m9guk3/regionkey=1/20250122_162150_00329_dug7y_41894f6e-e8e5-4904-a52c-1cf8d6d6e7c3", "abfs://[email protected]/test-delta-lake-integration-smoke-test-jlqwd1f1yy/test_vacuum0y81m9guk3/regionkey=3/20250122_162150_00329_dug7y_6c1a0378-b173-45a9-9111-538c4f62bf01"] but was: ["abfs://[email protected]/test-delta-lake-integration-smoke-test-jlqwd1f1yy/test_vacuum0y81m9guk3/regionkey=0/20250122_162149_00323_dug7y_fad2b639-f943-453e-92ee-f4c2ff51e329", "abfs://[email protected]/test-delta-lake-integration-smoke-test-jlqwd1f1yy/test_vacuum0y81m9guk3/regionkey=0/20250122_162150_00329_dug7y_d4414a01-3e05-4ea6-9456-5a4638be5ec6", "abfs://[email protected]/test-delta-lake-integration-smoke-test-jlqwd1f1yy/test_vacuum0y81m9guk3/regionkey=1/20250122_162149_00323_dug7y_3406eb14-c0b9-4316-8af6-dc0d241400b3", "abfs://[email protected]/test-delta-lake-integration-smoke-test-jlqwd1f1yy/test_vacuum0y81m9guk3/regionkey=1/20250122_162150_00329_dug7y_41894f6e-e8e5-4904-a52c-1cf8d6d6e7c3", "abfs://[email protected]/test-delta-lake-integration-smoke-test-jlqwd1f1yy/test_vacuum0y81m9guk3/regionkey=2/20250122_162149_00323_dug7y_edb7449a-0a8d-467e-8adb-27ad33410e0f", "abfs://[email protected]/test-delta-lake-integration-smoke-test-jlqwd1f1yy/test_vacuum0y81m9guk3/regionkey=2/20250122_162150_00329_dug7y_818b9dc7-aa0c-4aa4-a4b9-51e9e5808b86", "abfs://[email protected]/test-delta-lake-integration-smoke-test-jlqwd1f1yy/test_vacuum0y81m9guk3/regionkey=3/20250122_162149_00323_dug7y_79c620ff-a899-4bbe-b19b-0844a76c878e", "abfs://[email protected]/test-delta-lake-integration-smoke-test-jlqwd1f1yy/test_vacuum0y81m9guk3/regionkey=3/20250122_162150_00329_dug7y_6c1a0378-b173-45a9-9111-538c4f62bf01", "abfs://[email protected]/test-delta-lake-integration-smoke-test-jlqwd1f1yy/test_vacuum0y81m9guk3/regionkey=4/20250122_162149_00323_dug7y_c0f84d8d-1d5c-4226-973b-94e5d3f4866c", "abfs://[email protected]/test-delta-lake-integration-smoke-test-jlqwd1f1yy/test_vacuum0y81m9guk3/regionkey=4/20250122_162150_00329_dug7y_262d36bd-1908-47f9-a0c6-0c9dfa8c13ad"]
test (plugin/trino-delta-lake, cloud-tests)
Process completed with exit code 1.
TestSnowflakeConnectorTest.testTopN: plugin/trino-snowflake/src/test/java/io/trino/plugin/snowflake/TestSnowflakeConnectorTest.java#L1
Execution of 'actual' query 20250122_161516_00023_hjbss failed: SELECT n.name, r.name FROM nation n LEFT JOIN region r ON n.regionkey = r.regionkey ORDER BY n.name LIMIT 1
TestSnowflakeConnectorTest.testIn: plugin/trino-snowflake/src/test/java/io/trino/plugin/snowflake/TestSnowflakeConnectorTest.java#L1
Execution of 'actual' query 20250122_161518_00025_hjbss failed: SELECT orderkey FROM orders WHERE orderkey IN (1, 2, 3)
TestSnowflakeConnectorTest.testArithmeticNegation: plugin/trino-snowflake/src/test/java/io/trino/plugin/snowflake/TestSnowflakeConnectorTest.java#L1
Execution of 'actual' query 20250122_161518_00028_hjbss failed: SELECT -custkey FROM orders
TestSnowflakeConnectorTest.testTopNByMultipleFields: plugin/trino-snowflake/src/test/java/io/trino/plugin/snowflake/TestSnowflakeConnectorTest.java#L1
Execution of 'actual' query 20250122_161519_00030_hjbss failed: SELECT orderkey, custkey, orderstatus FROM orders ORDER BY orderkey ASC, custkey ASC LIMIT 10
TestSnowflakeConnectorTest.testPredicate: plugin/trino-snowflake/src/test/java/io/trino/plugin/snowflake/TestSnowflakeConnectorTest.java#L1
Execution of 'actual' query 20250122_161518_00029_hjbss failed: SELECT * FROM ( SELECT orderkey+1 AS a FROM orders WHERE orderstatus = 'F' UNION ALL SELECT orderkey FROM orders WHERE orderkey % 2 = 0 UNION ALL (SELECT orderkey+custkey FROM orders ORDER BY orderkey LIMIT 10) ) WHERE a < 20 OR a > 100 ORDER BY a
test (plugin/trino-snowflake, cloud-tests)
Process completed with exit code 1.
check-commits-dispatcher
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
check-commit
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build-test-matrix
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
test (plugin/trino-redshift)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
test (plugin/trino-snowflake)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
test (lib/trino-hdfs, cloud-tests)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
test (plugin/trino-openlineage)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
test (plugin/trino-google-sheets)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
test (plugin/trino-resource-group-managers)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
test (plugin/trino-redis)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
test (plugin/trino-hudi)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
test (lib/trino-filesystem-s3, cloud-tests)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
test (testing/trino-faulttolerant-tests, test-fault-tolerant-delta)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
test (testing/trino-faulttolerant-tests, default)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
hive-tests (config-hdp3)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
test (plugin/trino-kudu)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
test (lib/trino-filesystem-gcs, cloud-tests)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
test (plugin/trino-elasticsearch)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
test (plugin/trino-kafka)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
test (plugin/trino-ignite)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
test (lib/trino-orc,lib/trino-parquet)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
test (plugin/trino-clickhouse)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build-pt
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
test (plugin/trino-opensearch)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
test (plugin/trino-vertica)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
test (plugin/trino-pinot)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
test (plugin/trino-mariadb)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
test (plugin/trino-mongodb)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
test (plugin/trino-mysql)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
test (plugin/trino-sqlserver)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
test (client/trino-jdbc,plugin/trino-base-jdbc,plugin/trino-memory,plugin/trino-thrift)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
error-prone-checks
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
test (plugin/trino-cassandra)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
pt (default, suite-all-connectors-smoke, )
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
pt (default, suite-cassandra, )
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
pt (default, suite-clickhouse, )
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
pt (default, suite-ignite, )
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
pt (default, suite-functions, )
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
test (testing/trino-faulttolerant-tests, test-fault-tolerant-iceberg)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
test (plugin/trino-postgresql)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
pt (default, suite-ranger, )
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
pt (default, suite-mysql, )
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
test (plugin/trino-exasol)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
test (plugin/trino-oracle)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
test (plugin/trino-delta-lake, fte-tests)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
pt (default, suite-tpch, )
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
test (plugin/trino-singlestore)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
test-jdbc-compatibility
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
test (plugin/trino-bigquery, cloud-tests-2)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
test (plugin/trino-iceberg, fte-tests)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
test (plugin/trino-hive, test-parquet)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
test (plugin/trino-redshift, cloud-tests)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
pt (default, suite-delta-lake-databricks113, )
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
pt (default, suite-delta-lake-databricks122, )
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
pt (apache-hive3, suite-hms-only, )
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
test (testing/trino-faulttolerant-tests, test-fault-tolerant-hive)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
pt (default, suite-gcs, )
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
pt (default, suite-hudi, )
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
test (lib/trino-filesystem-azure, cloud-tests)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
pt (default, suite-delta-lake-databricks143, )
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
pt (default, suite-clients, )
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
test-other-modules
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
pt (default, suite-databricks-unity-http-hms, )
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
maven-checks 24-ea
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
maven-checks 23
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
pt (default, suite-kafka, )
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
test (plugin/trino-phoenix5)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
test (plugin/trino-hive, fte-tests)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
test (plugin/trino-delta-lake)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
test (plugin/trino-bigquery)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
pt (default, suite-parquet, )
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
pt (default, suite-ldap, )
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
artifact-checks
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
pt (default, suite-tpcds, )
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
pt (default, suite-oauth2, )
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
test (plugin/trino-iceberg)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
test (plugin/trino-iceberg, minio-and-avro)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
pt (default, suite-compatibility, )
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
test (plugin/trino-hive)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
test (plugin/trino-redshift, fte-tests)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
pt (default, suite-delta-lake-databricks133, )
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
pt (default, suite-storage-formats-detailed, )
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
pt (default, suite-azure, )
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
test (plugin/trino-druid)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
test (core/trino-main)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
pt (default, suite-delta-lake-databricks104, )
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
pt (default, suite-1, )
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
test (testing/trino-tests)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
pt (default, suite-delta-lake-oss, )
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
pt (default, suite-7-non-generic, )
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
pt (default, suite-delta-lake-databricks154, )
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
pt (default, suite-3, )
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
pt (default, suite-5, )
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
pt (default, suite-hive-transactional, )
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
pt (default, suite-6-non-generic, )
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
pt (default, suite-2, )
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
pt (default, suite-iceberg, )
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636

Artifacts

Produced during runtime
Name Size
product tests and server tarball
1.38 GB
results plugin_trino-delta-lake, cloud-tests,
244 KB
results plugin_trino-iceberg, cloud-tests,
271 KB
results plugin_trino-snowflake, cloud-tests,
204 KB
results pt (default, suite-snowflake, )
395 MB
test report client_trino-jdbc,plugin_trino-base-jdbc,plugin_trino-memory,plugin_trino-thrift, ,
713 KB
test report core_trino-main, ,
13.6 MB
test report hive-tests
145 KB
test report lib_trino-filesystem,lib_trino-filesystem-azure,lib_trino-filesystem-alluxio,lib_trino-filesystem-ca
375 KB
test report lib_trino-filesystem-azure, cloud-tests,
55.2 KB
test report lib_trino-filesystem-gcs, cloud-tests,
10.2 KB
test report lib_trino-filesystem-s3, cloud-tests,
16.7 KB
test report lib_trino-hdfs, cloud-tests,
14 KB
test report lib_trino-orc,lib_trino-parquet, ,
1000 KB
test report plugin_trino-bigquery, ,
168 KB
test report plugin_trino-bigquery, cloud-tests-2,
197 KB
test report plugin_trino-cassandra, ,
150 KB
test report plugin_trino-clickhouse, ,
69.2 KB
test report plugin_trino-delta-lake, ,
1.1 MB
test report plugin_trino-delta-lake, cloud-tests,
237 KB
test report plugin_trino-delta-lake, fte-tests,
57.8 KB
test report plugin_trino-druid, ,
45.3 KB
test report plugin_trino-elasticsearch, ,
81.8 KB
test report plugin_trino-exasol, ,
36.4 KB
test report plugin_trino-google-sheets, ,
31.5 KB
test report plugin_trino-hive, ,
2.44 MB
test report plugin_trino-hive, fte-tests,
79.6 KB
test report plugin_trino-hive, test-parquet,
15.2 KB
test report plugin_trino-hudi, ,
189 KB
test report plugin_trino-iceberg, ,
1.45 MB
test report plugin_trino-iceberg, cloud-tests,
264 KB
test report plugin_trino-iceberg, fte-tests,
69.1 KB
test report plugin_trino-iceberg, minio-and-avro,
122 KB
test report plugin_trino-ignite, ,
47.3 KB
test report plugin_trino-kafka, ,
243 KB
test report plugin_trino-kudu, ,
140 KB
test report plugin_trino-mariadb, ,
173 KB
test report plugin_trino-mongodb, ,
257 KB
test report plugin_trino-mysql, ,
265 KB
test report plugin_trino-openlineage, ,
50.1 KB
test report plugin_trino-opensearch, ,
103 KB
test report plugin_trino-oracle, ,
230 KB
test report plugin_trino-phoenix5, ,
46.3 KB
test report plugin_trino-pinot, ,
304 KB
test report plugin_trino-postgresql, ,
267 KB
test report plugin_trino-redis, ,
60.3 KB
test report plugin_trino-redshift, ,
26.2 KB
test report plugin_trino-redshift, cloud-tests,
61.8 KB
test report plugin_trino-redshift, fte-tests,
23.4 KB
test report plugin_trino-resource-group-managers, ,
72 KB
test report plugin_trino-singlestore, ,
67.5 KB
test report plugin_trino-snowflake, ,
18.8 KB
test report plugin_trino-snowflake, cloud-tests,
134 KB
test report plugin_trino-sqlserver, ,
254 KB
test report plugin_trino-vertica, ,
51 KB
test report pt (apache-hive3, suite-hms-only, )
3.65 KB
test report pt (default, suite-1, )
15.7 KB
test report pt (default, suite-2, )
28.6 KB
test report pt (default, suite-3, )
18.9 KB
test report pt (default, suite-5, )
28.2 KB
test report pt (default, suite-6-non-generic, )
22.2 KB
test report pt (default, suite-7-non-generic, )
19.5 KB
test report pt (default, suite-all-connectors-smoke, )
883 Bytes
test report pt (default, suite-azure, )
3.76 KB
test report pt (default, suite-cassandra, )
982 Bytes
test report pt (default, suite-clickhouse, )
986 Bytes
test report pt (default, suite-clients, )
3.8 KB
test report pt (default, suite-compatibility, )
7.43 KB
test report pt (default, suite-databricks-unity-http-hms, )
1.3 KB
test report pt (default, suite-delta-lake-databricks104, )
6.41 KB
test report pt (default, suite-delta-lake-databricks113, )
2.48 KB
test report pt (default, suite-delta-lake-databricks122, )
2.06 KB
test report pt (default, suite-delta-lake-databricks133, )
1.98 KB
test report pt (default, suite-delta-lake-databricks143, )
1.98 KB
test report pt (default, suite-delta-lake-databricks154, )
7.05 KB
test report pt (default, suite-delta-lake-oss, )
20.4 KB
test report pt (default, suite-functions, )
1.9 KB
test report pt (default, suite-gcs, )
3.19 KB
test report pt (default, suite-hive-transactional, )
10.2 KB
test report pt (default, suite-hudi, )
3.27 KB
test report pt (default, suite-iceberg, )
27.9 KB
test report pt (default, suite-ignite, )
967 Bytes
test report pt (default, suite-kafka, )
8.53 KB
test report pt (default, suite-ldap, )
10.8 KB
test report pt (default, suite-mysql, )
2.44 KB
test report pt (default, suite-oauth2, )
7.58 KB
test report pt (default, suite-parquet, )
3 KB
test report pt (default, suite-ranger, )
968 Bytes
test report pt (default, suite-snowflake, )
3.32 KB
test report pt (default, suite-storage-formats-detailed, )
3.65 KB
test report pt (default, suite-tpcds, )
4.9 KB
test report pt (default, suite-tpch, )
1.8 KB
test report test-jdbc-compatibility
26.9 KB
test report test-other-modules
1.43 MB
test report testing_trino-faulttolerant-tests, default,
58.2 KB
test report testing_trino-faulttolerant-tests, test-fault-tolerant-delta,
20.5 KB
test report testing_trino-faulttolerant-tests, test-fault-tolerant-hive,
208 KB
test report testing_trino-faulttolerant-tests, test-fault-tolerant-iceberg,
48.3 KB
test report testing_trino-tests, ,
1.76 MB