Skip to content

add new field updatedRows to QueryStatistics.java where it's availabl… #74562

add new field updatedRows to QueryStatistics.java where it's availabl…

add new field updatedRows to QueryStatistics.java where it's availabl… #74562

Triggered via pull request January 31, 2025 21:18
Status Failure
Total duration 51m 53s
Artifacts 79

ci.yml

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

Annotations

9 errors
test (plugin/trino-cassandra)
Process completed with exit code 1.
TestHiveFaultTolerantExecutionConnectorTest.testUpdateStatsWithRaisedEvents: testing/trino-faulttolerant-tests/src/test/java/io/trino/faulttolerant/hive/TestHiveFaultTolerantExecutionConnectorTest.java#L1
Expecting message to be: "Modifying Hive table rows is only supported for transactional tables" but was: "io.trino.testing.QueryFailedException: Modifying Hive table rows is only supported for transactional tables" Throwable that failed the check: java.lang.RuntimeException: io.trino.testing.QueryFailedException: Modifying Hive table rows is only supported for transactional tables at io.trino.testing.BaseConnectorTest.runUpdateDeleteStatsWithRaisedEvents(BaseConnectorTest.java:5089) at io.trino.testing.BaseConnectorTest.testUpdateStatsWithRaisedEvents(BaseConnectorTest.java:5054) at io.trino.plugin.hive.BaseHiveConnectorTest.lambda$testUpdateStatsWithRaisedEvents$8(BaseHiveConnectorTest.java:367) at org.assertj.core.api.ThrowableAssert.catchThrowable(ThrowableAssert.java:63) at org.assertj.core.api.AssertionsForClassTypes.catchThrowable(AssertionsForClassTypes.java:904) at org.assertj.core.api.Assertions.catchThrowable(Assertions.java:1472) at org.assertj.core.api.Assertions.assertThatThrownBy(Assertions.java:1315) at io.trino.plugin.hive.BaseHiveConnectorTest.testUpdateStatsWithRaisedEvents(BaseHiveConnectorTest.java:367) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:767) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$8(TestMethodTestDescriptor.java:217) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:213) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:138) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:68) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:156) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:146) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:144) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(Throwa
test (testing/trino-faulttolerant-tests, test-fault-tolerant-hive)
Process completed with exit code 1.
TestIcebergV2.testEnvironmentContext: plugin/trino-iceberg/src/test/java/io/trino/plugin/iceberg/TestIcebergV2.java#L1523
Expecting map: {"changed-partition-count"="0", "engine-name"="trino", "engine-version"="<unknown>", "iceberg-version"="Apache Iceberg 1.7.1 (commit 4a432839233f2343a9eae8255532f911f06358ef)", "total-data-files"="0", "total-delete-files"="0", "total-equality-deletes"="0", "total-files-size"="0", "total-position-deletes"="0", "total-records"="0", "trino_query_id"="20250131_212946_00104_wptwj", "trino_user"="user"} to contain entries: ["engine-name"="trino", "engine-version"="testversion"] but the following map entries had different values: ["engine-version"="<unknown>" (expected: "testversion")]
test (plugin/trino-iceberg)
Process completed with exit code 1.
TestHiveConnectorTest.testUpdateStatsWithRaisedEvents: plugin/trino-hive/src/test/java/io/trino/plugin/hive/TestHiveConnectorTest.java#L1
Expecting message to be: "Modifying Hive table rows is only supported for transactional tables" but was: "io.trino.testing.QueryFailedException: Modifying Hive table rows is only supported for transactional tables" Throwable that failed the check: java.lang.RuntimeException: io.trino.testing.QueryFailedException: Modifying Hive table rows is only supported for transactional tables at io.trino.testing.BaseConnectorTest.runUpdateDeleteStatsWithRaisedEvents(BaseConnectorTest.java:5089) at io.trino.testing.BaseConnectorTest.testUpdateStatsWithRaisedEvents(BaseConnectorTest.java:5054) at io.trino.plugin.hive.BaseHiveConnectorTest.lambda$testUpdateStatsWithRaisedEvents$8(BaseHiveConnectorTest.java:367) at org.assertj.core.api.ThrowableAssert.catchThrowable(ThrowableAssert.java:63) at org.assertj.core.api.AssertionsForClassTypes.catchThrowable(AssertionsForClassTypes.java:904) at org.assertj.core.api.Assertions.catchThrowable(Assertions.java:1472) at org.assertj.core.api.Assertions.assertThatThrownBy(Assertions.java:1315) at io.trino.plugin.hive.BaseHiveConnectorTest.testUpdateStatsWithRaisedEvents(BaseHiveConnectorTest.java:367) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:767) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$8(TestMethodTestDescriptor.java:217) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:213) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:138) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:68) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:156) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:146) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:144) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(Throwa
test (plugin/trino-hive)
Process completed with exit code 1.

Artifacts

Produced during runtime
Name Size
product tests and server tarball Expired
1.44 GB
results plugin_trino-cassandra, , Expired
160 KB
results plugin_trino-hive, , Expired
2.58 MB
results plugin_trino-iceberg, , Expired
1.48 MB
results testing_trino-faulttolerant-tests, test-fault-tolerant-hive, Expired
217 KB
test report client_trino-jdbc,plugin_trino-base-jdbc,plugin_trino-memory,plugin_trino-thrift, , Expired
715 KB
test report core_trino-main, , Expired
13.6 MB
test report lib_trino-filesystem,lib_trino-filesystem-azure,lib_trino-filesystem-alluxio,lib_trino-filesystem-ca Expired
380 KB
test report lib_trino-hdfs, cloud-tests, Expired
6.03 KB
test report lib_trino-orc,lib_trino-parquet, , Expired
1010 KB
test report plugin_trino-bigquery, , Expired
107 KB
test report plugin_trino-cassandra, , Expired
151 KB
test report plugin_trino-clickhouse, , Expired
69.6 KB
test report plugin_trino-delta-lake, , Expired
1.09 MB
test report plugin_trino-delta-lake, fte-tests, Expired
57.1 KB
test report plugin_trino-druid, , Expired
45.4 KB
test report plugin_trino-duckdb, , Expired
32.8 KB
test report plugin_trino-elasticsearch, , Expired
83.3 KB
test report plugin_trino-exasol, , Expired
36.6 KB
test report plugin_trino-google-sheets, , Expired
31.6 KB
test report plugin_trino-hive, , Expired
2.44 MB
test report plugin_trino-hive, fte-tests, Expired
81.9 KB
test report plugin_trino-hive, test-parquet, Expired
15.2 KB
test report plugin_trino-hudi, , Expired
188 KB
test report plugin_trino-iceberg, , Expired
1.44 MB
test report plugin_trino-iceberg, fte-tests, Expired
65.7 KB
test report plugin_trino-iceberg, minio-and-avro, Expired
122 KB
test report plugin_trino-ignite, , Expired
47.5 KB
test report plugin_trino-kafka, , Expired
242 KB
test report plugin_trino-kudu, , Expired
139 KB
test report plugin_trino-mariadb, , Expired
173 KB
test report plugin_trino-mongodb, , Expired
261 KB
test report plugin_trino-mysql, , Expired
262 KB
test report plugin_trino-openlineage, , Expired
50.3 KB
test report plugin_trino-opensearch, , Expired
104 KB
test report plugin_trino-oracle, , Expired
242 KB
test report plugin_trino-phoenix5, , Expired
45 KB
test report plugin_trino-pinot, , Expired
307 KB
test report plugin_trino-postgresql, , Expired
266 KB
test report plugin_trino-redis, , Expired
60.6 KB
test report plugin_trino-redshift, , Expired
26.1 KB
test report plugin_trino-resource-group-managers, , Expired
71.8 KB
test report plugin_trino-snowflake, , Expired
18.8 KB
test report plugin_trino-sqlserver, , Expired
252 KB
test report plugin_trino-vertica, , Expired
52.3 KB
test report pt (apache-hive3, suite-hms-only, ) Expired
3.65 KB
test report pt (default, suite-1, ) Expired
15.7 KB
test report pt (default, suite-2, ) Expired
28.7 KB
test report pt (default, suite-3, ) Expired
18.9 KB
test report pt (default, suite-5, ) Expired
28.2 KB
test report pt (default, suite-6-non-generic, ) Expired
22.2 KB
test report pt (default, suite-7-non-generic, ) Expired
19.5 KB
test report pt (default, suite-all-connectors-smoke, ) Expired
886 Bytes
test report pt (default, suite-cassandra, ) Expired
980 Bytes
test report pt (default, suite-clickhouse, ) Expired
991 Bytes
test report pt (default, suite-clients, ) Expired
3.74 KB
test report pt (default, suite-compatibility, ) Expired
7.45 KB
test report pt (default, suite-delta-lake-oss, ) Expired
20.4 KB
test report pt (default, suite-functions, ) Expired
1.9 KB
test report pt (default, suite-hive-transactional, ) Expired
10.1 KB
test report pt (default, suite-hudi, ) Expired
3.28 KB
test report pt (default, suite-iceberg, ) Expired
27.9 KB
test report pt (default, suite-ignite, ) Expired
968 Bytes
test report pt (default, suite-kafka, ) Expired
8.53 KB
test report pt (default, suite-ldap, ) Expired
10.8 KB
test report pt (default, suite-mysql, ) Expired
2.46 KB
test report pt (default, suite-oauth2, ) Expired
7.6 KB
test report pt (default, suite-parquet, ) Expired
2.99 KB
test report pt (default, suite-ranger, ) Expired
972 Bytes
test report pt (default, suite-storage-formats-detailed, ) Expired
3.65 KB
test report pt (default, suite-tpcds, ) Expired
4.91 KB
test report pt (default, suite-tpch, ) Expired
1.8 KB
test report test-jdbc-compatibility Expired
26.8 KB
test report test-other-modules Expired
2.12 MB
test report testing_trino-faulttolerant-tests, default, Expired
58.8 KB
test report testing_trino-faulttolerant-tests, test-fault-tolerant-delta, Expired
20.5 KB
test report testing_trino-faulttolerant-tests, test-fault-tolerant-hive, Expired
210 KB
test report testing_trino-faulttolerant-tests, test-fault-tolerant-iceberg, Expired
49.5 KB
test report testing_trino-tests, , Expired
1.76 MB