Document sort direction and null order in Iceberg #104
ci.yml
on: push
check-commits-dispatcher
0s
build-pt
9m 24s
build-test-matrix
56s
artifact-checks
22m 4s
error-prone-checks
17m 6s
test-jdbc-compatibility
16m 21s
test-other-modules
24m 57s
Matrix: hive-tests
Matrix: maven-checks
Matrix: check-commit
Matrix: pt
Matrix: test
Annotations
13 errors and 88 warnings
TestOpaAccessControlDataFilteringSystem.testRowFilteringDisabledDoesNothing:
plugin/trino-opa/src/test/java/io/trino/plugin/opa/TestOpaAccessControlDataFilteringSystem.java#L149
Failed to submit policy: {
"code": "invalid_parameter",
"message": "error(s) occurred while compiling module(s)",
"errors": [
{
"code": "rego_parse_error",
"message": "`if` keyword is required before rule body",
"location": {
"file": "trino",
"row": 9,
"col": 1
}
}
]
}
|
TestOpaAccessControlDataFilteringSystem.testColumnMasking:
plugin/trino-opa/src/test/java/io/trino/plugin/opa/TestOpaAccessControlDataFilteringSystem.java#L163
Failed to submit policy: {
"code": "invalid_parameter",
"message": "error(s) occurred while compiling module(s)",
"errors": [
{
"code": "rego_parse_error",
"message": "`if` keyword is required before rule body",
"location": {
"file": "trino",
"row": 9,
"col": 1
}
}
]
}
|
TestOpaAccessControlDataFilteringSystem.testRowFilteringEnabled:
plugin/trino-opa/src/test/java/io/trino/plugin/opa/TestOpaAccessControlDataFilteringSystem.java#L132
Failed to submit policy: {
"code": "invalid_parameter",
"message": "error(s) occurred while compiling module(s)",
"errors": [
{
"code": "rego_parse_error",
"message": "`if` keyword is required before rule body",
"location": {
"file": "trino",
"row": 9,
"col": 1
}
}
]
}
|
TestOpaAccessControlDataFilteringSystem.testColumnMaskingAndRowFiltering:
plugin/trino-opa/src/test/java/io/trino/plugin/opa/TestOpaAccessControlDataFilteringSystem.java#L293
Failed to submit policy: {
"code": "invalid_parameter",
"message": "error(s) occurred while compiling module(s)",
"errors": [
{
"code": "rego_parse_error",
"message": "`if` keyword is required before rule body",
"location": {
"file": "trino",
"row": 8,
"col": 1
}
}
]
}
|
TestOpaAccessControlSystem$BatchedAuthorizerTests.testAllowUnbatchedQuery:
io/trino/plugin/opa/TestOpaAccessControlSystem$BatchedAuthorizerTests#L1
Failed to submit policy: {
"code": "invalid_parameter",
"message": "error(s) occurred while compiling module(s)",
"errors": [
{
"code": "rego_parse_error",
"message": "`if` keyword is required before rule body",
"location": {
"file": "trino",
"row": 4,
"col": 1
}
}
]
}
|
TestOpaAccessControlSystem$BatchedAuthorizerTests.testFilterOutItemsBatch:
io/trino/plugin/opa/TestOpaAccessControlSystem$BatchedAuthorizerTests#L1
Failed to submit policy: {
"code": "invalid_parameter",
"message": "error(s) occurred while compiling module(s)",
"errors": [
{
"code": "rego_parse_error",
"message": "`if` keyword is required before rule body",
"location": {
"file": "trino",
"row": 8,
"col": 1
}
},
{
"code": "rego_parse_error",
"message": "`if` keyword is required before rule body",
"location": {
"file": "trino",
"row": 13,
"col": 1
}
},
{
"code": "rego_parse_error",
"message": "`if` keyword is required before rule body",
"location": {
"file": "trino",
"row": 17,
"col": 1
}
},
{
"code": "rego_parse_error",
"message": "`if` keyword is required before rule body",
"location": {
"file": "trino",
"row": 21,
"col": 1
}
},
{
"code": "rego_parse_error",
"message": "`contains` keyword is required for partial set rules",
"location": {
"file": "trino",
"row": 21,
"col": 1
}
},
{
"code": "rego_parse_error",
"message": "`if` keyword is required before rule body",
"location": {
"file": "trino",
"row": 28,
"col": 1
}
},
{
"code": "rego_parse_error",
"message": "`contains` keyword is required for partial set rules",
"location": {
"file": "trino",
"row": 28,
"col": 1
}
}
]
}
|
TestOpaAccessControlDataFilteringSystem.testColumnMaskingDisabledDoesNothing:
plugin/trino-opa/src/test/java/io/trino/plugin/opa/TestOpaAccessControlDataFilteringSystem.java#L246
Failed to submit policy: {
"code": "invalid_parameter",
"message": "error(s) occurred while compiling module(s)",
"errors": [
{
"code": "rego_parse_error",
"message": "`if` keyword is required before rule body",
"location": {
"file": "trino",
"row": 9,
"col": 1
}
}
]
}
|
TestOpaAccessControlSystem$UnbatchedAuthorizerTests.testShouldDenyQueryIfDirected:
io/trino/plugin/opa/TestOpaAccessControlSystem$UnbatchedAuthorizerTests#L1
Failed to submit policy: {
"code": "invalid_parameter",
"message": "error(s) occurred while compiling module(s)",
"errors": [
{
"code": "rego_parse_error",
"message": "`if` keyword is required before rule body",
"location": {
"file": "trino",
"row": 5,
"col": 1
}
}
]
}
|
TestOpaAccessControlSystem$UnbatchedAuthorizerTests.testAllowsQueryAndFilters:
io/trino/plugin/opa/TestOpaAccessControlSystem$UnbatchedAuthorizerTests#L1
Failed to submit policy: {
"code": "invalid_parameter",
"message": "error(s) occurred while compiling module(s)",
"errors": [
{
"code": "rego_parse_error",
"message": "`if` keyword is required before rule body",
"location": {
"file": "trino",
"row": 6,
"col": 1
}
},
{
"code": "rego_parse_error",
"message": "`if` keyword is required before rule body",
"location": {
"file": "trino",
"row": 12,
"col": 1
}
},
{
"code": "rego_parse_error",
"message": "`if` keyword is required before rule body",
"location": {
"file": "trino",
"row": 15,
"col": 1
}
},
{
"code": "rego_parse_error",
"message": "`if` keyword is required before rule body",
"location": {
"file": "trino",
"row": 18,
"col": 1
}
},
{
"code": "rego_parse_error",
"message": "`if` keyword is required before rule body",
"location": {
"file": "trino",
"row": 21,
"col": 1
}
}
]
}
|
TestOpaAccessControlDataFilteringSystem.testBatchColumnMasking:
plugin/trino-opa/src/test/java/io/trino/plugin/opa/TestOpaAccessControlDataFilteringSystem.java#L173
Failed to submit policy: {
"code": "invalid_parameter",
"message": "error(s) occurred while compiling module(s)",
"errors": [
{
"code": "rego_parse_error",
"message": "`if` keyword is required before rule body",
"location": {
"file": "trino",
"row": 9,
"col": 1
}
}
]
}
|
test-other-modules
Process completed with exit code 1.
|
TestSqlServerConnectorTest.testExplainAnalyze:
plugin/trino-sqlserver/src/test/java/io/trino/plugin/sqlserver/TestSqlServerConnectorTest.java#L1
Error listing tables for catalog sqlserver: An error occurred during the current command (Done status 0). Transaction (Process ID 57) was deadlocked on lock resources with another process and has been chosen as the deadlock victim. Rerun the transaction.
|
test (plugin/trino-sqlserver)
Process completed with exit code 1.
|
build-test-matrix
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-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 (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 (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-bigquery)
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 (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
|
test (plugin/trino-delta-lake, cloud-tests)
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
|
test (lib/trino-filesystem,lib/trino-filesystem-azure,lib/trino-filesystem-alluxio,lib/trino-file...
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-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-elasticsearch)
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
|
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
|
test (plugin/trino-iceberg, 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-hudi)
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
|
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-exasol)
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
|
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 (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
|
artifact-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-kudu)
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-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-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-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-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-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-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-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-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-redshift, 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-redshift, 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-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-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-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-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-mysql)
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
|
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 (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 (plugin/trino-snowflake, 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-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-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-singlestore)
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
|
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
|
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-all-connectors-smoke, )
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
|
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-clickhouse, )
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
|
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 (plugin/trino-vertica)
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 (plugin/trino-phoenix5)
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-clients, )
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 (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
|
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
|
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-hudi, )
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
|
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
|
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
|
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
|
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
|
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
|
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-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-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-3, )
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-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-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-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-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
Expired
|
1.39 GB |
|
results plugin_trino-sqlserver, ,
Expired
|
261 KB |
|
results test-other-modules
Expired
|
409 MB |
|
test report client_trino-jdbc,plugin_trino-base-jdbc,plugin_trino-memory,plugin_trino-thrift, ,
Expired
|
705 KB |
|
test report core_trino-main, ,
Expired
|
13.5 MB |
|
test report lib_trino-filesystem,lib_trino-filesystem-azure,lib_trino-filesystem-alluxio,lib_trino-filesystem-ca
Expired
|
372 KB |
|
test report lib_trino-hdfs, cloud-tests,
Expired
|
5.99 KB |
|
test report lib_trino-orc,lib_trino-parquet, ,
Expired
|
998 KB |
|
test report plugin_trino-bigquery, ,
Expired
|
92.8 KB |
|
test report plugin_trino-cassandra, ,
Expired
|
149 KB |
|
test report plugin_trino-clickhouse, ,
Expired
|
70.3 KB |
|
test report plugin_trino-delta-lake, ,
Expired
|
1.09 MB |
|
test report plugin_trino-delta-lake, fte-tests,
Expired
|
58 KB |
|
test report plugin_trino-druid, ,
Expired
|
44.8 KB |
|
test report plugin_trino-elasticsearch, ,
Expired
|
69 KB |
|
test report plugin_trino-exasol, ,
Expired
|
36 KB |
|
test report plugin_trino-google-sheets, ,
Expired
|
31.3 KB |
|
test report plugin_trino-hive, ,
Expired
|
2.47 MB |
|
test report plugin_trino-hive, fte-tests,
Expired
|
84.5 KB |
|
test report plugin_trino-hive, test-parquet,
Expired
|
15.1 KB |
|
test report plugin_trino-hudi, ,
Expired
|
186 KB |
|
test report plugin_trino-iceberg, ,
Expired
|
1.42 MB |
|
test report plugin_trino-iceberg, fte-tests,
Expired
|
66.6 KB |
|
test report plugin_trino-iceberg, minio-and-avro,
Expired
|
125 KB |
|
test report plugin_trino-ignite, ,
Expired
|
47.1 KB |
|
test report plugin_trino-kafka, ,
Expired
|
240 KB |
|
test report plugin_trino-kudu, ,
Expired
|
138 KB |
|
test report plugin_trino-mariadb, ,
Expired
|
174 KB |
|
test report plugin_trino-mongodb, ,
Expired
|
255 KB |
|
test report plugin_trino-mysql, ,
Expired
|
260 KB |
|
test report plugin_trino-openlineage, ,
Expired
|
49.3 KB |
|
test report plugin_trino-opensearch, ,
Expired
|
103 KB |
|
test report plugin_trino-oracle, ,
Expired
|
200 KB |
|
test report plugin_trino-phoenix5, ,
Expired
|
44.5 KB |
|
test report plugin_trino-pinot, ,
Expired
|
305 KB |
|
test report plugin_trino-postgresql, ,
Expired
|
266 KB |
|
test report plugin_trino-redis, ,
Expired
|
58.9 KB |
|
test report plugin_trino-redshift, ,
Expired
|
25.1 KB |
|
test report plugin_trino-resource-group-managers, ,
Expired
|
71.6 KB |
|
test report plugin_trino-snowflake, ,
Expired
|
18.6 KB |
|
test report plugin_trino-sqlserver, ,
Expired
|
252 KB |
|
test report plugin_trino-vertica, ,
Expired
|
52.4 KB |
|
test report pt (apache-hive3, suite-hms-only, )
Expired
|
3.64 KB |
|
test report pt (default, suite-1, )
Expired
|
15.4 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.1 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
|
981 Bytes |
|
test report pt (default, suite-clickhouse, )
Expired
|
991 Bytes |
|
test report pt (default, suite-clients, )
Expired
|
3.8 KB |
|
test report pt (default, suite-compatibility, )
Expired
|
7.44 KB |
|
test report pt (default, suite-delta-lake-oss, )
Expired
|
20.6 KB |
|
test report pt (default, suite-functions, )
Expired
|
1.89 KB |
|
test report pt (default, suite-hive-transactional, )
Expired
|
10.1 KB |
|
test report pt (default, suite-hudi, )
Expired
|
3.27 KB |
|
test report pt (default, suite-iceberg, )
Expired
|
27.8 KB |
|
test report pt (default, suite-ignite, )
Expired
|
970 Bytes |
|
test report pt (default, suite-kafka, )
Expired
|
8.55 KB |
|
test report pt (default, suite-ldap, )
Expired
|
10.8 KB |
|
test report pt (default, suite-mysql, )
Expired
|
2.45 KB |
|
test report pt (default, suite-oauth2, )
Expired
|
7.59 KB |
|
test report pt (default, suite-parquet, )
Expired
|
3 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.79 KB |
|
test report test-jdbc-compatibility
Expired
|
26.5 KB |
|
test report test-other-modules
Expired
|
2.24 MB |
|
test report testing_trino-faulttolerant-tests, default,
Expired
|
57.6 KB |
|
test report testing_trino-faulttolerant-tests, test-fault-tolerant-delta,
Expired
|
20.4 KB |
|
test report testing_trino-faulttolerant-tests, test-fault-tolerant-hive,
Expired
|
204 KB |
|
test report testing_trino-faulttolerant-tests, test-fault-tolerant-iceberg,
Expired
|
48.9 KB |
|
test report testing_trino-tests, ,
Expired
|
1.78 MB |
|