Skip to content

Add projection push down for STRUCT field in big query connector #4623

Add projection push down for STRUCT field in big query connector

Add projection push down for STRUCT field in big query connector #4623

Triggered via push September 18, 2024 23:40
Status Failure
Total duration 1h 0m 6s
Artifacts 3

ci.yml

on: push
check-commits-dispatcher
0s
check-commits-dispatcher
build-test-matrix
1m 5s
build-test-matrix
Matrix: hive-tests
Matrix: maven-checks
Matrix: check-commit
Matrix: pt
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

14 errors
TestCassandraTypeMapping.testTrinoTimestampWithTimeZone: plugin/trino-cassandra/src/test/java/io/trino/plugin/cassandra/TestCassandraTypeMapping.java#L570
Error executing sql: CREATE TABLE test_trino_timestamp_with_time_zone1uk5kimqdy AS SELECT CAST(NULL AS timestamp with time zone) col_0, CAST(TIMESTAMP '1952-10-04 00:00:00.000+0000' AS timestamp with time zone) col_1, CAST(TIMESTAMP '1952-10-05 00:00:00.000+0000' AS timestamp with time zone) col_2, CAST(TIMESTAMP '1952-10-14 00:00:00.000+0000' AS timestamp with time zone) col_3, CAST(TIMESTAMP '1958-01-01 13:18:03.123+0000' AS timestamp with time zone) col_4, CAST(TIMESTAMP '1970-01-01 00:00:00.000+0000' AS timestamp with time zone) col_5, CAST(TIMESTAMP '2019-03-18 10:01:17.987+0000' AS timestamp with time zone) col_6, CAST(TIMESTAMP '2018-10-28 01:33:17.456+0000' AS timestamp with time zone) col_7, CAST(TIMESTAMP '2018-10-28 03:33:33.333+0000' AS timestamp with time zone) col_8, CAST(TIMESTAMP '1970-01-01 00:13:42.000+0000' AS timestamp with time zone) col_9, CAST(TIMESTAMP '2018-04-01 02:13:55.123+0000' AS timestamp with time zone) col_10, CAST(TIMESTAMP '2018-03-25 03:17:17.000+0000' AS timestamp with time zone) col_11, CAST(TIMESTAMP '1986-01-01 00:13:07.000+0000' AS timestamp with time zone) col_12, CAST(TIMESTAMP '1952-10-04 00:00:00.000+0530' AS timestamp with time zone) col_13, CAST(TIMESTAMP '1952-10-05 00:00:00.000+0530' AS timestamp with time zone) col_14, CAST(TIMESTAMP '1952-10-14 00:00:00.000+0530' AS timestamp with time zone) col_15, CAST(TIMESTAMP '1958-01-01 13:18:03.123+0530' AS timestamp with time zone) col_16, CAST(TIMESTAMP '1970-01-01 00:00:00.000+0530' AS timestamp with time zone) col_17, CAST(TIMESTAMP '2019-03-18 10:01:17.987+0545' AS timestamp with time zone) col_18, CAST(TIMESTAMP '2018-10-28 01:33:17.456+0545' AS timestamp with time zone) col_19, CAST(TIMESTAMP '2018-10-28 03:33:33.333+0545' AS timestamp with time zone) col_20, CAST(TIMESTAMP '1970-01-01 00:13:42.000+0530' AS timestamp with time zone) col_21, CAST(TIMESTAMP '2018-04-01 02:13:55.123+0545' AS timestamp with time zone) col_22, CAST(TIMESTAMP '2018-03-25 03:17:17.000+0545' AS timestamp with time zone) col_23, CAST(TIMESTAMP '1986-01-01 00:28:07.000+0545' AS timestamp with time zone) col_24, CAST(TIMESTAMP '1952-10-04 00:00:00.000+0217' AS timestamp with time zone) col_25, CAST(TIMESTAMP '1952-10-05 00:00:00.000+0217' AS timestamp with time zone) col_26, CAST(TIMESTAMP '1952-10-14 00:00:00.000+0217' AS timestamp with time zone) col_27, CAST(TIMESTAMP '1958-01-01 13:18:03.123+0217' AS timestamp with time zone) col_28, CAST(TIMESTAMP '1970-01-01 00:00:00.000+0217' AS timestamp with time zone) col_29, CAST(TIMESTAMP '2019-03-18 10:01:17.987+0217' AS timestamp with time zone) col_30, CAST(TIMESTAMP '2018-10-28 01:33:17.456+0217' AS timestamp with time zone) col_31, CAST(TIMESTAMP '2018-10-28 03:33:33.333+0217' AS timestamp with time zone) col_32, CAST(TIMESTAMP '1970-01-01 00:13:42.000+0217' AS timestamp with time zone) col_33, CAST(TIMESTAMP '2018-04-01 02:13:55.123+0217' AS timestamp with time zone) col_34, CAST(TIMESTAMP '2018-03-25 03:17:17.000+0217' AS timestamp with time zone) col_35, CAST(TIMESTAMP '1986-01-01 00:13:07.000+0217' AS timestamp with time zone) col_36, CAST(TIMESTAMP '1952-10-04 00:00:00.000-0731' AS timestamp with time zone) col_37, CAST(TIMESTAMP '1952-10-05 00:00:00.000-0731' AS timestamp with time zone) col_38, CAST(TIMESTAMP '1952-10-14 00:00:00.000-0731' AS timestamp with time zone) col_39, CAST(TIMESTAMP '1958-01-01 13:18:03.123-0731' AS timestamp with time zone) col_40, CAST(TIMESTAMP '1970-01-01 00:00:00.000-0731' AS timestamp with time zone) col_41, CAST(TIMESTAMP '2019-03-18 10:01:17.987-0731' AS timestamp with time zone) col_42, CAST(TIMESTAMP '2018-10-28 01:33:17.456-0731' AS timestamp with time zone) col_43, CAST(TIMESTAMP '2018-10-28 03:33:33.333-0731' AS timestamp with time zone) col_44, CAST(TIMESTAMP '1970-01-01 00:13:42.000-0731' AS timestamp with time zone) col_45, CAST(TIMESTAMP '2018-04-01 02:13:55.123-0731' AS timestamp with time zone) col_46, CAST(TIMESTAMP '2018-03-25 03:17:17.000-0731' AS timestamp with time zone) col_47, CAST(TIMESTAMP '1986-01-01 00:13:07.000-0731' AS timestamp with time
test (plugin/trino-cassandra)
Process completed with exit code 1.
pt (default, suite-7-non-generic, )
Process completed with exit code 1.
TestSqlServerAutomaticJoinPushdown.: plugin/trino-sqlserver/src/test/java/io/trino/plugin/sqlserver/TestSqlServerAutomaticJoinPushdown.java#L34
Container startup failed for image mcr.microsoft.com/mssql/server:2017-latest
TestSqlServerCaseInsensitiveMapping.: plugin/trino-sqlserver/src/test/java/io/trino/plugin/sqlserver/TestSqlServerCaseInsensitiveMapping.java#L45
Container startup failed for image mcr.microsoft.com/mssql/server:2017-latest
TestSqlServerConnectorTest.: plugin/trino-sqlserver/src/test/java/io/trino/plugin/sqlserver/TestSqlServerConnectorTest.java#L49
Container startup failed for image mcr.microsoft.com/mssql/server:2017-latest
TestSqlServerLatestConnectorSmokeTest.: plugin/trino-sqlserver/src/test/java/io/trino/plugin/sqlserver/TestSqlServerLatestConnectorSmokeTest.java#L27
Container startup failed for image mcr.microsoft.com/mssql/server:2019-CU13-ubuntu-20.04
TestSqlServerQueryFailureRecoveryTest.testExplainAnalyze: plugin/trino-sqlserver/src/test/java/io/trino/plugin/sqlserver/TestSqlServerQueryFailureRecoveryTest.java#L1
The TCP/IP connection to the host localhost, port 32770 has failed. Error: "Connection refused. Verify the connection properties. Make sure that an instance of SQL Server is running on the host and accepting TCP/IP connections at the port. Make sure that TCP connections to the port are not blocked by a firewall.".
TestSqlServerQueryFailureRecoveryTest.testCreateTable: plugin/trino-sqlserver/src/test/java/io/trino/plugin/sqlserver/TestSqlServerQueryFailureRecoveryTest.java#L1
The TCP/IP connection to the host localhost, port 32770 has failed. Error: "Connection refused. Verify the connection properties. Make sure that an instance of SQL Server is running on the host and accepting TCP/IP connections at the port. Make sure that TCP connections to the port are not blocked by a firewall.".
TestSqlServerTypeMapping.: plugin/trino-sqlserver/src/test/java/io/trino/plugin/sqlserver/TestSqlServerTypeMapping.java#L25
Container startup failed for image mcr.microsoft.com/mssql/server:2017-latest
TestSqlServerWithSnapshotIsolation.: plugin/trino-sqlserver/src/test/java/io/trino/plugin/sqlserver/TestSqlServerWithSnapshotIsolation.java#L1
Container startup failed for image mcr.microsoft.com/mssql/server:2017-latest
test (plugin/trino-sqlserver)
Process completed with exit code 1.

Artifacts

Produced during runtime
Name Size
product tests and server tarball Expired
1.28 GB
results plugin_trino-cassandra, , Expired
158 KB
results plugin_trino-sqlserver, , Expired
348 KB