Replace PartitionsTable with PartitionsView #91258
ci.yml
on: pull_request
path-filters
3s
Matrix: maven-checks
Matrix: hive-tests
artifact-checks
22m 24s
error-prone-checks
16m 15s
test-jdbc-compatibility
15m 18s
test-other-modules
15m 59s
Matrix: check-commit
Matrix: pt
Matrix: test
build-success
3s
Annotations
41 errors
|
TestIcebergNessieCatalogConnectorSmokeTest.testDeleteRowsConcurrently()[3]:
plugin/trino-iceberg/src/test/java/io/trino/plugin/iceberg/catalog/nessie/TestIcebergNessieCatalogConnectorSmokeTest.java#L140
Expecting throwable message:
"Failed to commit during write: Found new conflicting delete files that can apply to records matching ref(name="col0") in (1): [/tmp/test_trino_nessie_catalog17995487747424189444/tpch/test_concurrent_delete6gzq5j6nga-86e40435941645ccb1deb25a780ac83d/data/20260512_132923_00238_9qr8j-70492731-53ce-43bc-b9ad-87f9dfe633ef.parquet]"
to contain:
"Cannot commit: ref hash is out of date"
but did not.
Throwable that failed the check:
io.trino.testing.QueryFailedException: Failed to commit during write: Found new conflicting delete files that can apply to records matching ref(name="col0") in (1): [/tmp/test_trino_nessie_catalog17995487747424189444/tpch/test_concurrent_delete6gzq5j6nga-86e40435941645ccb1deb25a780ac83d/data/20260512_132923_00238_9qr8j-70492731-53ce-43bc-b9ad-87f9dfe633ef.parquet]
at io.trino.testing.AbstractTestingTrinoClient.execute(AbstractTestingTrinoClient.java:138)
at io.trino.testing.DistributedQueryRunner.executeInternal(DistributedQueryRunner.java:591)
at io.trino.testing.DistributedQueryRunner.execute(DistributedQueryRunner.java:574)
at io.trino.testing.QueryRunner.execute(QueryRunner.java:82)
at io.trino.plugin.iceberg.BaseIcebergConnectorSmokeTest.lambda$testDeleteRowsConcurrently$1(BaseIcebergConnectorSmokeTest.java:158)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:328)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1090)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:614)
at java.base/java.lang.Thread.run(Thread.java:1474)
Suppressed: java.lang.Exception: SQL: DELETE FROM test_concurrent_delete6gzq5j6nga WHERE col0 = 1
at io.trino.testing.DistributedQueryRunner.executeInternal(DistributedQueryRunner.java:598)
... 7 more
Caused by: io.trino.spi.TrinoException: Failed to commit during write: Found new conflicting delete files that can apply to records matching ref(name="col0") in (1): [/tmp/test_trino_nessie_catalog17995487747424189444/tpch/test_concurrent_delete6gzq5j6nga-86e40435941645ccb1deb25a780ac83d/data/20260512_132923_00238_9qr8j-70492731-53ce-43bc-b9ad-87f9dfe633ef.parquet]
at io.trino.plugin.iceberg.IcebergMetadata.commitUpdate(IcebergMetadata.java:2232)
at io.trino.plugin.iceberg.IcebergMetadata.commitUpdateAndTransaction(IcebergMetadata.java:2222)
at io.trino.plugin.iceberg.IcebergMetadata.finishWrite(IcebergMetadata.java:3410)
at io.trino.plugin.iceberg.IcebergMetadata.finishMerge(IcebergMetadata.java:3291)
at io.trino.plugin.base.classloader.ClassLoaderSafeConnectorMetadata.finishMerge(ClassLoaderSafeConnectorMetadata.java:1309)
at io.trino.tracing.TracingConnectorMetadata.finishMerge(TracingConnectorMetadata.java:800)
at io.trino.metadata.MetadataManager.finishMerge(MetadataManager.java:1437)
at io.trino.tracing.TracingMetadata.finishMerge(TracingMetadata.java:891)
at io.trino.sql.planner.LocalExecutionPlanner.lambda$createTableFinisher$0(LocalExecutionPlanner.java:4190)
at io.trino.operator.TableFinishOperator.getOutput(TableFinishOperator.java:320)
at io.trino.operator.Driver.processInternal(Driver.java:403)
at io.trino.operator.Driver.lambda$process$0(Driver.java:306)
at io.trino.operator.Driver.tryWithLock(Driver.java:709)
at io.trino.operator.Driver.process(Driver.java:298)
at io.trino.operator.Driver.processForDuration(Driver.java:269)
at io.trino.execution.SqlTaskExecution$DriverSplitRunner.processFor(SqlTaskExecution.java:852)
at io.trino.execution.executor.dedicated.SplitProcessor.run(SplitProcessor.java:77)
at io.trino.execution.executor.dedicated.TaskEntry$VersionEmbedderBridge.lambda$run$0(TaskEntry.java:205)
at io.trino.$gen.Trino_testversion____20260512_132831_6882.run(Unknown Source)
at io.trino.execution.executor.dedicated.TaskEntry$VersionEmbedderBridge.run(TaskEntry.java:206)
at io.trino.execution.executor.scheduler.FairScheduler.runTask(FairScheduler.java:177)
at io.trino.execution.executor.scheduler.FairScheduler.lambda$submit$0(FairScheduler.java:164)
at java.base/java.util.concurrent.Executors$Runna
|
|
|
|
|
|
TestIcebergReadVersionedTable.testSystemViewVersioning:
plugin/trino-iceberg/src/test/java/io/trino/plugin/iceberg/TestIcebergReadVersionedTable.java#L113
Expecting message:
"Views do not support currently versioning"
to match regex:
"Views do not support versioning"
but did not.
Throwable that failed the check:
io.trino.testing.QueryFailedException: Views do not support currently versioning
at io.trino.testing.AbstractTestingTrinoClient.execute(AbstractTestingTrinoClient.java:138)
at io.trino.testing.DistributedQueryRunner.executeInternal(DistributedQueryRunner.java:591)
at io.trino.testing.DistributedQueryRunner.executeWithPlan(DistributedQueryRunner.java:580)
at io.trino.testing.QueryAssertions.assertQueryFails(QueryAssertions.java:469)
at io.trino.testing.AbstractTestQueryFramework.assertQueryFails(AbstractTestQueryFramework.java:456)
at io.trino.plugin.iceberg.TestIcebergReadVersionedTable.testSystemViewVersioning(TestIcebergReadVersionedTable.java:113)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
at java.base/java.lang.reflect.Method.invoke(Method.java:565)
at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:701)
at org.junit.platform.commons.support.ReflectionSupport.invokeMethod(ReflectionSupport.java:502)
at org.junit.jupiter.engine.support.MethodReflectionUtils.invoke(MethodReflectionUtils.java:45)
at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:61)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:124)
at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:163)
at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:148)
at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:123)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:105)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:99)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:66)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:47)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:39)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:104)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:98)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invokeVoid(InterceptingExecutableInvoker.java:71)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$0(TestMethodTestDescriptor.java:219)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:74)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:215)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:157)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:70)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$2(NodeTestTask.java:176)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:74)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$1(NodeTestTask.java:166)
at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:138)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$0(NodeTestTask.java:164)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollect
|
|
|
|
|
|
|
|
|
|
|
|
|
|
test (plugin/trino-iceberg)
Process completed with exit code 1.
|
|
TestBranchingAccessControl.testSelectFromViewBranchDeniedByTablePrivilege:
testing/trino-tests/src/test/java/io/trino/security/TestBranchingAccessControl.java#L285
[Query: SELECT nationkey FROM mock.tiny.nation_view FOR VERSION AS OF 'dev']
Expecting message:
"Views do not support currently versioning"
to match regex:
".*Access Denied: Cannot select from columns \[nationkey] in branch dev in table mock.tiny.nation_view"
but did not.
Throwable that failed the check:
io.trino.testing.QueryFailedException: Views do not support currently versioning
at io.trino.testing.TestingDirectTrinoClient.toMaterializedRows(TestingDirectTrinoClient.java:79)
at io.trino.testing.TestingDirectTrinoClient.lambda$execute$0(TestingDirectTrinoClient.java:67)
at io.trino.testing.StandaloneQueryRunner.execute(StandaloneQueryRunner.java:112)
at io.trino.testing.AbstractTestQueryFramework.lambda$executeExclusively$0(AbstractTestQueryFramework.java:491)
at io.trino.testing.AbstractTestQueryFramework.executeExclusively(AbstractTestQueryFramework.java:612)
at io.trino.testing.AbstractTestQueryFramework.executeExclusively(AbstractTestQueryFramework.java:488)
at io.trino.testing.AbstractTestQueryFramework.lambda$assertException$0(AbstractTestQueryFramework.java:524)
at org.assertj.core.api.ThrowableAssert.catchThrowable(ThrowableAssert.java:66)
at org.assertj.core.api.AssertionsForClassTypes.catchThrowable(AssertionsForClassTypes.java:908)
at org.assertj.core.api.Assertions.catchThrowable(Assertions.java:1476)
at org.assertj.core.api.Assertions.assertThatThrownBy(Assertions.java:1319)
at io.trino.testing.AbstractTestQueryFramework.assertException(AbstractTestQueryFramework.java:524)
at io.trino.testing.AbstractTestQueryFramework.assertAccessDenied(AbstractTestQueryFramework.java:510)
at io.trino.testing.AbstractTestQueryFramework.assertAccessDenied(AbstractTestQueryFramework.java:501)
at io.trino.security.TestBranchingAccessControl.testSelectFromViewBranchDeniedByTablePrivilege(TestBranchingAccessControl.java:285)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
at java.base/java.lang.reflect.Method.invoke(Method.java:565)
at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:701)
at org.junit.platform.commons.support.ReflectionSupport.invokeMethod(ReflectionSupport.java:502)
at org.junit.jupiter.engine.support.MethodReflectionUtils.invoke(MethodReflectionUtils.java:45)
at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:61)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:124)
at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:163)
at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:148)
at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:123)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:105)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:99)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:66)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:47)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:39)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:104)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:98)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invokeVoid(InterceptingExecutableInvoker.java:71)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$0(TestMethodTestDescriptor.java:219)
at org.junit.pl
|
|
TestBranchingAccessControl.testSelectFromViewBranchDeniedByBranchPrivilege:
testing/trino-tests/src/test/java/io/trino/security/TestBranchingAccessControl.java#L253
[Query: SELECT nationkey FROM mock.tiny.nation_view FOR VERSION AS OF 'dev']
Expecting message:
"Views do not support currently versioning"
to match regex:
".*Access Denied: Cannot select from columns \[nationkey] in branch dev in table mock.tiny.nation_view"
but did not.
Throwable that failed the check:
io.trino.testing.QueryFailedException: Views do not support currently versioning
at io.trino.testing.TestingDirectTrinoClient.toMaterializedRows(TestingDirectTrinoClient.java:79)
at io.trino.testing.TestingDirectTrinoClient.lambda$execute$0(TestingDirectTrinoClient.java:67)
at io.trino.testing.StandaloneQueryRunner.execute(StandaloneQueryRunner.java:112)
at io.trino.testing.AbstractTestQueryFramework.lambda$executeExclusively$0(AbstractTestQueryFramework.java:491)
at io.trino.testing.AbstractTestQueryFramework.executeExclusively(AbstractTestQueryFramework.java:612)
at io.trino.testing.AbstractTestQueryFramework.executeExclusively(AbstractTestQueryFramework.java:488)
at io.trino.testing.AbstractTestQueryFramework.lambda$assertException$0(AbstractTestQueryFramework.java:524)
at org.assertj.core.api.ThrowableAssert.catchThrowable(ThrowableAssert.java:66)
at org.assertj.core.api.AssertionsForClassTypes.catchThrowable(AssertionsForClassTypes.java:908)
at org.assertj.core.api.Assertions.catchThrowable(Assertions.java:1476)
at org.assertj.core.api.Assertions.assertThatThrownBy(Assertions.java:1319)
at io.trino.testing.AbstractTestQueryFramework.assertException(AbstractTestQueryFramework.java:524)
at io.trino.testing.AbstractTestQueryFramework.assertAccessDenied(AbstractTestQueryFramework.java:510)
at io.trino.testing.AbstractTestQueryFramework.assertAccessDenied(AbstractTestQueryFramework.java:501)
at io.trino.security.TestBranchingAccessControl.testSelectFromViewBranchDeniedByBranchPrivilege(TestBranchingAccessControl.java:253)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
at java.base/java.lang.reflect.Method.invoke(Method.java:565)
at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:701)
at org.junit.platform.commons.support.ReflectionSupport.invokeMethod(ReflectionSupport.java:502)
at org.junit.jupiter.engine.support.MethodReflectionUtils.invoke(MethodReflectionUtils.java:45)
at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:61)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:124)
at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:163)
at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:148)
at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:123)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:105)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:99)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:66)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:47)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:39)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:104)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:98)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invokeVoid(InterceptingExecutableInvoker.java:71)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$0(TestMethodTestDescriptor.java:219)
at org.junit.p
|
|
test (testing/trino-tests)
Process completed with exit code 1.
|
|
pt (default, suite-6-non-generic, )
Canceling since a higher priority waiting request for workflow=ci,
pr_number=28997,
dispatch_sha=NA,
commit_sha=NA
exists
|
|
pt (default, suite-6-non-generic, )
Can't find 'action.yml', 'action.yaml' or 'Dockerfile' under '/home/runner/work/trino/trino/.github/actions/process-test-results'. Did you forget to run actions/checkout before running your local action?
|
|
pt (default, suite-6-non-generic, )
The operation was canceled.
|
|
test (plugin/trino-base-jdbc,plugin/trino-faker,plugin/trino-geospatial,plugin/trino-memory,plugi...
Canceling since a higher priority waiting request for workflow=ci,
pr_number=28997,
dispatch_sha=NA,
commit_sha=NA
exists
|
|
test (plugin/trino-base-jdbc,plugin/trino-faker,plugin/trino-geospatial,plugin/trino-memory,plugi...
Can't find 'action.yml', 'action.yaml' or 'Dockerfile' under '/home/runner/work/trino/trino/.github/actions/process-test-results'. Did you forget to run actions/checkout before running your local action?
|
|
test (plugin/trino-base-jdbc,plugin/trino-faker,plugin/trino-geospatial,plugin/trino-memory,plugi...
Process completed with exit code 127.
|
|
test (plugin/trino-base-jdbc,plugin/trino-faker,plugin/trino-geospatial,plugin/trino-memory,plugi...
The operation was canceled.
|
|
pt (default, suite-1, )
Canceling since a higher priority waiting request for workflow=ci,
pr_number=28997,
dispatch_sha=NA,
commit_sha=NA
exists
|
|
pt (default, suite-1, )
The operation was canceled.
|
|
pt (default, suite-hive-transactional, )
Canceling since a higher priority waiting request for workflow=ci,
pr_number=28997,
dispatch_sha=NA,
commit_sha=NA
exists
|
|
pt (default, suite-hive-transactional, )
The operation was canceled.
|
|
pt (default, suite-2, )
Canceling since a higher priority waiting request for workflow=ci,
pr_number=28997,
dispatch_sha=NA,
commit_sha=NA
exists
|
|
pt (default, suite-2, )
The operation was canceled.
|
|
test (plugin/trino-iceberg, minio-and-avro)
Canceling since a higher priority waiting request for workflow=ci,
pr_number=28997,
dispatch_sha=NA,
commit_sha=NA
exists
|
|
test (plugin/trino-iceberg, minio-and-avro)
The operation was canceled.
|
|
pt (default, suite-delta-lake-oss, )
Canceling since a higher priority waiting request for workflow=ci,
pr_number=28997,
dispatch_sha=NA,
commit_sha=NA
exists
|
|
pt (default, suite-delta-lake-oss, )
The operation was canceled.
|
|
pt (default, suite-iceberg, )
Canceling since a higher priority waiting request for workflow=ci,
pr_number=28997,
dispatch_sha=NA,
commit_sha=NA
exists
|
|
pt (default, suite-iceberg, )
The operation was canceled.
|
|
pt (default, suite-5, )
Canceling since a higher priority waiting request for workflow=ci,
pr_number=28997,
dispatch_sha=NA,
commit_sha=NA
exists
|
|
pt (default, suite-5, )
The operation was canceled.
|
|
pt (default, suite-3, )
Canceling since a higher priority waiting request for workflow=ci,
pr_number=28997,
dispatch_sha=NA,
commit_sha=NA
exists
|
|
pt (default, suite-3, )
The operation was canceled.
|
|
pt (default, suite-7-non-generic, )
Canceling since a higher priority waiting request for workflow=ci,
pr_number=28997,
dispatch_sha=NA,
commit_sha=NA
exists
|
|
pt (default, suite-7-non-generic, )
The operation was canceled.
|
|
build-success
Process completed with exit code 1.
|
|
ci
Canceling since a higher priority waiting request for workflow=ci,
pr_number=28997,
dispatch_sha=NA,
commit_sha=NA
exists
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
product tests and server tarball
|
1.31 GB |
sha256:18ce6910c45759ca59b9620d73307865ab971e0eb83441adfa430173c1653e08
|
|
|
results plugin_trino-iceberg, ,
|
2.01 MB |
sha256:25247a09eccc56e18b166cfe5ec73863e0bb248895b12e3dd4bd2557160181f6
|
|
|
results testing_trino-tests, ,
|
2.01 MB |
sha256:5fe8433c011aeef54599a2f6af9fe645c5c530766d10f68e8eebabc4299c8415
|
|
|
test report client_trino-jdbc,core_trino-spi,core_trino-web-ui, ,
|
307 KB |
sha256:e8b1e75502774a6da5be85602f32dddb3d463bd60e4df0483438c9d01799505b
|
|
|
test report core_trino-main, ,
|
15.7 MB |
sha256:3ae0717b3666eeffe392eb0ae99e4bfea0ac5b3ed361d5ae4195f6d07cf7677c
|
|
|
test report lib_trino-filesystem,lib_trino-filesystem-azure,lib_trino-filesystem-alluxio,lib_trino-filesystem-ca
|
705 KB |
sha256:381d15bc6c364bb0405f861c9fec739a6e0a90497294a71523e586706e5b4ad5
|
|
|
test report lib_trino-orc,lib_trino-parquet, ,
|
1.34 MB |
sha256:8cbab89f2f25d5d5315a82fd41ccb0937127679d179933a52328cc9a6c474544
|
|
|
test report plugin_trino-bigquery, ,
|
118 KB |
sha256:1e72bf7eb45b26578b236845caa90224756300f64ca040cc5e49f170f6f7d82e
|
|
|
test report plugin_trino-cassandra, ,
|
327 KB |
sha256:17fa6932d673332844567ad07e84a8ba6a7523073cace01d846d828fe4834ca0
|
|
|
test report plugin_trino-clickhouse, ,
|
181 KB |
sha256:2ad4e6322d33ed1c7b0475ad8ff8856a365afcb935fa3281ee51f5408a495950
|
|
|
test report plugin_trino-delta-lake, ,
|
1.05 MB |
sha256:dd933b7cb5a8eba96f6fc467da09ee9ff6b0e163f6366d603540da5a663f0004
|
|
|
test report plugin_trino-delta-lake, fte-tests,
|
76.7 KB |
sha256:c477f0305f265d3171adf2634e51818a3a6e4beee7ffee68307770c8c10baf22
|
|
|
test report plugin_trino-druid, ,
|
86.7 KB |
sha256:2655a97d0ce6665e2b9478df0bcb5843190dd916a463a9f780ac2db455a4de23
|
|
|
test report plugin_trino-duckdb, ,
|
66.1 KB |
sha256:23f2c1c96b8c786531485113e173a17c114f970157aaca3e121e585a58bc46b8
|
|
|
test report plugin_trino-elasticsearch, ,
|
170 KB |
sha256:77314aa12caf4e8669797f01859d688050ed2efab31b32ad35407d54713a5c64
|
|
|
test report plugin_trino-exasol, ,
|
70.7 KB |
sha256:9c887ee72a7a82d231d22fce33238484f51ef57e2ac1d2d83dccb6fe5fd94214
|
|
|
test report plugin_trino-google-sheets, ,
|
57.3 KB |
sha256:2b3785fbedb26fc8bb2ff2dd55aa3da4bdaef79feae77df780af4c4c630d24bb
|
|
|
test report plugin_trino-hive, ,
|
2.46 MB |
sha256:7f5ba30a879b1c4ab88bfd7ea5331847977d45303dca605b21dde9cd4219060c
|
|
|
test report plugin_trino-hive, fte-tests,
|
105 KB |
sha256:085bc96ec95dfe067020f03644748d19b44d59a03dede822537e69ad0f984113
|
|
|
test report plugin_trino-hive, test-parquet,
|
56.5 KB |
sha256:2d01e98725a7a9b775ebd2a8d637c866d509da8a5902e600afee81d032f694f5
|
|
|
test report plugin_trino-hudi, ,
|
204 KB |
sha256:b6da27c7d46d149dc08dfb9ef923f48796cf04f5ab5fdc766acf02dffd30a488
|
|
|
test report plugin_trino-iceberg, ,
|
1.96 MB |
sha256:19d01b86f1445382ce5bf8e14d20414df45d92153719660f8dc931baf2e60f82
|
|
|
test report plugin_trino-iceberg, fte-tests,
|
86.1 KB |
sha256:cfb11e117b9e9c410b4f242d05558949a050c55127c44ed3777183e337fa8054
|
|
|
test report plugin_trino-iceberg, minio-and-avro,
|
158 KB |
sha256:84757923f0d0bb1e7ec0cdabb37f87e61e4774379e452e25fd757d4915c1d525
|
|
|
test report plugin_trino-ignite, ,
|
153 KB |
sha256:c8d1e48333692558d14397b8a8d38a8118c211c9f2e38289a786b083e1fda9ae
|
|
|
test report plugin_trino-kafka, ,
|
511 KB |
sha256:ec95fc75119661557d9b2ae4b51a45bba9a9ad744e1039f890cb704aa82fda75
|
|
|
test report plugin_trino-lakehouse, ,
|
167 KB |
sha256:ce4af705d44bc257ceab834332d28bb0452d1e22c51e02057bb8c8f9315ab8ea
|
|
|
test report plugin_trino-mariadb, ,
|
213 KB |
sha256:f6292d5bf91355faf2826b9f6d0e84753bc0682c31cf3ae6c721f36bb9fcab7d
|
|
|
test report plugin_trino-mongodb, ,
|
302 KB |
sha256:19fb20e3e3834c93ee93dcdf834d8fc05702fc5b6e9a2e4ac5a282ea5997d037
|
|
|
test report plugin_trino-mysql, ,
|
311 KB |
sha256:f86bf2a6e12c25193f2cac3f403336fde96f0329a4dbcb953240cd3c294f6ece
|
|
|
test report plugin_trino-opensearch, ,
|
207 KB |
sha256:9a18b82c56ad3a487ec976aced2b3afb6e6a611d84d3b99e28721f547cfb7a76
|
|
|
test report plugin_trino-oracle, ,
|
186 KB |
sha256:88bcc1fa5bea378abc3f2e093f301ca8b6b7e68525af9581f1c94a6a0c374006
|
|
|
test report plugin_trino-pinot, ,
|
396 KB |
sha256:006d50f96884078c691ed37cedfe64f7dbc7eba8a21e8de6f57459fad429e193
|
|
|
test report plugin_trino-postgresql, ,
|
393 KB |
sha256:760375732198efaa75235efdecebf0107747f63dd27471750421663b8abf654d
|
|
|
test report plugin_trino-redis, ,
|
122 KB |
sha256:4515a9bd806744aa10156888328778da7a104dc0767c8c02824ca0aaf8f1248d
|
|
|
test report plugin_trino-redshift, ,
|
28.6 KB |
sha256:2feb1210287f6400a599b5d69d8b836a957f9d72f8318144fd326d89154341c7
|
|
|
test report plugin_trino-resource-group-managers, ,
|
75.1 KB |
sha256:12731f18b5be113353a8f1a84c7064a661bd30b3ae6f808faf0db07cf56076b6
|
|
|
test report plugin_trino-singlestore, ,
|
137 KB |
sha256:3a543cc15a3691679eb5e9f8a689078f1f46a7bf6ee607012025efda9f80b326
|
|
|
test report plugin_trino-snowflake, ,
|
42.3 KB |
sha256:21613a3558888bd6f89af2d2671d9215e464eead57930804160ed9a61612904c
|
|
|
test report plugin_trino-sqlserver, ,
|
317 KB |
sha256:07e2453394ef64065ab944dec76303a71225de6cf496bd3ebe6dad53b7341169
|
|
|
test report pt (apache-hive3, suite-hms-only, )
|
3.65 KB |
sha256:0454e0949b599f4e9a62e361c69150a1da76f17902ddcec7829f7638b074b706
|
|
|
test report pt (default, suite-2, )
|
12 KB |
sha256:7b21ff68be51d299c527771901b0a890bc09270f9ab7b40954deafd1ee9d46e4
|
|
|
test report pt (default, suite-3, )
|
16 KB |
sha256:81704c059069be083adaf2e4a307d0a55686b226577983aeb1f7cd37321170b9
|
|
|
test report pt (default, suite-5, )
|
14.3 KB |
sha256:2a12dbe18e97c9c75a46990645d91b8466dee7d65c17a9b3c5e0a583212c7b64
|
|
|
test report pt (default, suite-7-non-generic, )
|
15.3 KB |
sha256:aa424782f9bcf041d236d8af92e7a8a6187c454e183bcf103b01cf89a6c9b455
|
|
|
test report pt (default, suite-all-connectors-smoke, )
|
883 Bytes |
sha256:eae031526ab1d6bf88a70eca6cfa92b6c9d226ce6402458aabbe9fdc09a247b1
|
|
|
test report pt (default, suite-cassandra, )
|
973 Bytes |
sha256:b3644e40c556237bd438bbe0ae7fe6a29cc5a2e8cdfb009a244c803b9c2d1180
|
|
|
test report pt (default, suite-clickhouse, )
|
983 Bytes |
sha256:5125b4209c0109bdb76f219a248d3aeac86da0a4d71fa32b83a378c6e1de355f
|
|
|
test report pt (default, suite-clients, )
|
3.81 KB |
sha256:eac3486b0cff6f5576689c7987d441832932daf566a9fe02b2823d0d2fe05665
|
|
|
test report pt (default, suite-compatibility, )
|
7.43 KB |
sha256:f1605208d915b2150f0820170ac7c4c3a3ef853836c022667ef27525d16bb7e9
|
|
|
test report pt (default, suite-delta-lake-oss, )
|
19.8 KB |
sha256:decfbc8ae489e9c5e773c12811a37c333faa4c2280953dc244d6bb7d847c0499
|
|
|
test report pt (default, suite-exasol, )
|
952 Bytes |
sha256:70f54074c28e3cbb95ab97827bd04cf70646361397a49677dc3cc738e0471d4e
|
|
|
test report pt (default, suite-functions, )
|
1.89 KB |
sha256:6b14f228fe9778fadd620690e55ac011ef114af710ed997c286e093e7952b814
|
|
|
test report pt (default, suite-hive4, )
|
1.03 KB |
sha256:0b02addef31ec67b758645d322778872227c45e0cf9919fc49e5ab5a1dbe4740
|
|
|
test report pt (default, suite-hudi, )
|
3.27 KB |
sha256:6d3855e09e48178771b238e9471a67e124251c1a56dedd5e4af3dd7787fee06c
|
|
|
test report pt (default, suite-ignite, )
|
962 Bytes |
sha256:6efc266892067b2819403173fff561b033ca0cd3ba40e5469b48cfb9ed3fb40d
|
|
|
test report pt (default, suite-kafka, )
|
8.54 KB |
sha256:7710c04313ab020a98f0c88fc8a19e9af00d179b5e7d3c807941fe3d9353fce4
|
|
|
test report pt (default, suite-ldap, )
|
10.8 KB |
sha256:6633af089ca7917c742eecfe50e1e2678b6a0800237866153299e834b2923267
|
|
|
test report pt (default, suite-loki, )
|
947 Bytes |
sha256:0216b9a6aa6b84a4a66c9db706f6028ba6b148ca18ef314e6d88e9f2844dddb3
|
|
|
test report pt (default, suite-mysql, )
|
2.44 KB |
sha256:588ff9ac84c794c2a1ece660a188bfcf825d8b175f73f1ced15b73c928907ce2
|
|
|
test report pt (default, suite-oauth2, )
|
7.59 KB |
sha256:d32ace34700f35add50145c2b9b610d1d2ef5eca2927c8724b128b925ecc307c
|
|
|
test report pt (default, suite-parquet, )
|
2.98 KB |
sha256:669a8ecdfc1855bdc24a77ec64a42b7b765af6ef8703ec6a42046829dc67ffa2
|
|
|
test report pt (default, suite-ranger, )
|
965 Bytes |
sha256:b5c517c76533289d4ec096ea2652f7761dd527141a90583b5f51ad6fb5f39301
|
|
|
test report pt (default, suite-storage-formats-detailed, )
|
3.64 KB |
sha256:271adead63f76819d1eaeb87bbb45c00a796b2cd7b91bba75d4eb6fffbf38832
|
|
|
test report pt (default, suite-tpcds, )
|
4.93 KB |
sha256:604855f3aabee48a9bbbd7636aa5cd5f580acaaf1b35570b3bd2d46b25c22050
|
|
|
test report pt (default, suite-tpch, )
|
1.79 KB |
sha256:1570647d3423f2e5072dccfa73641cfa9e8904e4b1445d106a91bcddbd62febc
|
|
|
test report test-jdbc-compatibility
|
26.7 KB |
sha256:8fdc5db14a14a68a41b1fadbb5d7a41e1afae65e7a9144400a310b29cfafd9ce
|
|
|
test report test-other-modules
|
1.36 MB |
sha256:d81d613d5f172c9862a4c57c8158f5d7cf0db1cfbc86fc5a2d0489d39ff98b04
|
|
|
test report testing_trino-faulttolerant-tests, default,
|
59.1 KB |
sha256:82b0e082d965e0e38f3e8e4bf28de7449684e5d46436b1aa9d4c483b7003fc79
|
|
|
test report testing_trino-faulttolerant-tests, test-fault-tolerant-delta,
|
20.4 KB |
sha256:42d2e78288fceb7620f11c3724e49c9780bc368117340c3361ec505d87350d3c
|
|
|
test report testing_trino-faulttolerant-tests, test-fault-tolerant-hive,
|
255 KB |
sha256:c9d45c8e1fa68c1a85ab2566491fbb32ad901faf2d51ca8253bf302958ed1116
|
|
|
test report testing_trino-faulttolerant-tests, test-fault-tolerant-iceberg,
|
50.9 KB |
sha256:4f35ef5a8fbc2e782894f4ba664145774a6d5b200c07dacd3e7b5b7d9babeeca
|
|
|
test report testing_trino-tests, ,
|
1.97 MB |
sha256:f111518f877bb6a863eb6c14aa5f8ce98679b2149c7f1feb8261bb97bbed4edf
|
|