Skip to content

Close currentRows silently #76110

Close currentRows silently

Close currentRows silently #76110

Triggered via pull request March 11, 2025 14:11
Status Failure
Total duration 55m 18s
Artifacts 95

ci.yml

on: pull_request
check-commits-dispatcher
33s
check-commits-dispatcher
build-test-matrix
1m 6s
build-test-matrix
artifact-checks
22m 9s
artifact-checks
error-prone-checks
14m 37s
error-prone-checks
test-jdbc-compatibility
16m 30s
test-jdbc-compatibility
test-other-modules
17m 8s
test-other-modules
Matrix: hive-tests
Matrix: maven-checks
Matrix: check-commit
Matrix: pt
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

6 errors
TestDeltaLakeDatabricksUnityCompatibility > testBasicTableReadWrite [groups: databricks-unity-http-hms, profile_specific_tests]: testing/trino-product-tests/src/main/java/io/trino/tests/product/deltalake/TestDeltaLakeDatabricksUnityCompatibility.java#L73
java.sql.SQLException: Query failed (#20250311_143204_00001_2sfff): Error listing schemas for catalog delta: Error from Unity Catalog service: FEATURE_DISABLED: HMS compatibility with Unity Catalog is currently in private preview. For more information, please contact your Databricks representative. Request ID: ef12e744-f388-4871-937d-599f1a25adcc
TestDeltaLakeDatabricksUnityCompatibility > testColumnTypes [groups: databricks-unity-http-hms, profile_specific_tests]: testing/trino-product-tests/src/main/java/io/trino/tests/product/deltalake/TestDeltaLakeDatabricksUnityCompatibility.java#L170
java.sql.SQLException: Query failed (#20250311_143235_00002_2sfff): Error from Unity Catalog service: FEATURE_DISABLED: HMS compatibility with Unity Catalog is currently in private preview. For more information, please contact your Databricks representative. Request ID: 2c0b5730-1117-4f06-b2c7-c74d0ce6cb70
TestDeltaLakeDatabricksUnityCompatibility > testManagedTable [groups: databricks-unity-http-hms, profile_specific_tests]: testing/trino-product-tests/src/main/java/io/trino/tests/product/deltalake/TestDeltaLakeDatabricksUnityCompatibility.java#L136
java.sql.SQLException: Query failed (#20250311_143303_00003_2sfff): Error from Unity Catalog service: FEATURE_DISABLED: HMS compatibility with Unity Catalog is currently in private preview. For more information, please contact your Databricks representative. Request ID: 57052cf9-859e-4e44-bf2f-cd1aa6175c90
TestDeltaLakeDatabricksUnityCompatibility > testUnsupportedStatements [groups: databricks-unity-http-hms, profile_specific_tests]: testing/trino-product-tests/src/main/java/io/trino/tests/product/deltalake/TestDeltaLakeDatabricksUnityCompatibility.java#L203
Expecting throwable message: "Query failed (#20250311_143332_00004_2sfff): Error from Unity Catalog service: FEATURE_DISABLED: HMS compatibility with Unity Catalog is currently in private preview. For more information, please contact your Databricks representative. Request ID: 7a287404-3c80-469b-a948-64118e5548c6" to contain: "DDL not enabled in Hive metastore interface." but did not. Throwable that failed the check: java.sql.SQLException: Query failed (#20250311_143332_00004_2sfff): Error from Unity Catalog service: FEATURE_DISABLED: HMS compatibility with Unity Catalog is currently in private preview. For more information, please contact your Databricks representative. Request ID: 7a287404-3c80-469b-a948-64118e5548c6 at io.trino.jdbc.ResultUtils.resultsException(ResultUtils.java:33) at io.trino.jdbc.AsyncResultIterator.lambda$new$1(AsyncResultIterator.java:93) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) at java.base/java.lang.Thread.run(Thread.java:1575) Suppressed: java.lang.Exception: Query: CREATE TABLE delta.test_delta_basic_ydjari8049.new_table (c1 int) WITH (location = 's3://trino-ci-test/databricks-unity/external/trino_test_mbty0cxqzw') at io.trino.tempto.query.JdbcQueryExecutor.executeQueryNoParams(JdbcQueryExecutor.java:136) at io.trino.tempto.query.JdbcQueryExecutor.execute(JdbcQueryExecutor.java:112) at io.trino.tempto.query.JdbcQueryExecutor.executeQuery(JdbcQueryExecutor.java:84) at io.trino.tests.product.utils.QueryExecutors$1.lambda$executeQuery$0(QueryExecutors.java:54) at dev.failsafe.Functions.lambda$toCtxSupplier$11(Functions.java:243) at dev.failsafe.Functions.lambda$get$0(Functions.java:46) at dev.failsafe.internal.RetryPolicyExecutor.lambda$apply$0(RetryPolicyExecutor.java:74) at dev.failsafe.SyncExecutionImpl.executeSync(SyncExecutionImpl.java:187) at dev.failsafe.FailsafeExecutor.call(FailsafeExecutor.java:376) at dev.failsafe.FailsafeExecutor.get(FailsafeExecutor.java:112) at io.trino.tests.product.utils.QueryExecutors$1.executeQuery(QueryExecutors.java:54) at io.trino.tests.product.deltalake.TestDeltaLakeDatabricksUnityCompatibility.lambda$testUnsupportedStatements$0(TestDeltaLakeDatabricksUnityCompatibility.java:202) at io.trino.tempto.assertions.QueryAssert.assertQueryFailure(QueryAssert.java:108) at io.trino.tests.product.deltalake.TestDeltaLakeDatabricksUnityCompatibility.testUnsupportedStatements(TestDeltaLakeDatabricksUnityCompatibility.java:202) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:104) at org.testng.internal.Invoker.invokeMethod(Invoker.java:645) at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:851) at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1177) at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:129) at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:112) ... 3 more Caused by: io.trino.spi.TrinoException: Error from Unity Catalog service: FEATURE_DISABLED: HMS compatibility with Unity Catalog is currently in private preview. For more information, please contact your Databricks representative. Request ID: 7a287404-3c80-469b-a948-64118e5548c6 at io.trino.plugin.hive.metastore.thrift.ThriftHiveMetastore.getTable(ThriftHiveMetastore.java:311) at io.trino.plugin.hive.metastore.thrift.BridgingHiveMetastore.getTable(BridgingHiveMetastore.java:102) at io.trino.metastore.tracing.TracingHiveMetastore.lambda$getTable$2(TracingHiveMetastore.java:100) at io.trino.metastore.tracing.Tracing.withTracing(Tracing.java:43) at io.trino.metastore.tracing.TracingH
TestHiveDatabricksUnityCompatibility > testBasicHiveOperations [groups: databricks-unity-http-hms, profile_specific_tests]: testing/trino-product-tests/src/main/java/io/trino/tests/product/hive/TestHiveDatabricksUnityCompatibility.java#L68
java.sql.SQLException: Query failed (#20250311_143401_00005_2sfff): Error listing schemas for catalog hive: Error from Unity Catalog service: FEATURE_DISABLED: HMS compatibility with Unity Catalog is currently in private preview. For more information, please contact your Databricks representative. Request ID: fbce9cde-241f-4b01-9a8b-1b08be9f531c
pt (default, suite-databricks-unity-http-hms, )
Process completed with exit code 1.

Artifacts

Produced during runtime
Name Size
product tests and server tarball Expired
1.3 GB
results pt (default, suite-databricks-unity-http-hms, )
393 MB
test report client_trino-jdbc,core_trino-spi,core_trino-web-ui, ,
288 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
540 KB
test report lib_trino-filesystem-azure, cloud-tests,
59.2 KB
test report lib_trino-filesystem-gcs, cloud-tests,
10.3 KB
test report lib_trino-filesystem-s3, cloud-tests,
16.9 KB
test report lib_trino-hdfs, cloud-tests,
13.9 KB
test report lib_trino-orc,lib_trino-parquet, ,
1010 KB
test report plugin_trino-base-jdbc,plugin_trino-faker,plugin_trino-geospatial,plugin_trino-memory,plugin_trino-o
951 KB
test report plugin_trino-bigquery, ,
216 KB
test report plugin_trino-bigquery, cloud-tests-2,
199 KB
test report plugin_trino-cassandra, ,
151 KB
test report plugin_trino-clickhouse, ,
71.8 KB
test report plugin_trino-delta-lake, ,
1.04 MB
test report plugin_trino-delta-lake, cloud-tests,
238 KB
test report plugin_trino-delta-lake, fte-tests,
58.9 KB
test report plugin_trino-druid, ,
45.1 KB
test report plugin_trino-duckdb, ,
32.7 KB
test report plugin_trino-elasticsearch, ,
82.6 KB
test report plugin_trino-exasol, ,
36.6 KB
test report plugin_trino-google-sheets, ,
31.6 KB
test report plugin_trino-hive, ,
2.39 MB
test report plugin_trino-hive, fte-tests,
83.6 KB
test report plugin_trino-hive, test-parquet,
15.3 KB
test report plugin_trino-hudi, ,
175 KB
test report plugin_trino-iceberg, ,
1.5 MB
test report plugin_trino-iceberg, cloud-tests,
268 KB
test report plugin_trino-iceberg, fte-tests,
68.3 KB
test report plugin_trino-iceberg, minio-and-avro,
122 KB
test report plugin_trino-ignite, ,
103 KB
test report plugin_trino-kafka, ,
244 KB
test report plugin_trino-mariadb, ,
175 KB
test report plugin_trino-mongodb, ,
259 KB
test report plugin_trino-mysql, ,
264 KB
test report plugin_trino-openlineage, ,
43.3 KB
test report plugin_trino-opensearch, ,
104 KB
test report plugin_trino-oracle, ,
254 KB
test report plugin_trino-pinot, ,
318 KB
test report plugin_trino-postgresql, ,
281 KB
test report plugin_trino-redis, ,
60 KB
test report plugin_trino-redshift, ,
26.4 KB
test report plugin_trino-redshift, cloud-tests,
62.8 KB
test report plugin_trino-redshift, fte-tests,
23.5 KB
test report plugin_trino-resource-group-managers, ,
72.7 KB
test report plugin_trino-singlestore, ,
67.2 KB
test report plugin_trino-snowflake, ,
18.9 KB
test report plugin_trino-snowflake, cloud-tests,
168 KB
test report plugin_trino-sqlserver, ,
262 KB
test report plugin_trino-vertica, ,
51.1 KB
test report pt (apache-hive3, suite-hms-only, )
3.65 KB
test report pt (default, suite-1, )
15.6 KB
test report pt (default, suite-2, )
28.7 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, )
21.3 KB
test report pt (default, suite-7-non-generic, )
18.4 KB
test report pt (default, suite-all-connectors-smoke, )
884 Bytes
test report pt (default, suite-azure, )
3.74 KB
test report pt (default, suite-cassandra, )
980 Bytes
test report pt (default, suite-clickhouse, )
985 Bytes
test report pt (default, suite-clients, )
3.79 KB
test report pt (default, suite-compatibility, )
7.44 KB
test report pt (default, suite-databricks-unity-http-hms, )
8.87 KB
test report pt (default, suite-delta-lake-databricks113, )
6.65 KB
test report pt (default, suite-delta-lake-databricks122, )
2.35 KB
test report pt (default, suite-delta-lake-databricks133, )
1.95 KB
test report pt (default, suite-delta-lake-databricks143, )
1.95 KB
test report pt (default, suite-delta-lake-databricks154, )
6.95 KB
test report pt (default, suite-delta-lake-oss, )
20.5 KB
test report pt (default, suite-functions, )
1.89 KB
test report pt (default, suite-gcs, )
3.19 KB
test report pt (default, suite-hive-transactional, )
10.1 KB
test report pt (default, suite-hudi, )
3.27 KB
test report pt (default, suite-iceberg, )
27.8 KB
test report pt (default, suite-ignite, )
964 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.59 KB
test report pt (default, suite-parquet, )
3.02 KB
test report pt (default, suite-ranger, )
971 Bytes
test report pt (default, suite-snowflake, )
979 Bytes
test report pt (default, suite-storage-formats-detailed, )
3.65 KB
test report pt (default, suite-tpcds, )
4.91 KB
test report pt (default, suite-tpch, )
1.8 KB
test report test-jdbc-compatibility
26.8 KB
test report test-other-modules
1010 KB
test report testing_trino-faulttolerant-tests, default,
59 KB
test report testing_trino-faulttolerant-tests, test-fault-tolerant-delta,
20.6 KB
test report testing_trino-faulttolerant-tests, test-fault-tolerant-hive,
209 KB
test report testing_trino-faulttolerant-tests, test-fault-tolerant-iceberg,
48.8 KB
test report testing_trino-tests, ,
1.75 MB