Fix toConnectorSession conversion in BeginTableExecuteResult #69750
ci.yml
on: push
check-commits-dispatcher
0s
build-pt
9m 57s
build-test-matrix
52s
artifact-checks
18m 10s
error-prone-checks
17m 33s
test-jdbc-compatibility
17m 18s
test-other-modules
23m 48s
Matrix: hive-tests
Matrix: maven-checks
Matrix: check-commit
Matrix: pt
Matrix: test
Annotations
10 errors
TestCassandraTypeMapping.testInt:
plugin/trino-cassandra/src/test/java/io/trino/plugin/cassandra/TestCassandraTypeMapping.java#L232
Error executing sql:
CREATE TABLE test_int97sapd2p0m AS SELECT CAST(NULL AS int) col_0,
CAST(-2147483648 AS int) col_1,
CAST(1234567890 AS int) col_2,
CAST(2147483647 AS int) col_3
|
TestCassandraTypeMapping.testReal:
plugin/trino-cassandra/src/test/java/io/trino/plugin/cassandra/TestCassandraTypeMapping.java#L298
Error executing sql:
CREATE TABLE test_realdr8gh3hue1 AS SELECT CAST(NULL AS real) col_0,
CAST(12.5 AS real) col_1,
CAST(nan() AS real) col_2,
CAST(-infinity() AS real) col_3,
CAST(+infinity() AS real) col_4
|
TestCassandraTypeMapping.testTinyint:
plugin/trino-cassandra/src/test/java/io/trino/plugin/cassandra/TestCassandraTypeMapping.java#L174
Error executing sql:
CREATE TABLE test_tinyintoc8z7tatr4 AS SELECT CAST(NULL AS tinyint) col_0,
CAST(-128 AS tinyint) col_1,
CAST(5 AS tinyint) col_2,
CAST(127 AS tinyint) col_3
|
TestCassandraTypeMapping.testDate:
plugin/trino-cassandra/src/test/java/io/trino/plugin/cassandra/TestCassandraTypeMapping.java#L484
Error executing sql:
CREATE TABLE test_datengl4yd2agr AS SELECT CAST(NULL AS date) col_0,
CAST(DATE '-5877641-06-23' AS date) col_1,
CAST(DATE '0001-01-01' AS date) col_2,
CAST(DATE '1582-10-04' AS date) col_3,
CAST(DATE '1582-10-05' AS date) col_4,
CAST(DATE '1582-10-14' AS date) col_5,
CAST(DATE '1952-04-03' AS date) col_6,
CAST(DATE '1970-01-01' AS date) col_7,
CAST(DATE '1970-02-03' AS date) col_8,
CAST(DATE '1983-04-01' AS date) col_9,
CAST(DATE '1983-10-01' AS date) col_10,
CAST(DATE '2017-07-01' AS date) col_11,
CAST(DATE '2017-01-01' AS date) col_12,
CAST(DATE '5881580-07-11' AS date) col_13
|
TestCassandraTypeMapping.testTrinoTimestampWithTimeZone:
plugin/trino-cassandra/src/test/java/io/trino/plugin/cassandra/TestCassandraTypeMapping.java#L569
Error executing sql:
CREATE TABLE test_trino_timestamp_with_time_zoner5nsg3m6g8 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
|
TestCassandraConnectorTest.testCreateTableWithLongColumnName:
plugin/trino-cassandra/src/test/java/io/trino/plugin/cassandra/TestCassandraConnectorTest.java#L1
Expecting value to be false but was true
|
test (plugin/trino-cassandra)
Process completed with exit code 1.
|
pt (default, suite-7-non-generic, )
Process completed with exit code 1.
|
test (plugin/trino-sqlserver)
The job running on runner GitHub Actions 1 has exceeded the maximum execution time of 60 minutes.
|
test (plugin/trino-sqlserver)
The operation was canceled.
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
product tests and server tarball
Expired
|
1.28 GB |
|
results plugin_trino-cassandra, ,
Expired
|
161 KB |
|