Skip to content

Updated tests to include Exasol V8/ Update to vsjdbc 12.0.0 / Fix issues #252

Updated tests to include Exasol V8/ Update to vsjdbc 12.0.0 / Fix issues

Updated tests to include Exasol V8/ Update to vsjdbc 12.0.0 / Fix issues #252

Triggered via pull request March 7, 2024 14:36
Status Failure
Total duration 19m 31s
Artifacts

ci-build.yml

on: pull_request
Matrix: matrix-build
Fit to window
Zoom out
Zoom in

Annotations

8 errors
matrix-build (8.24.0)
Process completed with exit code 1.
ExasolSqlDialectExaConnectionIT.testCreateVirtualSchemaWithIgnoreErrorsProperty: src/test/java/com/exasol/adapter/dialects/exasol/ExasolSqlDialectExaConnectionIT.java#L1
Error executing 'SELECT NOW() - INTERVAL '1' MINUTE FROM "VIRTUAL_SCHEMA_IGNORES_ERRORS"."SINGLE_COLUMN_TABLE_BOOLEAN"': Execution of SQL Statement failed on external EXASolution. ['.' character is not allowed within quoted identifiers [line 1, column 23] (Session: 1792879169082949632)] (Session: 1792879046000508928)
ExasolSqlDialectExaConnectionWithDataTypesIT.testCreateVirtualSchemaWithIgnoreErrorsProperty: src/test/java/com/exasol/adapter/dialects/exasol/ExasolSqlDialectExaConnectionWithDataTypesIT.java#L1
Error executing 'SELECT NOW() - INTERVAL '1' MINUTE FROM "VIRTUAL_SCHEMA_IGNORES_ERRORS"."SINGLE_COLUMN_TABLE_BOOLEAN"': ETL-4213: Execution of SQL Statement failed on external EXASolution. ['.' character is not allowed within quoted identifiers [line 1, column 23] (Session: 1792879477716353024)] (Session: 1792879304759640064)
ExasolSqlDialectJdbcConnectionIT.testCreateVirtualSchemaWithIgnoreErrorsProperty: src/test/java/com/exasol/adapter/dialects/exasol/ExasolSqlDialectJdbcConnectionIT.java#L1
Error executing 'SELECT NOW() - INTERVAL '1' MINUTE FROM "VIRTUAL_SCHEMA_IGNORES_ERRORS"."SINGLE_COLUMN_TABLE_BOOLEAN"': ETL-5402: JDBC-Client-Error: Failed to initialize Query: '.' character is not allowed within quoted identifiers [line 1, column 23] (Session: 1792878957805436928) (Session: 1792878749366419456)
ExasolSqlDialectLocalConnectionIT.testCreateVirtualSchemaWithIgnoreErrorsProperty: src/test/java/com/exasol/adapter/dialects/exasol/ExasolSqlDialectLocalConnectionIT.java#L1
Error executing 'SELECT NOW() - INTERVAL '1' MINUTE FROM "VIRTUAL_SCHEMA_IGNORES_ERRORS"."SINGLE_COLUMN_TABLE_BOOLEAN"': Adapter generated invalid pushdown query for virtual table SINGLE_COLUMN_TABLE_BOOLEAN: Error during compilation: '.' character is not allowed within quoted identifiers [line 1, column 23] (pushdown query: SELECT LOCALTIMESTAMP '2024-03-07 14:54:06.998' FROM "SOURCE_SCHEMA"."SINGLE_COLUMN_TABLE_BOOLEAN") (Session: 1792879557936283648)
matrix-build (7.1.25)
Process completed with exit code 1.