Skip to content

[CALCITE-6697] Update Scott-data-hsqldb from 0.1 to 0.2 in Avatica #671

[CALCITE-6697] Update Scott-data-hsqldb from 0.1 to 0.2 in Avatica

[CALCITE-6697] Update Scott-data-hsqldb from 0.1 to 0.2 in Avatica #671

Re-run triggered November 17, 2024 20:42
Status Failure
Total duration 13m 42s
Artifacts

main.yml

on: pull_request
Windows (JDK 11)
4m 31s
Windows (JDK 11)
Linux (JDK 8)
3m 44s
Linux (JDK 8)
Linux (JDK 8), Avatica main
13m 32s
Linux (JDK 8), Avatica main
Linux (JDK 11), Oldest Guava, Pacific/Chatham Timezone
3m 54s
Linux (JDK 11), Oldest Guava, Pacific/Chatham Timezone
Linux (JDK 11), Calcite Minimum Guava, America/New_York Timezone
3m 56s
Linux (JDK 11), Calcite Minimum Guava, America/New_York Timezone
Linux (JDK 11), Middle-Aged Guava
3m 54s
Linux (JDK 11), Middle-Aged Guava
Linux (JDK 11), Newest Guava
3m 56s
Linux (JDK 11), Newest Guava
Linux (JDK 17)
3m 54s
Linux (JDK 17)
Linux (JDK 21)
4m 1s
Linux (JDK 21)
macOS (JDK 21)
4m 20s
macOS (JDK 21)
Linux (JDK 22)
3m 48s
Linux (JDK 22)
Fit to window
Zoom out
Zoom in

Annotations

100 errors
Linux (JDK 8): RemoteDriverTest.java#L1401
0.0sec org.apache.calcite.avatica.RemoteDriverTest > testBatchInsertWithDates[JSON] java.sql.SQLSyntaxErrorException: length must be specified in type definition: VARCHAR at org.apache.calcite.avatica.RemoteDriverTest.executeBatchInsertWithDates(RemoteDriverTest.java:1401) at org.apache.calcite.avatica.RemoteDriverTest.access$1100(RemoteDriverTest.java:91) at org.apache.calcite.avatica.RemoteDriverTest$14.apply(RemoteDriverTest.java:1378) at org.apache.calcite.avatica.RemoteDriverTest.eachConnection(RemoteDriverTest.java:228) at org.apache.calcite.avatica.RemoteDriverTest.testBatchInsertWithDates(RemoteDriverTest.java:1375) Next exception 1: [CIRCULAR REFERENCE SQLSyntaxErrorException] Next exception 2: org.hsqldb.HsqlException: length must be specified in type definition: VARCHAR ... 5 more Caused by: [CIRCULAR REFERENCE PlaceholderException]
Linux (JDK 8): RemoteDriverTest.java#L1401
0.0sec org.apache.calcite.avatica.RemoteDriverTest > testBatchInsertWithDates[PROTOBUF] java.sql.SQLSyntaxErrorException: length must be specified in type definition: VARCHAR at org.apache.calcite.avatica.RemoteDriverTest.executeBatchInsertWithDates(RemoteDriverTest.java:1401) at org.apache.calcite.avatica.RemoteDriverTest.access$1100(RemoteDriverTest.java:91) at org.apache.calcite.avatica.RemoteDriverTest$14.apply(RemoteDriverTest.java:1378) at org.apache.calcite.avatica.RemoteDriverTest.eachConnection(RemoteDriverTest.java:228) at org.apache.calcite.avatica.RemoteDriverTest.testBatchInsertWithDates(RemoteDriverTest.java:1375) Next exception 1: [CIRCULAR REFERENCE SQLSyntaxErrorException] Next exception 2: org.hsqldb.HsqlException: length must be specified in type definition: VARCHAR ... 5 more Caused by: [CIRCULAR REFERENCE PlaceholderException]
Linux (JDK 8): ArrayTypeTest.java#L537
0.0sec org.apache.calcite.avatica.remote.ArrayTypeTest > testBatchInsert[PROTOBUF] org.apache.calcite.avatica.AvaticaSqlException: Error -1 (00000) : Error while executing SQL "CREATE TABLE test_batch_insert (id integer, vals VARCHAR ARRAY)": Remote driver error: RuntimeException: java.sql.SQLSyntaxErrorException: length must be specified in type definition: VARCHAR -> SQLSyntaxErrorException: length must be specified in type definition: VARCHAR -> HsqlException: length must be specified in type definition: VARCHAR at org.apache.calcite.avatica.Helper.createException(Helper.java:54) at org.apache.calcite.avatica.Helper.createException(Helper.java:41) at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164) at org.apache.calcite.avatica.AvaticaStatement.execute(AvaticaStatement.java:218) at org.apache.calcite.avatica.remote.ArrayTypeTest.testBatchInsert(ArrayTypeTest.java:537)
Linux (JDK 8): ArrayTypeTest.java#L617
0.1sec org.apache.calcite.avatica.remote.ArrayTypeTest > stringArrays[PROTOBUF] org.apache.calcite.avatica.AvaticaSqlException: Error -1 (00000) : Error while executing SQL "CREATE TABLE string_arrays (id integer, vals VARCHAR ARRAY)": Remote driver error: RuntimeException: java.sql.SQLSyntaxErrorException: length must be specified in type definition: VARCHAR -> SQLSyntaxErrorException: length must be specified in type definition: VARCHAR -> HsqlException: length must be specified in type definition: VARCHAR at org.apache.calcite.avatica.Helper.createException(Helper.java:54) at org.apache.calcite.avatica.Helper.createException(Helper.java:41) at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164) at org.apache.calcite.avatica.AvaticaStatement.execute(AvaticaStatement.java:218) at org.apache.calcite.avatica.remote.ArrayTypeTest.writeAndReadArrays(ArrayTypeTest.java:617) at org.apache.calcite.avatica.remote.ArrayTypeTest.stringArrays(ArrayTypeTest.java:223)
Linux (JDK 8): ArrayTypeTest.java#L617
0.0sec org.apache.calcite.avatica.remote.ArrayTypeTest > varbinaryArrays[PROTOBUF] org.apache.calcite.avatica.AvaticaSqlException: Error -1 (00000) : Error while executing SQL "CREATE TABLE binary_arrays (id integer, vals VARBINARY ARRAY)": Remote driver error: RuntimeException: java.sql.SQLSyntaxErrorException: length must be specified in type definition: VARBINARY -> SQLSyntaxErrorException: length must be specified in type definition: VARBINARY -> HsqlException: length must be specified in type definition: VARBINARY at org.apache.calcite.avatica.Helper.createException(Helper.java:54) at org.apache.calcite.avatica.Helper.createException(Helper.java:41) at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164) at org.apache.calcite.avatica.AvaticaStatement.execute(AvaticaStatement.java:218) at org.apache.calcite.avatica.remote.ArrayTypeTest.writeAndReadArrays(ArrayTypeTest.java:617) at org.apache.calcite.avatica.remote.ArrayTypeTest.varbinaryArrays(ArrayTypeTest.java:362)
Linux (JDK 8): ArrayTypeTest.java#L537
0.0sec org.apache.calcite.avatica.remote.ArrayTypeTest > testBatchInsert[JSON] org.apache.calcite.avatica.AvaticaSqlException: Error -1 (00000) : Error while executing SQL "CREATE TABLE test_batch_insert (id integer, vals VARCHAR ARRAY)": Remote driver error: RuntimeException: java.sql.SQLSyntaxErrorException: length must be specified in type definition: VARCHAR -> SQLSyntaxErrorException: length must be specified in type definition: VARCHAR -> HsqlException: length must be specified in type definition: VARCHAR at org.apache.calcite.avatica.Helper.createException(Helper.java:54) at org.apache.calcite.avatica.Helper.createException(Helper.java:41) at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164) at org.apache.calcite.avatica.AvaticaStatement.execute(AvaticaStatement.java:218) at org.apache.calcite.avatica.remote.ArrayTypeTest.testBatchInsert(ArrayTypeTest.java:537)
Linux (JDK 8): ArrayTypeTest.java#L617
0.0sec org.apache.calcite.avatica.remote.ArrayTypeTest > stringArrays[JSON] org.apache.calcite.avatica.AvaticaSqlException: Error -1 (00000) : Error while executing SQL "CREATE TABLE string_arrays (id integer, vals VARCHAR ARRAY)": Remote driver error: RuntimeException: java.sql.SQLSyntaxErrorException: length must be specified in type definition: VARCHAR -> SQLSyntaxErrorException: length must be specified in type definition: VARCHAR -> HsqlException: length must be specified in type definition: VARCHAR at org.apache.calcite.avatica.Helper.createException(Helper.java:54) at org.apache.calcite.avatica.Helper.createException(Helper.java:41) at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164) at org.apache.calcite.avatica.AvaticaStatement.execute(AvaticaStatement.java:218) at org.apache.calcite.avatica.remote.ArrayTypeTest.writeAndReadArrays(ArrayTypeTest.java:617) at org.apache.calcite.avatica.remote.ArrayTypeTest.stringArrays(ArrayTypeTest.java:223)
Linux (JDK 8): ArrayTypeTest.java#L617
0.0sec org.apache.calcite.avatica.remote.ArrayTypeTest > varbinaryArrays[JSON] org.apache.calcite.avatica.AvaticaSqlException: Error -1 (00000) : Error while executing SQL "CREATE TABLE binary_arrays (id integer, vals VARBINARY ARRAY)": Remote driver error: RuntimeException: java.sql.SQLSyntaxErrorException: length must be specified in type definition: VARBINARY -> SQLSyntaxErrorException: length must be specified in type definition: VARBINARY -> HsqlException: length must be specified in type definition: VARBINARY at org.apache.calcite.avatica.Helper.createException(Helper.java:54) at org.apache.calcite.avatica.Helper.createException(Helper.java:41) at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164) at org.apache.calcite.avatica.AvaticaStatement.execute(AvaticaStatement.java:218) at org.apache.calcite.avatica.remote.ArrayTypeTest.writeAndReadArrays(ArrayTypeTest.java:617) at org.apache.calcite.avatica.remote.ArrayTypeTest.varbinaryArrays(ArrayTypeTest.java:362)
Linux (JDK 8): RemoteMetaTest.java#L747
0.0sec org.apache.calcite.avatica.remote.RemoteMetaTest > testBigDecimalTest[PROTOBUF] org.apache.calcite.avatica.AvaticaSqlException: Error -1 (00000) : Error while executing SQL "CREATE TABLE testbigdecimal (pk VARCHAR NOT NULL PRIMARY KEY, v1 DECIMAL(10,5))": Remote driver error: RuntimeException: java.sql.SQLSyntaxErrorException: length must be specified in type definition: VARCHAR -> SQLSyntaxErrorException: length must be specified in type definition: VARCHAR -> HsqlException: length must be specified in type definition: VARCHAR at org.apache.calcite.avatica.Helper.createException(Helper.java:54) at org.apache.calcite.avatica.Helper.createException(Helper.java:41) at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164) at org.apache.calcite.avatica.AvaticaStatement.execute(AvaticaStatement.java:218) at org.apache.calcite.avatica.remote.RemoteMetaTest.testBigDecimalTest(RemoteMetaTest.java:747)
Linux (JDK 8): RemoteMetaTest.java#L747
0.0sec org.apache.calcite.avatica.remote.RemoteMetaTest > testBigDecimalTest[JSON] org.apache.calcite.avatica.AvaticaSqlException: Error -1 (00000) : Error while executing SQL "CREATE TABLE testbigdecimal (pk VARCHAR NOT NULL PRIMARY KEY, v1 DECIMAL(10,5))": Remote driver error: RuntimeException: java.sql.SQLSyntaxErrorException: length must be specified in type definition: VARCHAR -> SQLSyntaxErrorException: length must be specified in type definition: VARCHAR -> HsqlException: length must be specified in type definition: VARCHAR at org.apache.calcite.avatica.Helper.createException(Helper.java:54) at org.apache.calcite.avatica.Helper.createException(Helper.java:41) at org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164) at org.apache.calcite.avatica.AvaticaStatement.execute(AvaticaStatement.java:218) at org.apache.calcite.avatica.remote.RemoteMetaTest.testBigDecimalTest(RemoteMetaTest.java:747)
Linux (JDK 22): RemoteDriverTest.java#L1401
0.0sec org.apache.calcite.avatica.RemoteDriverTest > testBatchInsertWithDates[JSON] java.sql.SQLSyntaxErrorException: length must be specified in type definition: VARCHAR at org.apache.calcite.avatica.RemoteDriverTest.executeBatchInsertWithDates(RemoteDriverTest.java:1401) at org.apache.calcite.avatica.RemoteDriverTest.access$1100(RemoteDriverTest.java:91) at org.apache.calcite.avatica.RemoteDriverTest$14.apply(RemoteDriverTest.java:1378) at org.apache.calcite.avatica.RemoteDriverTest.eachConnection(RemoteDriverTest.java:228) at org.apache.calcite.avatica.RemoteDriverTest.testBatchInsertWithDates(RemoteDriverTest.java:1375) Next exception 1: [CIRCULAR REFERENCE SQLSyntaxErrorException] Next exception 2: org.hsqldb.HsqlException: length must be specified in type definition: VARCHAR ... 5 more Caused by: [CIRCULAR REFERENCE PlaceholderException]
Linux (JDK 22): RemoteDriverTest.java#L1401
0.0sec org.apache.calcite.avatica.RemoteDriverTest > testBatchInsertWithDates[PROTOBUF] java.sql.SQLSyntaxErrorException: length must be specified in type definition: VARCHAR at org.apache.calcite.avatica.RemoteDriverTest.executeBatchInsertWithDates(RemoteDriverTest.java:1401) at org.apache.calcite.avatica.RemoteDriverTest.access$1100(RemoteDriverTest.java:91) at org.apache.calcite.avatica.RemoteDriverTest$14.apply(RemoteDriverTest.java:1378) at org.apache.calcite.avatica.RemoteDriverTest.eachConnection(RemoteDriverTest.java:228) at org.apache.calcite.avatica.RemoteDriverTest.testBatchInsertWithDates(RemoteDriverTest.java:1375) Next exception 1: [CIRCULAR REFERENCE SQLSyntaxErrorException] Next exception 2: org.hsqldb.HsqlException: length must be specified in type definition: VARCHAR ... 5 more Caused by: [CIRCULAR REFERENCE PlaceholderException]
Linux (JDK 22): ArrayTypeTest.java#L537
0.0sec org.apache.calcite.avatica.remote.ArrayTypeTest > testBatchInsert[JSON] org.apache.calcite.avatica.AvaticaSqlException: Error -1 (00000) : Error while executing SQL "CREATE TABLE test_batch_insert (id integer, vals VARCHAR ARRAY)": Remote driver error: RuntimeException: java.sql.SQLSyntaxErrorException: length must be specified in type definition: VARCHAR -> SQLSyntaxErrorException: length must be specified in type definition: VARCHAR -> HsqlException: length must be specified in type definition: VARCHAR at app//org.apache.calcite.avatica.Helper.createException(Helper.java:54) at app//org.apache.calcite.avatica.Helper.createException(Helper.java:41) at app//org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164) at app//org.apache.calcite.avatica.AvaticaStatement.execute(AvaticaStatement.java:218) at app//org.apache.calcite.avatica.remote.ArrayTypeTest.testBatchInsert(ArrayTypeTest.java:537)
Linux (JDK 22): ArrayTypeTest.java#L617
0.0sec org.apache.calcite.avatica.remote.ArrayTypeTest > stringArrays[JSON] org.apache.calcite.avatica.AvaticaSqlException: Error -1 (00000) : Error while executing SQL "CREATE TABLE string_arrays (id integer, vals VARCHAR ARRAY)": Remote driver error: RuntimeException: java.sql.SQLSyntaxErrorException: length must be specified in type definition: VARCHAR -> SQLSyntaxErrorException: length must be specified in type definition: VARCHAR -> HsqlException: length must be specified in type definition: VARCHAR at app//org.apache.calcite.avatica.Helper.createException(Helper.java:54) at app//org.apache.calcite.avatica.Helper.createException(Helper.java:41) at app//org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164) at app//org.apache.calcite.avatica.AvaticaStatement.execute(AvaticaStatement.java:218) at app//org.apache.calcite.avatica.remote.ArrayTypeTest.writeAndReadArrays(ArrayTypeTest.java:617) at app//org.apache.calcite.avatica.remote.ArrayTypeTest.stringArrays(ArrayTypeTest.java:223)
Linux (JDK 22): ArrayTypeTest.java#L617
0.0sec org.apache.calcite.avatica.remote.ArrayTypeTest > varbinaryArrays[JSON] org.apache.calcite.avatica.AvaticaSqlException: Error -1 (00000) : Error while executing SQL "CREATE TABLE binary_arrays (id integer, vals VARBINARY ARRAY)": Remote driver error: RuntimeException: java.sql.SQLSyntaxErrorException: length must be specified in type definition: VARBINARY -> SQLSyntaxErrorException: length must be specified in type definition: VARBINARY -> HsqlException: length must be specified in type definition: VARBINARY at app//org.apache.calcite.avatica.Helper.createException(Helper.java:54) at app//org.apache.calcite.avatica.Helper.createException(Helper.java:41) at app//org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164) at app//org.apache.calcite.avatica.AvaticaStatement.execute(AvaticaStatement.java:218) at app//org.apache.calcite.avatica.remote.ArrayTypeTest.writeAndReadArrays(ArrayTypeTest.java:617) at app//org.apache.calcite.avatica.remote.ArrayTypeTest.varbinaryArrays(ArrayTypeTest.java:362)
Linux (JDK 22): ArrayTypeTest.java#L537
0.0sec org.apache.calcite.avatica.remote.ArrayTypeTest > testBatchInsert[PROTOBUF] org.apache.calcite.avatica.AvaticaSqlException: Error -1 (00000) : Error while executing SQL "CREATE TABLE test_batch_insert (id integer, vals VARCHAR ARRAY)": Remote driver error: RuntimeException: java.sql.SQLSyntaxErrorException: length must be specified in type definition: VARCHAR -> SQLSyntaxErrorException: length must be specified in type definition: VARCHAR -> HsqlException: length must be specified in type definition: VARCHAR at app//org.apache.calcite.avatica.Helper.createException(Helper.java:54) at app//org.apache.calcite.avatica.Helper.createException(Helper.java:41) at app//org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164) at app//org.apache.calcite.avatica.AvaticaStatement.execute(AvaticaStatement.java:218) at app//org.apache.calcite.avatica.remote.ArrayTypeTest.testBatchInsert(ArrayTypeTest.java:537)
Linux (JDK 22): ArrayTypeTest.java#L617
0.0sec org.apache.calcite.avatica.remote.ArrayTypeTest > stringArrays[PROTOBUF] org.apache.calcite.avatica.AvaticaSqlException: Error -1 (00000) : Error while executing SQL "CREATE TABLE string_arrays (id integer, vals VARCHAR ARRAY)": Remote driver error: RuntimeException: java.sql.SQLSyntaxErrorException: length must be specified in type definition: VARCHAR -> SQLSyntaxErrorException: length must be specified in type definition: VARCHAR -> HsqlException: length must be specified in type definition: VARCHAR at app//org.apache.calcite.avatica.Helper.createException(Helper.java:54) at app//org.apache.calcite.avatica.Helper.createException(Helper.java:41) at app//org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164) at app//org.apache.calcite.avatica.AvaticaStatement.execute(AvaticaStatement.java:218) at app//org.apache.calcite.avatica.remote.ArrayTypeTest.writeAndReadArrays(ArrayTypeTest.java:617) at app//org.apache.calcite.avatica.remote.ArrayTypeTest.stringArrays(ArrayTypeTest.java:223)
Linux (JDK 22): ArrayTypeTest.java#L617
0.0sec org.apache.calcite.avatica.remote.ArrayTypeTest > varbinaryArrays[PROTOBUF] org.apache.calcite.avatica.AvaticaSqlException: Error -1 (00000) : Error while executing SQL "CREATE TABLE binary_arrays (id integer, vals VARBINARY ARRAY)": Remote driver error: RuntimeException: java.sql.SQLSyntaxErrorException: length must be specified in type definition: VARBINARY -> SQLSyntaxErrorException: length must be specified in type definition: VARBINARY -> HsqlException: length must be specified in type definition: VARBINARY at app//org.apache.calcite.avatica.Helper.createException(Helper.java:54) at app//org.apache.calcite.avatica.Helper.createException(Helper.java:41) at app//org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164) at app//org.apache.calcite.avatica.AvaticaStatement.execute(AvaticaStatement.java:218) at app//org.apache.calcite.avatica.remote.ArrayTypeTest.writeAndReadArrays(ArrayTypeTest.java:617) at app//org.apache.calcite.avatica.remote.ArrayTypeTest.varbinaryArrays(ArrayTypeTest.java:362)
Linux (JDK 22): RemoteMetaTest.java#L747
0.0sec org.apache.calcite.avatica.remote.RemoteMetaTest > testBigDecimalTest[JSON] org.apache.calcite.avatica.AvaticaSqlException: Error -1 (00000) : Error while executing SQL "CREATE TABLE testbigdecimal (pk VARCHAR NOT NULL PRIMARY KEY, v1 DECIMAL(10,5))": Remote driver error: RuntimeException: java.sql.SQLSyntaxErrorException: length must be specified in type definition: VARCHAR -> SQLSyntaxErrorException: length must be specified in type definition: VARCHAR -> HsqlException: length must be specified in type definition: VARCHAR at app//org.apache.calcite.avatica.Helper.createException(Helper.java:54) at app//org.apache.calcite.avatica.Helper.createException(Helper.java:41) at app//org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164) at app//org.apache.calcite.avatica.AvaticaStatement.execute(AvaticaStatement.java:218) at app//org.apache.calcite.avatica.remote.RemoteMetaTest.testBigDecimalTest(RemoteMetaTest.java:747)
Linux (JDK 22): RemoteMetaTest.java#L747
0.0sec org.apache.calcite.avatica.remote.RemoteMetaTest > testBigDecimalTest[PROTOBUF] org.apache.calcite.avatica.AvaticaSqlException: Error -1 (00000) : Error while executing SQL "CREATE TABLE testbigdecimal (pk VARCHAR NOT NULL PRIMARY KEY, v1 DECIMAL(10,5))": Remote driver error: RuntimeException: java.sql.SQLSyntaxErrorException: length must be specified in type definition: VARCHAR -> SQLSyntaxErrorException: length must be specified in type definition: VARCHAR -> HsqlException: length must be specified in type definition: VARCHAR at app//org.apache.calcite.avatica.Helper.createException(Helper.java:54) at app//org.apache.calcite.avatica.Helper.createException(Helper.java:41) at app//org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164) at app//org.apache.calcite.avatica.AvaticaStatement.execute(AvaticaStatement.java:218) at app//org.apache.calcite.avatica.remote.RemoteMetaTest.testBigDecimalTest(RemoteMetaTest.java:747)
Linux (JDK 11), Oldest Guava, Pacific/Chatham Timezone: RemoteDriverTest.java#L1401
0.0sec org.apache.calcite.avatica.RemoteDriverTest > testBatchInsertWithDates[JSON] java.sql.SQLSyntaxErrorException: length must be specified in type definition: VARCHAR at org.apache.calcite.avatica.RemoteDriverTest.executeBatchInsertWithDates(RemoteDriverTest.java:1401) at org.apache.calcite.avatica.RemoteDriverTest.access$1100(RemoteDriverTest.java:91) at org.apache.calcite.avatica.RemoteDriverTest$14.apply(RemoteDriverTest.java:1378) at org.apache.calcite.avatica.RemoteDriverTest.eachConnection(RemoteDriverTest.java:228) at org.apache.calcite.avatica.RemoteDriverTest.testBatchInsertWithDates(RemoteDriverTest.java:1375) Next exception 1: [CIRCULAR REFERENCE SQLSyntaxErrorException] Next exception 2: org.hsqldb.HsqlException: length must be specified in type definition: VARCHAR ... 5 more Caused by: [CIRCULAR REFERENCE PlaceholderException]
Linux (JDK 17): RemoteDriverTest.java#L1401
0.0sec org.apache.calcite.avatica.RemoteDriverTest > testBatchInsertWithDates[JSON] java.sql.SQLSyntaxErrorException: length must be specified in type definition: VARCHAR at org.apache.calcite.avatica.RemoteDriverTest.executeBatchInsertWithDates(RemoteDriverTest.java:1401) at org.apache.calcite.avatica.RemoteDriverTest.access$1100(RemoteDriverTest.java:91) at org.apache.calcite.avatica.RemoteDriverTest$14.apply(RemoteDriverTest.java:1378) at org.apache.calcite.avatica.RemoteDriverTest.eachConnection(RemoteDriverTest.java:228) at org.apache.calcite.avatica.RemoteDriverTest.testBatchInsertWithDates(RemoteDriverTest.java:1375) Next exception 1: [CIRCULAR REFERENCE SQLSyntaxErrorException] Next exception 2: org.hsqldb.HsqlException: length must be specified in type definition: VARCHAR ... 5 more Caused by: [CIRCULAR REFERENCE PlaceholderException]
Linux (JDK 11), Oldest Guava, Pacific/Chatham Timezone: RemoteDriverTest.java#L1401
0.0sec org.apache.calcite.avatica.RemoteDriverTest > testBatchInsertWithDates[PROTOBUF] java.sql.SQLSyntaxErrorException: length must be specified in type definition: VARCHAR at org.apache.calcite.avatica.RemoteDriverTest.executeBatchInsertWithDates(RemoteDriverTest.java:1401) at org.apache.calcite.avatica.RemoteDriverTest.access$1100(RemoteDriverTest.java:91) at org.apache.calcite.avatica.RemoteDriverTest$14.apply(RemoteDriverTest.java:1378) at org.apache.calcite.avatica.RemoteDriverTest.eachConnection(RemoteDriverTest.java:228) at org.apache.calcite.avatica.RemoteDriverTest.testBatchInsertWithDates(RemoteDriverTest.java:1375) Next exception 1: [CIRCULAR REFERENCE SQLSyntaxErrorException] Next exception 2: org.hsqldb.HsqlException: length must be specified in type definition: VARCHAR ... 5 more Caused by: [CIRCULAR REFERENCE PlaceholderException]
Linux (JDK 17): RemoteDriverTest.java#L1401
0.0sec org.apache.calcite.avatica.RemoteDriverTest > testBatchInsertWithDates[PROTOBUF] java.sql.SQLSyntaxErrorException: length must be specified in type definition: VARCHAR at org.apache.calcite.avatica.RemoteDriverTest.executeBatchInsertWithDates(RemoteDriverTest.java:1401) at org.apache.calcite.avatica.RemoteDriverTest.access$1100(RemoteDriverTest.java:91) at org.apache.calcite.avatica.RemoteDriverTest$14.apply(RemoteDriverTest.java:1378) at org.apache.calcite.avatica.RemoteDriverTest.eachConnection(RemoteDriverTest.java:228) at org.apache.calcite.avatica.RemoteDriverTest.testBatchInsertWithDates(RemoteDriverTest.java:1375) Next exception 1: [CIRCULAR REFERENCE SQLSyntaxErrorException] Next exception 2: org.hsqldb.HsqlException: length must be specified in type definition: VARCHAR ... 5 more Caused by: [CIRCULAR REFERENCE PlaceholderException]
Linux (JDK 11), Oldest Guava, Pacific/Chatham Timezone: ArrayTypeTest.java#L537
0.0sec org.apache.calcite.avatica.remote.ArrayTypeTest > testBatchInsert[JSON] org.apache.calcite.avatica.AvaticaSqlException: Error -1 (00000) : Error while executing SQL "CREATE TABLE test_batch_insert (id integer, vals VARCHAR ARRAY)": Remote driver error: RuntimeException: java.sql.SQLSyntaxErrorException: length must be specified in type definition: VARCHAR -> SQLSyntaxErrorException: length must be specified in type definition: VARCHAR -> HsqlException: length must be specified in type definition: VARCHAR at app//org.apache.calcite.avatica.Helper.createException(Helper.java:54) at app//org.apache.calcite.avatica.Helper.createException(Helper.java:41) at app//org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164) at app//org.apache.calcite.avatica.AvaticaStatement.execute(AvaticaStatement.java:218) at app//org.apache.calcite.avatica.remote.ArrayTypeTest.testBatchInsert(ArrayTypeTest.java:537)
Linux (JDK 17): ArrayTypeTest.java#L537
0.0sec org.apache.calcite.avatica.remote.ArrayTypeTest > testBatchInsert[JSON] org.apache.calcite.avatica.AvaticaSqlException: Error -1 (00000) : Error while executing SQL "CREATE TABLE test_batch_insert (id integer, vals VARCHAR ARRAY)": Remote driver error: RuntimeException: java.sql.SQLSyntaxErrorException: length must be specified in type definition: VARCHAR -> SQLSyntaxErrorException: length must be specified in type definition: VARCHAR -> HsqlException: length must be specified in type definition: VARCHAR at app//org.apache.calcite.avatica.Helper.createException(Helper.java:54) at app//org.apache.calcite.avatica.Helper.createException(Helper.java:41) at app//org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164) at app//org.apache.calcite.avatica.AvaticaStatement.execute(AvaticaStatement.java:218) at app//org.apache.calcite.avatica.remote.ArrayTypeTest.testBatchInsert(ArrayTypeTest.java:537)
Linux (JDK 11), Oldest Guava, Pacific/Chatham Timezone: ArrayTypeTest.java#L617
0.0sec org.apache.calcite.avatica.remote.ArrayTypeTest > stringArrays[JSON] org.apache.calcite.avatica.AvaticaSqlException: Error -1 (00000) : Error while executing SQL "CREATE TABLE string_arrays (id integer, vals VARCHAR ARRAY)": Remote driver error: RuntimeException: java.sql.SQLSyntaxErrorException: length must be specified in type definition: VARCHAR -> SQLSyntaxErrorException: length must be specified in type definition: VARCHAR -> HsqlException: length must be specified in type definition: VARCHAR at app//org.apache.calcite.avatica.Helper.createException(Helper.java:54) at app//org.apache.calcite.avatica.Helper.createException(Helper.java:41) at app//org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164) at app//org.apache.calcite.avatica.AvaticaStatement.execute(AvaticaStatement.java:218) at app//org.apache.calcite.avatica.remote.ArrayTypeTest.writeAndReadArrays(ArrayTypeTest.java:617) at app//org.apache.calcite.avatica.remote.ArrayTypeTest.stringArrays(ArrayTypeTest.java:223)
Linux (JDK 17): ArrayTypeTest.java#L617
0.0sec org.apache.calcite.avatica.remote.ArrayTypeTest > stringArrays[JSON] org.apache.calcite.avatica.AvaticaSqlException: Error -1 (00000) : Error while executing SQL "CREATE TABLE string_arrays (id integer, vals VARCHAR ARRAY)": Remote driver error: RuntimeException: java.sql.SQLSyntaxErrorException: length must be specified in type definition: VARCHAR -> SQLSyntaxErrorException: length must be specified in type definition: VARCHAR -> HsqlException: length must be specified in type definition: VARCHAR at app//org.apache.calcite.avatica.Helper.createException(Helper.java:54) at app//org.apache.calcite.avatica.Helper.createException(Helper.java:41) at app//org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164) at app//org.apache.calcite.avatica.AvaticaStatement.execute(AvaticaStatement.java:218) at app//org.apache.calcite.avatica.remote.ArrayTypeTest.writeAndReadArrays(ArrayTypeTest.java:617) at app//org.apache.calcite.avatica.remote.ArrayTypeTest.stringArrays(ArrayTypeTest.java:223)
Linux (JDK 11), Oldest Guava, Pacific/Chatham Timezone: ArrayTypeTest.java#L617
0.0sec org.apache.calcite.avatica.remote.ArrayTypeTest > varbinaryArrays[JSON] org.apache.calcite.avatica.AvaticaSqlException: Error -1 (00000) : Error while executing SQL "CREATE TABLE binary_arrays (id integer, vals VARBINARY ARRAY)": Remote driver error: RuntimeException: java.sql.SQLSyntaxErrorException: length must be specified in type definition: VARBINARY -> SQLSyntaxErrorException: length must be specified in type definition: VARBINARY -> HsqlException: length must be specified in type definition: VARBINARY at app//org.apache.calcite.avatica.Helper.createException(Helper.java:54) at app//org.apache.calcite.avatica.Helper.createException(Helper.java:41) at app//org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164) at app//org.apache.calcite.avatica.AvaticaStatement.execute(AvaticaStatement.java:218) at app//org.apache.calcite.avatica.remote.ArrayTypeTest.writeAndReadArrays(ArrayTypeTest.java:617) at app//org.apache.calcite.avatica.remote.ArrayTypeTest.varbinaryArrays(ArrayTypeTest.java:362)
Linux (JDK 17): ArrayTypeTest.java#L617
0.0sec org.apache.calcite.avatica.remote.ArrayTypeTest > varbinaryArrays[JSON] org.apache.calcite.avatica.AvaticaSqlException: Error -1 (00000) : Error while executing SQL "CREATE TABLE binary_arrays (id integer, vals VARBINARY ARRAY)": Remote driver error: RuntimeException: java.sql.SQLSyntaxErrorException: length must be specified in type definition: VARBINARY -> SQLSyntaxErrorException: length must be specified in type definition: VARBINARY -> HsqlException: length must be specified in type definition: VARBINARY at app//org.apache.calcite.avatica.Helper.createException(Helper.java:54) at app//org.apache.calcite.avatica.Helper.createException(Helper.java:41) at app//org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164) at app//org.apache.calcite.avatica.AvaticaStatement.execute(AvaticaStatement.java:218) at app//org.apache.calcite.avatica.remote.ArrayTypeTest.writeAndReadArrays(ArrayTypeTest.java:617) at app//org.apache.calcite.avatica.remote.ArrayTypeTest.varbinaryArrays(ArrayTypeTest.java:362)
Linux (JDK 11), Oldest Guava, Pacific/Chatham Timezone: ArrayTypeTest.java#L537
0.0sec org.apache.calcite.avatica.remote.ArrayTypeTest > testBatchInsert[PROTOBUF] org.apache.calcite.avatica.AvaticaSqlException: Error -1 (00000) : Error while executing SQL "CREATE TABLE test_batch_insert (id integer, vals VARCHAR ARRAY)": Remote driver error: RuntimeException: java.sql.SQLSyntaxErrorException: length must be specified in type definition: VARCHAR -> SQLSyntaxErrorException: length must be specified in type definition: VARCHAR -> HsqlException: length must be specified in type definition: VARCHAR at app//org.apache.calcite.avatica.Helper.createException(Helper.java:54) at app//org.apache.calcite.avatica.Helper.createException(Helper.java:41) at app//org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164) at app//org.apache.calcite.avatica.AvaticaStatement.execute(AvaticaStatement.java:218) at app//org.apache.calcite.avatica.remote.ArrayTypeTest.testBatchInsert(ArrayTypeTest.java:537)
Linux (JDK 17): ArrayTypeTest.java#L537
0.0sec org.apache.calcite.avatica.remote.ArrayTypeTest > testBatchInsert[PROTOBUF] org.apache.calcite.avatica.AvaticaSqlException: Error -1 (00000) : Error while executing SQL "CREATE TABLE test_batch_insert (id integer, vals VARCHAR ARRAY)": Remote driver error: RuntimeException: java.sql.SQLSyntaxErrorException: length must be specified in type definition: VARCHAR -> SQLSyntaxErrorException: length must be specified in type definition: VARCHAR -> HsqlException: length must be specified in type definition: VARCHAR at app//org.apache.calcite.avatica.Helper.createException(Helper.java:54) at app//org.apache.calcite.avatica.Helper.createException(Helper.java:41) at app//org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164) at app//org.apache.calcite.avatica.AvaticaStatement.execute(AvaticaStatement.java:218) at app//org.apache.calcite.avatica.remote.ArrayTypeTest.testBatchInsert(ArrayTypeTest.java:537)
Linux (JDK 11), Oldest Guava, Pacific/Chatham Timezone: ArrayTypeTest.java#L617
0.0sec org.apache.calcite.avatica.remote.ArrayTypeTest > stringArrays[PROTOBUF] org.apache.calcite.avatica.AvaticaSqlException: Error -1 (00000) : Error while executing SQL "CREATE TABLE string_arrays (id integer, vals VARCHAR ARRAY)": Remote driver error: RuntimeException: java.sql.SQLSyntaxErrorException: length must be specified in type definition: VARCHAR -> SQLSyntaxErrorException: length must be specified in type definition: VARCHAR -> HsqlException: length must be specified in type definition: VARCHAR at app//org.apache.calcite.avatica.Helper.createException(Helper.java:54) at app//org.apache.calcite.avatica.Helper.createException(Helper.java:41) at app//org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164) at app//org.apache.calcite.avatica.AvaticaStatement.execute(AvaticaStatement.java:218) at app//org.apache.calcite.avatica.remote.ArrayTypeTest.writeAndReadArrays(ArrayTypeTest.java:617) at app//org.apache.calcite.avatica.remote.ArrayTypeTest.stringArrays(ArrayTypeTest.java:223)
Linux (JDK 17): ArrayTypeTest.java#L617
0.0sec org.apache.calcite.avatica.remote.ArrayTypeTest > stringArrays[PROTOBUF] org.apache.calcite.avatica.AvaticaSqlException: Error -1 (00000) : Error while executing SQL "CREATE TABLE string_arrays (id integer, vals VARCHAR ARRAY)": Remote driver error: RuntimeException: java.sql.SQLSyntaxErrorException: length must be specified in type definition: VARCHAR -> SQLSyntaxErrorException: length must be specified in type definition: VARCHAR -> HsqlException: length must be specified in type definition: VARCHAR at app//org.apache.calcite.avatica.Helper.createException(Helper.java:54) at app//org.apache.calcite.avatica.Helper.createException(Helper.java:41) at app//org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164) at app//org.apache.calcite.avatica.AvaticaStatement.execute(AvaticaStatement.java:218) at app//org.apache.calcite.avatica.remote.ArrayTypeTest.writeAndReadArrays(ArrayTypeTest.java:617) at app//org.apache.calcite.avatica.remote.ArrayTypeTest.stringArrays(ArrayTypeTest.java:223)
Linux (JDK 11), Oldest Guava, Pacific/Chatham Timezone: ArrayTypeTest.java#L617
0.0sec org.apache.calcite.avatica.remote.ArrayTypeTest > varbinaryArrays[PROTOBUF] org.apache.calcite.avatica.AvaticaSqlException: Error -1 (00000) : Error while executing SQL "CREATE TABLE binary_arrays (id integer, vals VARBINARY ARRAY)": Remote driver error: RuntimeException: java.sql.SQLSyntaxErrorException: length must be specified in type definition: VARBINARY -> SQLSyntaxErrorException: length must be specified in type definition: VARBINARY -> HsqlException: length must be specified in type definition: VARBINARY at app//org.apache.calcite.avatica.Helper.createException(Helper.java:54) at app//org.apache.calcite.avatica.Helper.createException(Helper.java:41) at app//org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164) at app//org.apache.calcite.avatica.AvaticaStatement.execute(AvaticaStatement.java:218) at app//org.apache.calcite.avatica.remote.ArrayTypeTest.writeAndReadArrays(ArrayTypeTest.java:617) at app//org.apache.calcite.avatica.remote.ArrayTypeTest.varbinaryArrays(ArrayTypeTest.java:362)
Linux (JDK 17): ArrayTypeTest.java#L617
0.0sec org.apache.calcite.avatica.remote.ArrayTypeTest > varbinaryArrays[PROTOBUF] org.apache.calcite.avatica.AvaticaSqlException: Error -1 (00000) : Error while executing SQL "CREATE TABLE binary_arrays (id integer, vals VARBINARY ARRAY)": Remote driver error: RuntimeException: java.sql.SQLSyntaxErrorException: length must be specified in type definition: VARBINARY -> SQLSyntaxErrorException: length must be specified in type definition: VARBINARY -> HsqlException: length must be specified in type definition: VARBINARY at app//org.apache.calcite.avatica.Helper.createException(Helper.java:54) at app//org.apache.calcite.avatica.Helper.createException(Helper.java:41) at app//org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164) at app//org.apache.calcite.avatica.AvaticaStatement.execute(AvaticaStatement.java:218) at app//org.apache.calcite.avatica.remote.ArrayTypeTest.writeAndReadArrays(ArrayTypeTest.java:617) at app//org.apache.calcite.avatica.remote.ArrayTypeTest.varbinaryArrays(ArrayTypeTest.java:362)
Linux (JDK 11), Oldest Guava, Pacific/Chatham Timezone: RemoteMetaTest.java#L747
0.0sec org.apache.calcite.avatica.remote.RemoteMetaTest > testBigDecimalTest[JSON] org.apache.calcite.avatica.AvaticaSqlException: Error -1 (00000) : Error while executing SQL "CREATE TABLE testbigdecimal (pk VARCHAR NOT NULL PRIMARY KEY, v1 DECIMAL(10,5))": Remote driver error: RuntimeException: java.sql.SQLSyntaxErrorException: length must be specified in type definition: VARCHAR -> SQLSyntaxErrorException: length must be specified in type definition: VARCHAR -> HsqlException: length must be specified in type definition: VARCHAR at app//org.apache.calcite.avatica.Helper.createException(Helper.java:54) at app//org.apache.calcite.avatica.Helper.createException(Helper.java:41) at app//org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164) at app//org.apache.calcite.avatica.AvaticaStatement.execute(AvaticaStatement.java:218) at app//org.apache.calcite.avatica.remote.RemoteMetaTest.testBigDecimalTest(RemoteMetaTest.java:747)
Linux (JDK 17): RemoteMetaTest.java#L747
0.0sec org.apache.calcite.avatica.remote.RemoteMetaTest > testBigDecimalTest[JSON] org.apache.calcite.avatica.AvaticaSqlException: Error -1 (00000) : Error while executing SQL "CREATE TABLE testbigdecimal (pk VARCHAR NOT NULL PRIMARY KEY, v1 DECIMAL(10,5))": Remote driver error: RuntimeException: java.sql.SQLSyntaxErrorException: length must be specified in type definition: VARCHAR -> SQLSyntaxErrorException: length must be specified in type definition: VARCHAR -> HsqlException: length must be specified in type definition: VARCHAR at app//org.apache.calcite.avatica.Helper.createException(Helper.java:54) at app//org.apache.calcite.avatica.Helper.createException(Helper.java:41) at app//org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164) at app//org.apache.calcite.avatica.AvaticaStatement.execute(AvaticaStatement.java:218) at app//org.apache.calcite.avatica.remote.RemoteMetaTest.testBigDecimalTest(RemoteMetaTest.java:747)
Linux (JDK 11), Oldest Guava, Pacific/Chatham Timezone: RemoteMetaTest.java#L747
0.0sec org.apache.calcite.avatica.remote.RemoteMetaTest > testBigDecimalTest[PROTOBUF] org.apache.calcite.avatica.AvaticaSqlException: Error -1 (00000) : Error while executing SQL "CREATE TABLE testbigdecimal (pk VARCHAR NOT NULL PRIMARY KEY, v1 DECIMAL(10,5))": Remote driver error: RuntimeException: java.sql.SQLSyntaxErrorException: length must be specified in type definition: VARCHAR -> SQLSyntaxErrorException: length must be specified in type definition: VARCHAR -> HsqlException: length must be specified in type definition: VARCHAR at app//org.apache.calcite.avatica.Helper.createException(Helper.java:54) at app//org.apache.calcite.avatica.Helper.createException(Helper.java:41) at app//org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164) at app//org.apache.calcite.avatica.AvaticaStatement.execute(AvaticaStatement.java:218) at app//org.apache.calcite.avatica.remote.RemoteMetaTest.testBigDecimalTest(RemoteMetaTest.java:747)
Linux (JDK 17): RemoteMetaTest.java#L747
0.0sec org.apache.calcite.avatica.remote.RemoteMetaTest > testBigDecimalTest[PROTOBUF] org.apache.calcite.avatica.AvaticaSqlException: Error -1 (00000) : Error while executing SQL "CREATE TABLE testbigdecimal (pk VARCHAR NOT NULL PRIMARY KEY, v1 DECIMAL(10,5))": Remote driver error: RuntimeException: java.sql.SQLSyntaxErrorException: length must be specified in type definition: VARCHAR -> SQLSyntaxErrorException: length must be specified in type definition: VARCHAR -> HsqlException: length must be specified in type definition: VARCHAR at app//org.apache.calcite.avatica.Helper.createException(Helper.java:54) at app//org.apache.calcite.avatica.Helper.createException(Helper.java:41) at app//org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164) at app//org.apache.calcite.avatica.AvaticaStatement.execute(AvaticaStatement.java:218) at app//org.apache.calcite.avatica.remote.RemoteMetaTest.testBigDecimalTest(RemoteMetaTest.java:747)
Linux (JDK 11), Middle-Aged Guava: RemoteDriverTest.java#L1401
0.0sec org.apache.calcite.avatica.RemoteDriverTest > testBatchInsertWithDates[JSON] java.sql.SQLSyntaxErrorException: length must be specified in type definition: VARCHAR at org.apache.calcite.avatica.RemoteDriverTest.executeBatchInsertWithDates(RemoteDriverTest.java:1401) at org.apache.calcite.avatica.RemoteDriverTest.access$1100(RemoteDriverTest.java:91) at org.apache.calcite.avatica.RemoteDriverTest$14.apply(RemoteDriverTest.java:1378) at org.apache.calcite.avatica.RemoteDriverTest.eachConnection(RemoteDriverTest.java:228) at org.apache.calcite.avatica.RemoteDriverTest.testBatchInsertWithDates(RemoteDriverTest.java:1375) Next exception 1: [CIRCULAR REFERENCE SQLSyntaxErrorException] Next exception 2: org.hsqldb.HsqlException: length must be specified in type definition: VARCHAR ... 5 more Caused by: [CIRCULAR REFERENCE PlaceholderException]
Linux (JDK 11), Middle-Aged Guava: RemoteDriverTest.java#L1401
0.0sec org.apache.calcite.avatica.RemoteDriverTest > testBatchInsertWithDates[PROTOBUF] java.sql.SQLSyntaxErrorException: length must be specified in type definition: VARCHAR at org.apache.calcite.avatica.RemoteDriverTest.executeBatchInsertWithDates(RemoteDriverTest.java:1401) at org.apache.calcite.avatica.RemoteDriverTest.access$1100(RemoteDriverTest.java:91) at org.apache.calcite.avatica.RemoteDriverTest$14.apply(RemoteDriverTest.java:1378) at org.apache.calcite.avatica.RemoteDriverTest.eachConnection(RemoteDriverTest.java:228) at org.apache.calcite.avatica.RemoteDriverTest.testBatchInsertWithDates(RemoteDriverTest.java:1375) Next exception 1: [CIRCULAR REFERENCE SQLSyntaxErrorException] Next exception 2: org.hsqldb.HsqlException: length must be specified in type definition: VARCHAR ... 5 more Caused by: [CIRCULAR REFERENCE PlaceholderException]
Linux (JDK 11), Middle-Aged Guava: ArrayTypeTest.java#L537
0.0sec org.apache.calcite.avatica.remote.ArrayTypeTest > testBatchInsert[PROTOBUF] org.apache.calcite.avatica.AvaticaSqlException: Error -1 (00000) : Error while executing SQL "CREATE TABLE test_batch_insert (id integer, vals VARCHAR ARRAY)": Remote driver error: RuntimeException: java.sql.SQLSyntaxErrorException: length must be specified in type definition: VARCHAR -> SQLSyntaxErrorException: length must be specified in type definition: VARCHAR -> HsqlException: length must be specified in type definition: VARCHAR at app//org.apache.calcite.avatica.Helper.createException(Helper.java:54) at app//org.apache.calcite.avatica.Helper.createException(Helper.java:41) at app//org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164) at app//org.apache.calcite.avatica.AvaticaStatement.execute(AvaticaStatement.java:218) at app//org.apache.calcite.avatica.remote.ArrayTypeTest.testBatchInsert(ArrayTypeTest.java:537)
Linux (JDK 11), Middle-Aged Guava: ArrayTypeTest.java#L617
0.0sec org.apache.calcite.avatica.remote.ArrayTypeTest > stringArrays[PROTOBUF] org.apache.calcite.avatica.AvaticaSqlException: Error -1 (00000) : Error while executing SQL "CREATE TABLE string_arrays (id integer, vals VARCHAR ARRAY)": Remote driver error: RuntimeException: java.sql.SQLSyntaxErrorException: length must be specified in type definition: VARCHAR -> SQLSyntaxErrorException: length must be specified in type definition: VARCHAR -> HsqlException: length must be specified in type definition: VARCHAR at app//org.apache.calcite.avatica.Helper.createException(Helper.java:54) at app//org.apache.calcite.avatica.Helper.createException(Helper.java:41) at app//org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164) at app//org.apache.calcite.avatica.AvaticaStatement.execute(AvaticaStatement.java:218) at app//org.apache.calcite.avatica.remote.ArrayTypeTest.writeAndReadArrays(ArrayTypeTest.java:617) at app//org.apache.calcite.avatica.remote.ArrayTypeTest.stringArrays(ArrayTypeTest.java:223)
Linux (JDK 11), Middle-Aged Guava: ArrayTypeTest.java#L617
0.0sec org.apache.calcite.avatica.remote.ArrayTypeTest > varbinaryArrays[PROTOBUF] org.apache.calcite.avatica.AvaticaSqlException: Error -1 (00000) : Error while executing SQL "CREATE TABLE binary_arrays (id integer, vals VARBINARY ARRAY)": Remote driver error: RuntimeException: java.sql.SQLSyntaxErrorException: length must be specified in type definition: VARBINARY -> SQLSyntaxErrorException: length must be specified in type definition: VARBINARY -> HsqlException: length must be specified in type definition: VARBINARY at app//org.apache.calcite.avatica.Helper.createException(Helper.java:54) at app//org.apache.calcite.avatica.Helper.createException(Helper.java:41) at app//org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164) at app//org.apache.calcite.avatica.AvaticaStatement.execute(AvaticaStatement.java:218) at app//org.apache.calcite.avatica.remote.ArrayTypeTest.writeAndReadArrays(ArrayTypeTest.java:617) at app//org.apache.calcite.avatica.remote.ArrayTypeTest.varbinaryArrays(ArrayTypeTest.java:362)
Linux (JDK 11), Middle-Aged Guava: ArrayTypeTest.java#L537
0.0sec org.apache.calcite.avatica.remote.ArrayTypeTest > testBatchInsert[JSON] org.apache.calcite.avatica.AvaticaSqlException: Error -1 (00000) : Error while executing SQL "CREATE TABLE test_batch_insert (id integer, vals VARCHAR ARRAY)": Remote driver error: RuntimeException: java.sql.SQLSyntaxErrorException: length must be specified in type definition: VARCHAR -> SQLSyntaxErrorException: length must be specified in type definition: VARCHAR -> HsqlException: length must be specified in type definition: VARCHAR at app//org.apache.calcite.avatica.Helper.createException(Helper.java:54) at app//org.apache.calcite.avatica.Helper.createException(Helper.java:41) at app//org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164) at app//org.apache.calcite.avatica.AvaticaStatement.execute(AvaticaStatement.java:218) at app//org.apache.calcite.avatica.remote.ArrayTypeTest.testBatchInsert(ArrayTypeTest.java:537)
Linux (JDK 11), Middle-Aged Guava: ArrayTypeTest.java#L617
0.0sec org.apache.calcite.avatica.remote.ArrayTypeTest > stringArrays[JSON] org.apache.calcite.avatica.AvaticaSqlException: Error -1 (00000) : Error while executing SQL "CREATE TABLE string_arrays (id integer, vals VARCHAR ARRAY)": Remote driver error: RuntimeException: java.sql.SQLSyntaxErrorException: length must be specified in type definition: VARCHAR -> SQLSyntaxErrorException: length must be specified in type definition: VARCHAR -> HsqlException: length must be specified in type definition: VARCHAR at app//org.apache.calcite.avatica.Helper.createException(Helper.java:54) at app//org.apache.calcite.avatica.Helper.createException(Helper.java:41) at app//org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164) at app//org.apache.calcite.avatica.AvaticaStatement.execute(AvaticaStatement.java:218) at app//org.apache.calcite.avatica.remote.ArrayTypeTest.writeAndReadArrays(ArrayTypeTest.java:617) at app//org.apache.calcite.avatica.remote.ArrayTypeTest.stringArrays(ArrayTypeTest.java:223)
Linux (JDK 11), Middle-Aged Guava: ArrayTypeTest.java#L617
0.0sec org.apache.calcite.avatica.remote.ArrayTypeTest > varbinaryArrays[JSON] org.apache.calcite.avatica.AvaticaSqlException: Error -1 (00000) : Error while executing SQL "CREATE TABLE binary_arrays (id integer, vals VARBINARY ARRAY)": Remote driver error: RuntimeException: java.sql.SQLSyntaxErrorException: length must be specified in type definition: VARBINARY -> SQLSyntaxErrorException: length must be specified in type definition: VARBINARY -> HsqlException: length must be specified in type definition: VARBINARY at app//org.apache.calcite.avatica.Helper.createException(Helper.java:54) at app//org.apache.calcite.avatica.Helper.createException(Helper.java:41) at app//org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164) at app//org.apache.calcite.avatica.AvaticaStatement.execute(AvaticaStatement.java:218) at app//org.apache.calcite.avatica.remote.ArrayTypeTest.writeAndReadArrays(ArrayTypeTest.java:617) at app//org.apache.calcite.avatica.remote.ArrayTypeTest.varbinaryArrays(ArrayTypeTest.java:362)
Linux (JDK 11), Middle-Aged Guava: RemoteMetaTest.java#L747
0.0sec org.apache.calcite.avatica.remote.RemoteMetaTest > testBigDecimalTest[PROTOBUF] org.apache.calcite.avatica.AvaticaSqlException: Error -1 (00000) : Error while executing SQL "CREATE TABLE testbigdecimal (pk VARCHAR NOT NULL PRIMARY KEY, v1 DECIMAL(10,5))": Remote driver error: RuntimeException: java.sql.SQLSyntaxErrorException: length must be specified in type definition: VARCHAR -> SQLSyntaxErrorException: length must be specified in type definition: VARCHAR -> HsqlException: length must be specified in type definition: VARCHAR at app//org.apache.calcite.avatica.Helper.createException(Helper.java:54) at app//org.apache.calcite.avatica.Helper.createException(Helper.java:41) at app//org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164) at app//org.apache.calcite.avatica.AvaticaStatement.execute(AvaticaStatement.java:218) at app//org.apache.calcite.avatica.remote.RemoteMetaTest.testBigDecimalTest(RemoteMetaTest.java:747)
Linux (JDK 11), Middle-Aged Guava: RemoteMetaTest.java#L747
0.0sec org.apache.calcite.avatica.remote.RemoteMetaTest > testBigDecimalTest[JSON] org.apache.calcite.avatica.AvaticaSqlException: Error -1 (00000) : Error while executing SQL "CREATE TABLE testbigdecimal (pk VARCHAR NOT NULL PRIMARY KEY, v1 DECIMAL(10,5))": Remote driver error: RuntimeException: java.sql.SQLSyntaxErrorException: length must be specified in type definition: VARCHAR -> SQLSyntaxErrorException: length must be specified in type definition: VARCHAR -> HsqlException: length must be specified in type definition: VARCHAR at app//org.apache.calcite.avatica.Helper.createException(Helper.java:54) at app//org.apache.calcite.avatica.Helper.createException(Helper.java:41) at app//org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164) at app//org.apache.calcite.avatica.AvaticaStatement.execute(AvaticaStatement.java:218) at app//org.apache.calcite.avatica.remote.RemoteMetaTest.testBigDecimalTest(RemoteMetaTest.java:747)
Linux (JDK 11), Newest Guava: RemoteDriverTest.java#L1401
0.0sec org.apache.calcite.avatica.RemoteDriverTest > testBatchInsertWithDates[JSON] java.sql.SQLSyntaxErrorException: length must be specified in type definition: VARCHAR at org.apache.calcite.avatica.RemoteDriverTest.executeBatchInsertWithDates(RemoteDriverTest.java:1401) at org.apache.calcite.avatica.RemoteDriverTest.access$1100(RemoteDriverTest.java:91) at org.apache.calcite.avatica.RemoteDriverTest$14.apply(RemoteDriverTest.java:1378) at org.apache.calcite.avatica.RemoteDriverTest.eachConnection(RemoteDriverTest.java:228) at org.apache.calcite.avatica.RemoteDriverTest.testBatchInsertWithDates(RemoteDriverTest.java:1375) Next exception 1: [CIRCULAR REFERENCE SQLSyntaxErrorException] Next exception 2: org.hsqldb.HsqlException: length must be specified in type definition: VARCHAR ... 5 more Caused by: [CIRCULAR REFERENCE PlaceholderException]
Linux (JDK 11), Newest Guava: RemoteDriverTest.java#L1401
0.0sec org.apache.calcite.avatica.RemoteDriverTest > testBatchInsertWithDates[PROTOBUF] java.sql.SQLSyntaxErrorException: length must be specified in type definition: VARCHAR at org.apache.calcite.avatica.RemoteDriverTest.executeBatchInsertWithDates(RemoteDriverTest.java:1401) at org.apache.calcite.avatica.RemoteDriverTest.access$1100(RemoteDriverTest.java:91) at org.apache.calcite.avatica.RemoteDriverTest$14.apply(RemoteDriverTest.java:1378) at org.apache.calcite.avatica.RemoteDriverTest.eachConnection(RemoteDriverTest.java:228) at org.apache.calcite.avatica.RemoteDriverTest.testBatchInsertWithDates(RemoteDriverTest.java:1375) Next exception 1: [CIRCULAR REFERENCE SQLSyntaxErrorException] Next exception 2: org.hsqldb.HsqlException: length must be specified in type definition: VARCHAR ... 5 more Caused by: [CIRCULAR REFERENCE PlaceholderException]
Linux (JDK 11), Newest Guava: ArrayTypeTest.java#L537
0.0sec org.apache.calcite.avatica.remote.ArrayTypeTest > testBatchInsert[PROTOBUF] org.apache.calcite.avatica.AvaticaSqlException: Error -1 (00000) : Error while executing SQL "CREATE TABLE test_batch_insert (id integer, vals VARCHAR ARRAY)": Remote driver error: RuntimeException: java.sql.SQLSyntaxErrorException: length must be specified in type definition: VARCHAR -> SQLSyntaxErrorException: length must be specified in type definition: VARCHAR -> HsqlException: length must be specified in type definition: VARCHAR at app//org.apache.calcite.avatica.Helper.createException(Helper.java:54) at app//org.apache.calcite.avatica.Helper.createException(Helper.java:41) at app//org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164) at app//org.apache.calcite.avatica.AvaticaStatement.execute(AvaticaStatement.java:218) at app//org.apache.calcite.avatica.remote.ArrayTypeTest.testBatchInsert(ArrayTypeTest.java:537)
Linux (JDK 11), Newest Guava: ArrayTypeTest.java#L617
0.0sec org.apache.calcite.avatica.remote.ArrayTypeTest > stringArrays[PROTOBUF] org.apache.calcite.avatica.AvaticaSqlException: Error -1 (00000) : Error while executing SQL "CREATE TABLE string_arrays (id integer, vals VARCHAR ARRAY)": Remote driver error: RuntimeException: java.sql.SQLSyntaxErrorException: length must be specified in type definition: VARCHAR -> SQLSyntaxErrorException: length must be specified in type definition: VARCHAR -> HsqlException: length must be specified in type definition: VARCHAR at app//org.apache.calcite.avatica.Helper.createException(Helper.java:54) at app//org.apache.calcite.avatica.Helper.createException(Helper.java:41) at app//org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164) at app//org.apache.calcite.avatica.AvaticaStatement.execute(AvaticaStatement.java:218) at app//org.apache.calcite.avatica.remote.ArrayTypeTest.writeAndReadArrays(ArrayTypeTest.java:617) at app//org.apache.calcite.avatica.remote.ArrayTypeTest.stringArrays(ArrayTypeTest.java:223)
Linux (JDK 11), Newest Guava: ArrayTypeTest.java#L617
0.0sec org.apache.calcite.avatica.remote.ArrayTypeTest > varbinaryArrays[PROTOBUF] org.apache.calcite.avatica.AvaticaSqlException: Error -1 (00000) : Error while executing SQL "CREATE TABLE binary_arrays (id integer, vals VARBINARY ARRAY)": Remote driver error: RuntimeException: java.sql.SQLSyntaxErrorException: length must be specified in type definition: VARBINARY -> SQLSyntaxErrorException: length must be specified in type definition: VARBINARY -> HsqlException: length must be specified in type definition: VARBINARY at app//org.apache.calcite.avatica.Helper.createException(Helper.java:54) at app//org.apache.calcite.avatica.Helper.createException(Helper.java:41) at app//org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164) at app//org.apache.calcite.avatica.AvaticaStatement.execute(AvaticaStatement.java:218) at app//org.apache.calcite.avatica.remote.ArrayTypeTest.writeAndReadArrays(ArrayTypeTest.java:617) at app//org.apache.calcite.avatica.remote.ArrayTypeTest.varbinaryArrays(ArrayTypeTest.java:362)
Linux (JDK 11), Newest Guava: ArrayTypeTest.java#L537
0.0sec org.apache.calcite.avatica.remote.ArrayTypeTest > testBatchInsert[JSON] org.apache.calcite.avatica.AvaticaSqlException: Error -1 (00000) : Error while executing SQL "CREATE TABLE test_batch_insert (id integer, vals VARCHAR ARRAY)": Remote driver error: RuntimeException: java.sql.SQLSyntaxErrorException: length must be specified in type definition: VARCHAR -> SQLSyntaxErrorException: length must be specified in type definition: VARCHAR -> HsqlException: length must be specified in type definition: VARCHAR at app//org.apache.calcite.avatica.Helper.createException(Helper.java:54) at app//org.apache.calcite.avatica.Helper.createException(Helper.java:41) at app//org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164) at app//org.apache.calcite.avatica.AvaticaStatement.execute(AvaticaStatement.java:218) at app//org.apache.calcite.avatica.remote.ArrayTypeTest.testBatchInsert(ArrayTypeTest.java:537)
Linux (JDK 11), Newest Guava: ArrayTypeTest.java#L617
0.0sec org.apache.calcite.avatica.remote.ArrayTypeTest > stringArrays[JSON] org.apache.calcite.avatica.AvaticaSqlException: Error -1 (00000) : Error while executing SQL "CREATE TABLE string_arrays (id integer, vals VARCHAR ARRAY)": Remote driver error: RuntimeException: java.sql.SQLSyntaxErrorException: length must be specified in type definition: VARCHAR -> SQLSyntaxErrorException: length must be specified in type definition: VARCHAR -> HsqlException: length must be specified in type definition: VARCHAR at app//org.apache.calcite.avatica.Helper.createException(Helper.java:54) at app//org.apache.calcite.avatica.Helper.createException(Helper.java:41) at app//org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164) at app//org.apache.calcite.avatica.AvaticaStatement.execute(AvaticaStatement.java:218) at app//org.apache.calcite.avatica.remote.ArrayTypeTest.writeAndReadArrays(ArrayTypeTest.java:617) at app//org.apache.calcite.avatica.remote.ArrayTypeTest.stringArrays(ArrayTypeTest.java:223)
Linux (JDK 11), Newest Guava: ArrayTypeTest.java#L617
0.0sec org.apache.calcite.avatica.remote.ArrayTypeTest > varbinaryArrays[JSON] org.apache.calcite.avatica.AvaticaSqlException: Error -1 (00000) : Error while executing SQL "CREATE TABLE binary_arrays (id integer, vals VARBINARY ARRAY)": Remote driver error: RuntimeException: java.sql.SQLSyntaxErrorException: length must be specified in type definition: VARBINARY -> SQLSyntaxErrorException: length must be specified in type definition: VARBINARY -> HsqlException: length must be specified in type definition: VARBINARY at app//org.apache.calcite.avatica.Helper.createException(Helper.java:54) at app//org.apache.calcite.avatica.Helper.createException(Helper.java:41) at app//org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164) at app//org.apache.calcite.avatica.AvaticaStatement.execute(AvaticaStatement.java:218) at app//org.apache.calcite.avatica.remote.ArrayTypeTest.writeAndReadArrays(ArrayTypeTest.java:617) at app//org.apache.calcite.avatica.remote.ArrayTypeTest.varbinaryArrays(ArrayTypeTest.java:362)
Linux (JDK 11), Newest Guava: RemoteMetaTest.java#L747
0.0sec org.apache.calcite.avatica.remote.RemoteMetaTest > testBigDecimalTest[PROTOBUF] org.apache.calcite.avatica.AvaticaSqlException: Error -1 (00000) : Error while executing SQL "CREATE TABLE testbigdecimal (pk VARCHAR NOT NULL PRIMARY KEY, v1 DECIMAL(10,5))": Remote driver error: RuntimeException: java.sql.SQLSyntaxErrorException: length must be specified in type definition: VARCHAR -> SQLSyntaxErrorException: length must be specified in type definition: VARCHAR -> HsqlException: length must be specified in type definition: VARCHAR at app//org.apache.calcite.avatica.Helper.createException(Helper.java:54) at app//org.apache.calcite.avatica.Helper.createException(Helper.java:41) at app//org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164) at app//org.apache.calcite.avatica.AvaticaStatement.execute(AvaticaStatement.java:218) at app//org.apache.calcite.avatica.remote.RemoteMetaTest.testBigDecimalTest(RemoteMetaTest.java:747)
Linux (JDK 11), Newest Guava: RemoteMetaTest.java#L747
0.0sec org.apache.calcite.avatica.remote.RemoteMetaTest > testBigDecimalTest[JSON] org.apache.calcite.avatica.AvaticaSqlException: Error -1 (00000) : Error while executing SQL "CREATE TABLE testbigdecimal (pk VARCHAR NOT NULL PRIMARY KEY, v1 DECIMAL(10,5))": Remote driver error: RuntimeException: java.sql.SQLSyntaxErrorException: length must be specified in type definition: VARCHAR -> SQLSyntaxErrorException: length must be specified in type definition: VARCHAR -> HsqlException: length must be specified in type definition: VARCHAR at app//org.apache.calcite.avatica.Helper.createException(Helper.java:54) at app//org.apache.calcite.avatica.Helper.createException(Helper.java:41) at app//org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164) at app//org.apache.calcite.avatica.AvaticaStatement.execute(AvaticaStatement.java:218) at app//org.apache.calcite.avatica.remote.RemoteMetaTest.testBigDecimalTest(RemoteMetaTest.java:747)
Linux (JDK 11), Calcite Minimum Guava, America/New_York Timezone: RemoteDriverTest.java#L1401
0.0sec org.apache.calcite.avatica.RemoteDriverTest > testBatchInsertWithDates[JSON] java.sql.SQLSyntaxErrorException: length must be specified in type definition: VARCHAR at org.apache.calcite.avatica.RemoteDriverTest.executeBatchInsertWithDates(RemoteDriverTest.java:1401) at org.apache.calcite.avatica.RemoteDriverTest.access$1100(RemoteDriverTest.java:91) at org.apache.calcite.avatica.RemoteDriverTest$14.apply(RemoteDriverTest.java:1378) at org.apache.calcite.avatica.RemoteDriverTest.eachConnection(RemoteDriverTest.java:228) at org.apache.calcite.avatica.RemoteDriverTest.testBatchInsertWithDates(RemoteDriverTest.java:1375) Next exception 1: [CIRCULAR REFERENCE SQLSyntaxErrorException] Next exception 2: org.hsqldb.HsqlException: length must be specified in type definition: VARCHAR ... 5 more Caused by: [CIRCULAR REFERENCE PlaceholderException]
Linux (JDK 11), Calcite Minimum Guava, America/New_York Timezone: RemoteDriverTest.java#L1401
0.0sec org.apache.calcite.avatica.RemoteDriverTest > testBatchInsertWithDates[PROTOBUF] java.sql.SQLSyntaxErrorException: length must be specified in type definition: VARCHAR at org.apache.calcite.avatica.RemoteDriverTest.executeBatchInsertWithDates(RemoteDriverTest.java:1401) at org.apache.calcite.avatica.RemoteDriverTest.access$1100(RemoteDriverTest.java:91) at org.apache.calcite.avatica.RemoteDriverTest$14.apply(RemoteDriverTest.java:1378) at org.apache.calcite.avatica.RemoteDriverTest.eachConnection(RemoteDriverTest.java:228) at org.apache.calcite.avatica.RemoteDriverTest.testBatchInsertWithDates(RemoteDriverTest.java:1375) Next exception 1: [CIRCULAR REFERENCE SQLSyntaxErrorException] Next exception 2: org.hsqldb.HsqlException: length must be specified in type definition: VARCHAR ... 5 more Caused by: [CIRCULAR REFERENCE PlaceholderException]
Linux (JDK 11), Calcite Minimum Guava, America/New_York Timezone: ArrayTypeTest.java#L537
0.0sec org.apache.calcite.avatica.remote.ArrayTypeTest > testBatchInsert[PROTOBUF] org.apache.calcite.avatica.AvaticaSqlException: Error -1 (00000) : Error while executing SQL "CREATE TABLE test_batch_insert (id integer, vals VARCHAR ARRAY)": Remote driver error: RuntimeException: java.sql.SQLSyntaxErrorException: length must be specified in type definition: VARCHAR -> SQLSyntaxErrorException: length must be specified in type definition: VARCHAR -> HsqlException: length must be specified in type definition: VARCHAR at app//org.apache.calcite.avatica.Helper.createException(Helper.java:54) at app//org.apache.calcite.avatica.Helper.createException(Helper.java:41) at app//org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164) at app//org.apache.calcite.avatica.AvaticaStatement.execute(AvaticaStatement.java:218) at app//org.apache.calcite.avatica.remote.ArrayTypeTest.testBatchInsert(ArrayTypeTest.java:537)
Linux (JDK 11), Calcite Minimum Guava, America/New_York Timezone: ArrayTypeTest.java#L617
0.0sec org.apache.calcite.avatica.remote.ArrayTypeTest > stringArrays[PROTOBUF] org.apache.calcite.avatica.AvaticaSqlException: Error -1 (00000) : Error while executing SQL "CREATE TABLE string_arrays (id integer, vals VARCHAR ARRAY)": Remote driver error: RuntimeException: java.sql.SQLSyntaxErrorException: length must be specified in type definition: VARCHAR -> SQLSyntaxErrorException: length must be specified in type definition: VARCHAR -> HsqlException: length must be specified in type definition: VARCHAR at app//org.apache.calcite.avatica.Helper.createException(Helper.java:54) at app//org.apache.calcite.avatica.Helper.createException(Helper.java:41) at app//org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164) at app//org.apache.calcite.avatica.AvaticaStatement.execute(AvaticaStatement.java:218) at app//org.apache.calcite.avatica.remote.ArrayTypeTest.writeAndReadArrays(ArrayTypeTest.java:617) at app//org.apache.calcite.avatica.remote.ArrayTypeTest.stringArrays(ArrayTypeTest.java:223)
Linux (JDK 11), Calcite Minimum Guava, America/New_York Timezone: ArrayTypeTest.java#L617
0.0sec org.apache.calcite.avatica.remote.ArrayTypeTest > varbinaryArrays[PROTOBUF] org.apache.calcite.avatica.AvaticaSqlException: Error -1 (00000) : Error while executing SQL "CREATE TABLE binary_arrays (id integer, vals VARBINARY ARRAY)": Remote driver error: RuntimeException: java.sql.SQLSyntaxErrorException: length must be specified in type definition: VARBINARY -> SQLSyntaxErrorException: length must be specified in type definition: VARBINARY -> HsqlException: length must be specified in type definition: VARBINARY at app//org.apache.calcite.avatica.Helper.createException(Helper.java:54) at app//org.apache.calcite.avatica.Helper.createException(Helper.java:41) at app//org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164) at app//org.apache.calcite.avatica.AvaticaStatement.execute(AvaticaStatement.java:218) at app//org.apache.calcite.avatica.remote.ArrayTypeTest.writeAndReadArrays(ArrayTypeTest.java:617) at app//org.apache.calcite.avatica.remote.ArrayTypeTest.varbinaryArrays(ArrayTypeTest.java:362)
Linux (JDK 11), Calcite Minimum Guava, America/New_York Timezone: ArrayTypeTest.java#L537
0.0sec org.apache.calcite.avatica.remote.ArrayTypeTest > testBatchInsert[JSON] org.apache.calcite.avatica.AvaticaSqlException: Error -1 (00000) : Error while executing SQL "CREATE TABLE test_batch_insert (id integer, vals VARCHAR ARRAY)": Remote driver error: RuntimeException: java.sql.SQLSyntaxErrorException: length must be specified in type definition: VARCHAR -> SQLSyntaxErrorException: length must be specified in type definition: VARCHAR -> HsqlException: length must be specified in type definition: VARCHAR at app//org.apache.calcite.avatica.Helper.createException(Helper.java:54) at app//org.apache.calcite.avatica.Helper.createException(Helper.java:41) at app//org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164) at app//org.apache.calcite.avatica.AvaticaStatement.execute(AvaticaStatement.java:218) at app//org.apache.calcite.avatica.remote.ArrayTypeTest.testBatchInsert(ArrayTypeTest.java:537)
Linux (JDK 11), Calcite Minimum Guava, America/New_York Timezone: ArrayTypeTest.java#L617
0.0sec org.apache.calcite.avatica.remote.ArrayTypeTest > stringArrays[JSON] org.apache.calcite.avatica.AvaticaSqlException: Error -1 (00000) : Error while executing SQL "CREATE TABLE string_arrays (id integer, vals VARCHAR ARRAY)": Remote driver error: RuntimeException: java.sql.SQLSyntaxErrorException: length must be specified in type definition: VARCHAR -> SQLSyntaxErrorException: length must be specified in type definition: VARCHAR -> HsqlException: length must be specified in type definition: VARCHAR at app//org.apache.calcite.avatica.Helper.createException(Helper.java:54) at app//org.apache.calcite.avatica.Helper.createException(Helper.java:41) at app//org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164) at app//org.apache.calcite.avatica.AvaticaStatement.execute(AvaticaStatement.java:218) at app//org.apache.calcite.avatica.remote.ArrayTypeTest.writeAndReadArrays(ArrayTypeTest.java:617) at app//org.apache.calcite.avatica.remote.ArrayTypeTest.stringArrays(ArrayTypeTest.java:223)
Linux (JDK 11), Calcite Minimum Guava, America/New_York Timezone: ArrayTypeTest.java#L617
0.0sec org.apache.calcite.avatica.remote.ArrayTypeTest > varbinaryArrays[JSON] org.apache.calcite.avatica.AvaticaSqlException: Error -1 (00000) : Error while executing SQL "CREATE TABLE binary_arrays (id integer, vals VARBINARY ARRAY)": Remote driver error: RuntimeException: java.sql.SQLSyntaxErrorException: length must be specified in type definition: VARBINARY -> SQLSyntaxErrorException: length must be specified in type definition: VARBINARY -> HsqlException: length must be specified in type definition: VARBINARY at app//org.apache.calcite.avatica.Helper.createException(Helper.java:54) at app//org.apache.calcite.avatica.Helper.createException(Helper.java:41) at app//org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164) at app//org.apache.calcite.avatica.AvaticaStatement.execute(AvaticaStatement.java:218) at app//org.apache.calcite.avatica.remote.ArrayTypeTest.writeAndReadArrays(ArrayTypeTest.java:617) at app//org.apache.calcite.avatica.remote.ArrayTypeTest.varbinaryArrays(ArrayTypeTest.java:362)
Linux (JDK 11), Calcite Minimum Guava, America/New_York Timezone: RemoteMetaTest.java#L747
0.0sec org.apache.calcite.avatica.remote.RemoteMetaTest > testBigDecimalTest[PROTOBUF] org.apache.calcite.avatica.AvaticaSqlException: Error -1 (00000) : Error while executing SQL "CREATE TABLE testbigdecimal (pk VARCHAR NOT NULL PRIMARY KEY, v1 DECIMAL(10,5))": Remote driver error: RuntimeException: java.sql.SQLSyntaxErrorException: length must be specified in type definition: VARCHAR -> SQLSyntaxErrorException: length must be specified in type definition: VARCHAR -> HsqlException: length must be specified in type definition: VARCHAR at app//org.apache.calcite.avatica.Helper.createException(Helper.java:54) at app//org.apache.calcite.avatica.Helper.createException(Helper.java:41) at app//org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164) at app//org.apache.calcite.avatica.AvaticaStatement.execute(AvaticaStatement.java:218) at app//org.apache.calcite.avatica.remote.RemoteMetaTest.testBigDecimalTest(RemoteMetaTest.java:747)
Linux (JDK 11), Calcite Minimum Guava, America/New_York Timezone: RemoteMetaTest.java#L747
0.0sec org.apache.calcite.avatica.remote.RemoteMetaTest > testBigDecimalTest[JSON] org.apache.calcite.avatica.AvaticaSqlException: Error -1 (00000) : Error while executing SQL "CREATE TABLE testbigdecimal (pk VARCHAR NOT NULL PRIMARY KEY, v1 DECIMAL(10,5))": Remote driver error: RuntimeException: java.sql.SQLSyntaxErrorException: length must be specified in type definition: VARCHAR -> SQLSyntaxErrorException: length must be specified in type definition: VARCHAR -> HsqlException: length must be specified in type definition: VARCHAR at app//org.apache.calcite.avatica.Helper.createException(Helper.java:54) at app//org.apache.calcite.avatica.Helper.createException(Helper.java:41) at app//org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164) at app//org.apache.calcite.avatica.AvaticaStatement.execute(AvaticaStatement.java:218) at app//org.apache.calcite.avatica.remote.RemoteMetaTest.testBigDecimalTest(RemoteMetaTest.java:747)
Linux (JDK 21): RemoteDriverTest.java#L1401
0.0sec org.apache.calcite.avatica.RemoteDriverTest > testBatchInsertWithDates[JSON] java.sql.SQLSyntaxErrorException: length must be specified in type definition: VARCHAR at org.apache.calcite.avatica.RemoteDriverTest.executeBatchInsertWithDates(RemoteDriverTest.java:1401) at org.apache.calcite.avatica.RemoteDriverTest.access$1100(RemoteDriverTest.java:91) at org.apache.calcite.avatica.RemoteDriverTest$14.apply(RemoteDriverTest.java:1378) at org.apache.calcite.avatica.RemoteDriverTest.eachConnection(RemoteDriverTest.java:228) at org.apache.calcite.avatica.RemoteDriverTest.testBatchInsertWithDates(RemoteDriverTest.java:1375) Next exception 1: [CIRCULAR REFERENCE SQLSyntaxErrorException] Next exception 2: org.hsqldb.HsqlException: length must be specified in type definition: VARCHAR ... 5 more Caused by: [CIRCULAR REFERENCE PlaceholderException]
Linux (JDK 21): RemoteDriverTest.java#L1401
0.0sec org.apache.calcite.avatica.RemoteDriverTest > testBatchInsertWithDates[PROTOBUF] java.sql.SQLSyntaxErrorException: length must be specified in type definition: VARCHAR at org.apache.calcite.avatica.RemoteDriverTest.executeBatchInsertWithDates(RemoteDriverTest.java:1401) at org.apache.calcite.avatica.RemoteDriverTest.access$1100(RemoteDriverTest.java:91) at org.apache.calcite.avatica.RemoteDriverTest$14.apply(RemoteDriverTest.java:1378) at org.apache.calcite.avatica.RemoteDriverTest.eachConnection(RemoteDriverTest.java:228) at org.apache.calcite.avatica.RemoteDriverTest.testBatchInsertWithDates(RemoteDriverTest.java:1375) Next exception 1: [CIRCULAR REFERENCE SQLSyntaxErrorException] Next exception 2: org.hsqldb.HsqlException: length must be specified in type definition: VARCHAR ... 5 more Caused by: [CIRCULAR REFERENCE PlaceholderException]
Linux (JDK 21): ArrayTypeTest.java#L537
0.0sec org.apache.calcite.avatica.remote.ArrayTypeTest > testBatchInsert[PROTOBUF] org.apache.calcite.avatica.AvaticaSqlException: Error -1 (00000) : Error while executing SQL "CREATE TABLE test_batch_insert (id integer, vals VARCHAR ARRAY)": Remote driver error: RuntimeException: java.sql.SQLSyntaxErrorException: length must be specified in type definition: VARCHAR -> SQLSyntaxErrorException: length must be specified in type definition: VARCHAR -> HsqlException: length must be specified in type definition: VARCHAR at app//org.apache.calcite.avatica.Helper.createException(Helper.java:54) at app//org.apache.calcite.avatica.Helper.createException(Helper.java:41) at app//org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164) at app//org.apache.calcite.avatica.AvaticaStatement.execute(AvaticaStatement.java:218) at app//org.apache.calcite.avatica.remote.ArrayTypeTest.testBatchInsert(ArrayTypeTest.java:537)
Linux (JDK 21): ArrayTypeTest.java#L617
0.0sec org.apache.calcite.avatica.remote.ArrayTypeTest > stringArrays[PROTOBUF] org.apache.calcite.avatica.AvaticaSqlException: Error -1 (00000) : Error while executing SQL "CREATE TABLE string_arrays (id integer, vals VARCHAR ARRAY)": Remote driver error: RuntimeException: java.sql.SQLSyntaxErrorException: length must be specified in type definition: VARCHAR -> SQLSyntaxErrorException: length must be specified in type definition: VARCHAR -> HsqlException: length must be specified in type definition: VARCHAR at app//org.apache.calcite.avatica.Helper.createException(Helper.java:54) at app//org.apache.calcite.avatica.Helper.createException(Helper.java:41) at app//org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164) at app//org.apache.calcite.avatica.AvaticaStatement.execute(AvaticaStatement.java:218) at app//org.apache.calcite.avatica.remote.ArrayTypeTest.writeAndReadArrays(ArrayTypeTest.java:617) at app//org.apache.calcite.avatica.remote.ArrayTypeTest.stringArrays(ArrayTypeTest.java:223)
Linux (JDK 21): ArrayTypeTest.java#L617
0.0sec org.apache.calcite.avatica.remote.ArrayTypeTest > varbinaryArrays[PROTOBUF] org.apache.calcite.avatica.AvaticaSqlException: Error -1 (00000) : Error while executing SQL "CREATE TABLE binary_arrays (id integer, vals VARBINARY ARRAY)": Remote driver error: RuntimeException: java.sql.SQLSyntaxErrorException: length must be specified in type definition: VARBINARY -> SQLSyntaxErrorException: length must be specified in type definition: VARBINARY -> HsqlException: length must be specified in type definition: VARBINARY at app//org.apache.calcite.avatica.Helper.createException(Helper.java:54) at app//org.apache.calcite.avatica.Helper.createException(Helper.java:41) at app//org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164) at app//org.apache.calcite.avatica.AvaticaStatement.execute(AvaticaStatement.java:218) at app//org.apache.calcite.avatica.remote.ArrayTypeTest.writeAndReadArrays(ArrayTypeTest.java:617) at app//org.apache.calcite.avatica.remote.ArrayTypeTest.varbinaryArrays(ArrayTypeTest.java:362)
Linux (JDK 21): ArrayTypeTest.java#L537
0.0sec org.apache.calcite.avatica.remote.ArrayTypeTest > testBatchInsert[JSON] org.apache.calcite.avatica.AvaticaSqlException: Error -1 (00000) : Error while executing SQL "CREATE TABLE test_batch_insert (id integer, vals VARCHAR ARRAY)": Remote driver error: RuntimeException: java.sql.SQLSyntaxErrorException: length must be specified in type definition: VARCHAR -> SQLSyntaxErrorException: length must be specified in type definition: VARCHAR -> HsqlException: length must be specified in type definition: VARCHAR at app//org.apache.calcite.avatica.Helper.createException(Helper.java:54) at app//org.apache.calcite.avatica.Helper.createException(Helper.java:41) at app//org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164) at app//org.apache.calcite.avatica.AvaticaStatement.execute(AvaticaStatement.java:218) at app//org.apache.calcite.avatica.remote.ArrayTypeTest.testBatchInsert(ArrayTypeTest.java:537)
Linux (JDK 21): ArrayTypeTest.java#L617
0.0sec org.apache.calcite.avatica.remote.ArrayTypeTest > stringArrays[JSON] org.apache.calcite.avatica.AvaticaSqlException: Error -1 (00000) : Error while executing SQL "CREATE TABLE string_arrays (id integer, vals VARCHAR ARRAY)": Remote driver error: RuntimeException: java.sql.SQLSyntaxErrorException: length must be specified in type definition: VARCHAR -> SQLSyntaxErrorException: length must be specified in type definition: VARCHAR -> HsqlException: length must be specified in type definition: VARCHAR at app//org.apache.calcite.avatica.Helper.createException(Helper.java:54) at app//org.apache.calcite.avatica.Helper.createException(Helper.java:41) at app//org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164) at app//org.apache.calcite.avatica.AvaticaStatement.execute(AvaticaStatement.java:218) at app//org.apache.calcite.avatica.remote.ArrayTypeTest.writeAndReadArrays(ArrayTypeTest.java:617) at app//org.apache.calcite.avatica.remote.ArrayTypeTest.stringArrays(ArrayTypeTest.java:223)
Linux (JDK 21): ArrayTypeTest.java#L617
0.0sec org.apache.calcite.avatica.remote.ArrayTypeTest > varbinaryArrays[JSON] org.apache.calcite.avatica.AvaticaSqlException: Error -1 (00000) : Error while executing SQL "CREATE TABLE binary_arrays (id integer, vals VARBINARY ARRAY)": Remote driver error: RuntimeException: java.sql.SQLSyntaxErrorException: length must be specified in type definition: VARBINARY -> SQLSyntaxErrorException: length must be specified in type definition: VARBINARY -> HsqlException: length must be specified in type definition: VARBINARY at app//org.apache.calcite.avatica.Helper.createException(Helper.java:54) at app//org.apache.calcite.avatica.Helper.createException(Helper.java:41) at app//org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164) at app//org.apache.calcite.avatica.AvaticaStatement.execute(AvaticaStatement.java:218) at app//org.apache.calcite.avatica.remote.ArrayTypeTest.writeAndReadArrays(ArrayTypeTest.java:617) at app//org.apache.calcite.avatica.remote.ArrayTypeTest.varbinaryArrays(ArrayTypeTest.java:362)
Linux (JDK 21): RemoteMetaTest.java#L747
0.0sec org.apache.calcite.avatica.remote.RemoteMetaTest > testBigDecimalTest[PROTOBUF] org.apache.calcite.avatica.AvaticaSqlException: Error -1 (00000) : Error while executing SQL "CREATE TABLE testbigdecimal (pk VARCHAR NOT NULL PRIMARY KEY, v1 DECIMAL(10,5))": Remote driver error: RuntimeException: java.sql.SQLSyntaxErrorException: length must be specified in type definition: VARCHAR -> SQLSyntaxErrorException: length must be specified in type definition: VARCHAR -> HsqlException: length must be specified in type definition: VARCHAR at app//org.apache.calcite.avatica.Helper.createException(Helper.java:54) at app//org.apache.calcite.avatica.Helper.createException(Helper.java:41) at app//org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164) at app//org.apache.calcite.avatica.AvaticaStatement.execute(AvaticaStatement.java:218) at app//org.apache.calcite.avatica.remote.RemoteMetaTest.testBigDecimalTest(RemoteMetaTest.java:747)
Linux (JDK 21): RemoteMetaTest.java#L747
0.0sec org.apache.calcite.avatica.remote.RemoteMetaTest > testBigDecimalTest[JSON] org.apache.calcite.avatica.AvaticaSqlException: Error -1 (00000) : Error while executing SQL "CREATE TABLE testbigdecimal (pk VARCHAR NOT NULL PRIMARY KEY, v1 DECIMAL(10,5))": Remote driver error: RuntimeException: java.sql.SQLSyntaxErrorException: length must be specified in type definition: VARCHAR -> SQLSyntaxErrorException: length must be specified in type definition: VARCHAR -> HsqlException: length must be specified in type definition: VARCHAR at app//org.apache.calcite.avatica.Helper.createException(Helper.java:54) at app//org.apache.calcite.avatica.Helper.createException(Helper.java:41) at app//org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164) at app//org.apache.calcite.avatica.AvaticaStatement.execute(AvaticaStatement.java:218) at app//org.apache.calcite.avatica.remote.RemoteMetaTest.testBigDecimalTest(RemoteMetaTest.java:747)
macOS (JDK 21): RemoteDriverTest.java#L1401
0.0sec org.apache.calcite.avatica.RemoteDriverTest > testBatchInsertWithDates[JSON] java.sql.SQLSyntaxErrorException: length must be specified in type definition: VARCHAR at org.apache.calcite.avatica.RemoteDriverTest.executeBatchInsertWithDates(RemoteDriverTest.java:1401) at org.apache.calcite.avatica.RemoteDriverTest.access$1100(RemoteDriverTest.java:91) at org.apache.calcite.avatica.RemoteDriverTest$14.apply(RemoteDriverTest.java:1378) at org.apache.calcite.avatica.RemoteDriverTest.eachConnection(RemoteDriverTest.java:228) at org.apache.calcite.avatica.RemoteDriverTest.testBatchInsertWithDates(RemoteDriverTest.java:1375) Next exception 1: [CIRCULAR REFERENCE SQLSyntaxErrorException] Next exception 2: org.hsqldb.HsqlException: length must be specified in type definition: VARCHAR ... 5 more Caused by: [CIRCULAR REFERENCE PlaceholderException]
macOS (JDK 21): RemoteDriverTest.java#L1401
0.0sec org.apache.calcite.avatica.RemoteDriverTest > testBatchInsertWithDates[PROTOBUF] java.sql.SQLSyntaxErrorException: length must be specified in type definition: VARCHAR at org.apache.calcite.avatica.RemoteDriverTest.executeBatchInsertWithDates(RemoteDriverTest.java:1401) at org.apache.calcite.avatica.RemoteDriverTest.access$1100(RemoteDriverTest.java:91) at org.apache.calcite.avatica.RemoteDriverTest$14.apply(RemoteDriverTest.java:1378) at org.apache.calcite.avatica.RemoteDriverTest.eachConnection(RemoteDriverTest.java:228) at org.apache.calcite.avatica.RemoteDriverTest.testBatchInsertWithDates(RemoteDriverTest.java:1375) Next exception 1: [CIRCULAR REFERENCE SQLSyntaxErrorException] Next exception 2: org.hsqldb.HsqlException: length must be specified in type definition: VARCHAR ... 5 more Caused by: [CIRCULAR REFERENCE PlaceholderException]
macOS (JDK 21): ArrayTypeTest.java#L537
0.0sec org.apache.calcite.avatica.remote.ArrayTypeTest > testBatchInsert[PROTOBUF] org.apache.calcite.avatica.AvaticaSqlException: Error -1 (00000) : Error while executing SQL "CREATE TABLE test_batch_insert (id integer, vals VARCHAR ARRAY)": Remote driver error: RuntimeException: java.sql.SQLSyntaxErrorException: length must be specified in type definition: VARCHAR -> SQLSyntaxErrorException: length must be specified in type definition: VARCHAR -> HsqlException: length must be specified in type definition: VARCHAR at app//org.apache.calcite.avatica.Helper.createException(Helper.java:54) at app//org.apache.calcite.avatica.Helper.createException(Helper.java:41) at app//org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164) at app//org.apache.calcite.avatica.AvaticaStatement.execute(AvaticaStatement.java:218) at app//org.apache.calcite.avatica.remote.ArrayTypeTest.testBatchInsert(ArrayTypeTest.java:537)
macOS (JDK 21): ArrayTypeTest.java#L617
0.0sec org.apache.calcite.avatica.remote.ArrayTypeTest > stringArrays[PROTOBUF] org.apache.calcite.avatica.AvaticaSqlException: Error -1 (00000) : Error while executing SQL "CREATE TABLE string_arrays (id integer, vals VARCHAR ARRAY)": Remote driver error: RuntimeException: java.sql.SQLSyntaxErrorException: length must be specified in type definition: VARCHAR -> SQLSyntaxErrorException: length must be specified in type definition: VARCHAR -> HsqlException: length must be specified in type definition: VARCHAR at app//org.apache.calcite.avatica.Helper.createException(Helper.java:54) at app//org.apache.calcite.avatica.Helper.createException(Helper.java:41) at app//org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164) at app//org.apache.calcite.avatica.AvaticaStatement.execute(AvaticaStatement.java:218) at app//org.apache.calcite.avatica.remote.ArrayTypeTest.writeAndReadArrays(ArrayTypeTest.java:617) at app//org.apache.calcite.avatica.remote.ArrayTypeTest.stringArrays(ArrayTypeTest.java:223)
macOS (JDK 21): ArrayTypeTest.java#L617
0.0sec org.apache.calcite.avatica.remote.ArrayTypeTest > varbinaryArrays[PROTOBUF] org.apache.calcite.avatica.AvaticaSqlException: Error -1 (00000) : Error while executing SQL "CREATE TABLE binary_arrays (id integer, vals VARBINARY ARRAY)": Remote driver error: RuntimeException: java.sql.SQLSyntaxErrorException: length must be specified in type definition: VARBINARY -> SQLSyntaxErrorException: length must be specified in type definition: VARBINARY -> HsqlException: length must be specified in type definition: VARBINARY at app//org.apache.calcite.avatica.Helper.createException(Helper.java:54) at app//org.apache.calcite.avatica.Helper.createException(Helper.java:41) at app//org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164) at app//org.apache.calcite.avatica.AvaticaStatement.execute(AvaticaStatement.java:218) at app//org.apache.calcite.avatica.remote.ArrayTypeTest.writeAndReadArrays(ArrayTypeTest.java:617) at app//org.apache.calcite.avatica.remote.ArrayTypeTest.varbinaryArrays(ArrayTypeTest.java:362)
macOS (JDK 21): ArrayTypeTest.java#L537
0.0sec org.apache.calcite.avatica.remote.ArrayTypeTest > testBatchInsert[JSON] org.apache.calcite.avatica.AvaticaSqlException: Error -1 (00000) : Error while executing SQL "CREATE TABLE test_batch_insert (id integer, vals VARCHAR ARRAY)": Remote driver error: RuntimeException: java.sql.SQLSyntaxErrorException: length must be specified in type definition: VARCHAR -> SQLSyntaxErrorException: length must be specified in type definition: VARCHAR -> HsqlException: length must be specified in type definition: VARCHAR at app//org.apache.calcite.avatica.Helper.createException(Helper.java:54) at app//org.apache.calcite.avatica.Helper.createException(Helper.java:41) at app//org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164) at app//org.apache.calcite.avatica.AvaticaStatement.execute(AvaticaStatement.java:218) at app//org.apache.calcite.avatica.remote.ArrayTypeTest.testBatchInsert(ArrayTypeTest.java:537)
macOS (JDK 21): ArrayTypeTest.java#L617
0.0sec org.apache.calcite.avatica.remote.ArrayTypeTest > stringArrays[JSON] org.apache.calcite.avatica.AvaticaSqlException: Error -1 (00000) : Error while executing SQL "CREATE TABLE string_arrays (id integer, vals VARCHAR ARRAY)": Remote driver error: RuntimeException: java.sql.SQLSyntaxErrorException: length must be specified in type definition: VARCHAR -> SQLSyntaxErrorException: length must be specified in type definition: VARCHAR -> HsqlException: length must be specified in type definition: VARCHAR at app//org.apache.calcite.avatica.Helper.createException(Helper.java:54) at app//org.apache.calcite.avatica.Helper.createException(Helper.java:41) at app//org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164) at app//org.apache.calcite.avatica.AvaticaStatement.execute(AvaticaStatement.java:218) at app//org.apache.calcite.avatica.remote.ArrayTypeTest.writeAndReadArrays(ArrayTypeTest.java:617) at app//org.apache.calcite.avatica.remote.ArrayTypeTest.stringArrays(ArrayTypeTest.java:223)
macOS (JDK 21): ArrayTypeTest.java#L617
0.0sec org.apache.calcite.avatica.remote.ArrayTypeTest > varbinaryArrays[JSON] org.apache.calcite.avatica.AvaticaSqlException: Error -1 (00000) : Error while executing SQL "CREATE TABLE binary_arrays (id integer, vals VARBINARY ARRAY)": Remote driver error: RuntimeException: java.sql.SQLSyntaxErrorException: length must be specified in type definition: VARBINARY -> SQLSyntaxErrorException: length must be specified in type definition: VARBINARY -> HsqlException: length must be specified in type definition: VARBINARY at app//org.apache.calcite.avatica.Helper.createException(Helper.java:54) at app//org.apache.calcite.avatica.Helper.createException(Helper.java:41) at app//org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164) at app//org.apache.calcite.avatica.AvaticaStatement.execute(AvaticaStatement.java:218) at app//org.apache.calcite.avatica.remote.ArrayTypeTest.writeAndReadArrays(ArrayTypeTest.java:617) at app//org.apache.calcite.avatica.remote.ArrayTypeTest.varbinaryArrays(ArrayTypeTest.java:362)
macOS (JDK 21): RemoteMetaTest.java#L747
0.0sec org.apache.calcite.avatica.remote.RemoteMetaTest > testBigDecimalTest[PROTOBUF] org.apache.calcite.avatica.AvaticaSqlException: Error -1 (00000) : Error while executing SQL "CREATE TABLE testbigdecimal (pk VARCHAR NOT NULL PRIMARY KEY, v1 DECIMAL(10,5))": Remote driver error: RuntimeException: java.sql.SQLSyntaxErrorException: length must be specified in type definition: VARCHAR -> SQLSyntaxErrorException: length must be specified in type definition: VARCHAR -> HsqlException: length must be specified in type definition: VARCHAR at app//org.apache.calcite.avatica.Helper.createException(Helper.java:54) at app//org.apache.calcite.avatica.Helper.createException(Helper.java:41) at app//org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164) at app//org.apache.calcite.avatica.AvaticaStatement.execute(AvaticaStatement.java:218) at app//org.apache.calcite.avatica.remote.RemoteMetaTest.testBigDecimalTest(RemoteMetaTest.java:747)
macOS (JDK 21): RemoteMetaTest.java#L747
0.0sec org.apache.calcite.avatica.remote.RemoteMetaTest > testBigDecimalTest[JSON] org.apache.calcite.avatica.AvaticaSqlException: Error -1 (00000) : Error while executing SQL "CREATE TABLE testbigdecimal (pk VARCHAR NOT NULL PRIMARY KEY, v1 DECIMAL(10,5))": Remote driver error: RuntimeException: java.sql.SQLSyntaxErrorException: length must be specified in type definition: VARCHAR -> SQLSyntaxErrorException: length must be specified in type definition: VARCHAR -> HsqlException: length must be specified in type definition: VARCHAR at app//org.apache.calcite.avatica.Helper.createException(Helper.java:54) at app//org.apache.calcite.avatica.Helper.createException(Helper.java:41) at app//org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164) at app//org.apache.calcite.avatica.AvaticaStatement.execute(AvaticaStatement.java:218) at app//org.apache.calcite.avatica.remote.RemoteMetaTest.testBigDecimalTest(RemoteMetaTest.java:747)
Windows (JDK 11): RemoteDriverTest.java#L1401
0.0sec org.apache.calcite.avatica.RemoteDriverTest > testBatchInsertWithDates[JSON] java.sql.SQLSyntaxErrorException: length must be specified in type definition: VARCHAR at org.apache.calcite.avatica.RemoteDriverTest.executeBatchInsertWithDates(RemoteDriverTest.java:1401) at org.apache.calcite.avatica.RemoteDriverTest.access$1100(RemoteDriverTest.java:91) at org.apache.calcite.avatica.RemoteDriverTest$14.apply(RemoteDriverTest.java:1378) at org.apache.calcite.avatica.RemoteDriverTest.eachConnection(RemoteDriverTest.java:228) at org.apache.calcite.avatica.RemoteDriverTest.testBatchInsertWithDates(RemoteDriverTest.java:1375) Next exception 1: [CIRCULAR REFERENCE SQLSyntaxErrorException] Next exception 2: org.hsqldb.HsqlException: length must be specified in type definition: VARCHAR ... 5 more Caused by: [CIRCULAR REFERENCE PlaceholderException]
Windows (JDK 11): RemoteDriverTest.java#L1401
0.0sec org.apache.calcite.avatica.RemoteDriverTest > testBatchInsertWithDates[PROTOBUF] java.sql.SQLSyntaxErrorException: length must be specified in type definition: VARCHAR at org.apache.calcite.avatica.RemoteDriverTest.executeBatchInsertWithDates(RemoteDriverTest.java:1401) at org.apache.calcite.avatica.RemoteDriverTest.access$1100(RemoteDriverTest.java:91) at org.apache.calcite.avatica.RemoteDriverTest$14.apply(RemoteDriverTest.java:1378) at org.apache.calcite.avatica.RemoteDriverTest.eachConnection(RemoteDriverTest.java:228) at org.apache.calcite.avatica.RemoteDriverTest.testBatchInsertWithDates(RemoteDriverTest.java:1375) Next exception 1: [CIRCULAR REFERENCE SQLSyntaxErrorException] Next exception 2: org.hsqldb.HsqlException: length must be specified in type definition: VARCHAR ... 5 more Caused by: [CIRCULAR REFERENCE PlaceholderException]
Windows (JDK 11): ArrayTypeTest.java#L537
0.0sec org.apache.calcite.avatica.remote.ArrayTypeTest > testBatchInsert[PROTOBUF] org.apache.calcite.avatica.AvaticaSqlException: Error -1 (00000) : Error while executing SQL "CREATE TABLE test_batch_insert (id integer, vals VARCHAR ARRAY)": Remote driver error: RuntimeException: java.sql.SQLSyntaxErrorException: length must be specified in type definition: VARCHAR -> SQLSyntaxErrorException: length must be specified in type definition: VARCHAR -> HsqlException: length must be specified in type definition: VARCHAR at app//org.apache.calcite.avatica.Helper.createException(Helper.java:54) at app//org.apache.calcite.avatica.Helper.createException(Helper.java:41) at app//org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164) at app//org.apache.calcite.avatica.AvaticaStatement.execute(AvaticaStatement.java:218) at app//org.apache.calcite.avatica.remote.ArrayTypeTest.testBatchInsert(ArrayTypeTest.java:537)
Windows (JDK 11): ArrayTypeTest.java#L617
0.0sec org.apache.calcite.avatica.remote.ArrayTypeTest > stringArrays[PROTOBUF] org.apache.calcite.avatica.AvaticaSqlException: Error -1 (00000) : Error while executing SQL "CREATE TABLE string_arrays (id integer, vals VARCHAR ARRAY)": Remote driver error: RuntimeException: java.sql.SQLSyntaxErrorException: length must be specified in type definition: VARCHAR -> SQLSyntaxErrorException: length must be specified in type definition: VARCHAR -> HsqlException: length must be specified in type definition: VARCHAR at app//org.apache.calcite.avatica.Helper.createException(Helper.java:54) at app//org.apache.calcite.avatica.Helper.createException(Helper.java:41) at app//org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164) at app//org.apache.calcite.avatica.AvaticaStatement.execute(AvaticaStatement.java:218) at app//org.apache.calcite.avatica.remote.ArrayTypeTest.writeAndReadArrays(ArrayTypeTest.java:617) at app//org.apache.calcite.avatica.remote.ArrayTypeTest.stringArrays(ArrayTypeTest.java:223)
Windows (JDK 11): ArrayTypeTest.java#L617
0.0sec org.apache.calcite.avatica.remote.ArrayTypeTest > varbinaryArrays[PROTOBUF] org.apache.calcite.avatica.AvaticaSqlException: Error -1 (00000) : Error while executing SQL "CREATE TABLE binary_arrays (id integer, vals VARBINARY ARRAY)": Remote driver error: RuntimeException: java.sql.SQLSyntaxErrorException: length must be specified in type definition: VARBINARY -> SQLSyntaxErrorException: length must be specified in type definition: VARBINARY -> HsqlException: length must be specified in type definition: VARBINARY at app//org.apache.calcite.avatica.Helper.createException(Helper.java:54) at app//org.apache.calcite.avatica.Helper.createException(Helper.java:41) at app//org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164) at app//org.apache.calcite.avatica.AvaticaStatement.execute(AvaticaStatement.java:218) at app//org.apache.calcite.avatica.remote.ArrayTypeTest.writeAndReadArrays(ArrayTypeTest.java:617) at app//org.apache.calcite.avatica.remote.ArrayTypeTest.varbinaryArrays(ArrayTypeTest.java:362)
Windows (JDK 11): ArrayTypeTest.java#L537
0.0sec org.apache.calcite.avatica.remote.ArrayTypeTest > testBatchInsert[JSON] org.apache.calcite.avatica.AvaticaSqlException: Error -1 (00000) : Error while executing SQL "CREATE TABLE test_batch_insert (id integer, vals VARCHAR ARRAY)": Remote driver error: RuntimeException: java.sql.SQLSyntaxErrorException: length must be specified in type definition: VARCHAR -> SQLSyntaxErrorException: length must be specified in type definition: VARCHAR -> HsqlException: length must be specified in type definition: VARCHAR at app//org.apache.calcite.avatica.Helper.createException(Helper.java:54) at app//org.apache.calcite.avatica.Helper.createException(Helper.java:41) at app//org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164) at app//org.apache.calcite.avatica.AvaticaStatement.execute(AvaticaStatement.java:218) at app//org.apache.calcite.avatica.remote.ArrayTypeTest.testBatchInsert(ArrayTypeTest.java:537)
Windows (JDK 11): ArrayTypeTest.java#L617
0.0sec org.apache.calcite.avatica.remote.ArrayTypeTest > stringArrays[JSON] org.apache.calcite.avatica.AvaticaSqlException: Error -1 (00000) : Error while executing SQL "CREATE TABLE string_arrays (id integer, vals VARCHAR ARRAY)": Remote driver error: RuntimeException: java.sql.SQLSyntaxErrorException: length must be specified in type definition: VARCHAR -> SQLSyntaxErrorException: length must be specified in type definition: VARCHAR -> HsqlException: length must be specified in type definition: VARCHAR at app//org.apache.calcite.avatica.Helper.createException(Helper.java:54) at app//org.apache.calcite.avatica.Helper.createException(Helper.java:41) at app//org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164) at app//org.apache.calcite.avatica.AvaticaStatement.execute(AvaticaStatement.java:218) at app//org.apache.calcite.avatica.remote.ArrayTypeTest.writeAndReadArrays(ArrayTypeTest.java:617) at app//org.apache.calcite.avatica.remote.ArrayTypeTest.stringArrays(ArrayTypeTest.java:223)
Windows (JDK 11): ArrayTypeTest.java#L617
0.0sec org.apache.calcite.avatica.remote.ArrayTypeTest > varbinaryArrays[JSON] org.apache.calcite.avatica.AvaticaSqlException: Error -1 (00000) : Error while executing SQL "CREATE TABLE binary_arrays (id integer, vals VARBINARY ARRAY)": Remote driver error: RuntimeException: java.sql.SQLSyntaxErrorException: length must be specified in type definition: VARBINARY -> SQLSyntaxErrorException: length must be specified in type definition: VARBINARY -> HsqlException: length must be specified in type definition: VARBINARY at app//org.apache.calcite.avatica.Helper.createException(Helper.java:54) at app//org.apache.calcite.avatica.Helper.createException(Helper.java:41) at app//org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164) at app//org.apache.calcite.avatica.AvaticaStatement.execute(AvaticaStatement.java:218) at app//org.apache.calcite.avatica.remote.ArrayTypeTest.writeAndReadArrays(ArrayTypeTest.java:617) at app//org.apache.calcite.avatica.remote.ArrayTypeTest.varbinaryArrays(ArrayTypeTest.java:362)
Windows (JDK 11): RemoteMetaTest.java#L747
0.0sec org.apache.calcite.avatica.remote.RemoteMetaTest > testBigDecimalTest[PROTOBUF] org.apache.calcite.avatica.AvaticaSqlException: Error -1 (00000) : Error while executing SQL "CREATE TABLE testbigdecimal (pk VARCHAR NOT NULL PRIMARY KEY, v1 DECIMAL(10,5))": Remote driver error: RuntimeException: java.sql.SQLSyntaxErrorException: length must be specified in type definition: VARCHAR -> SQLSyntaxErrorException: length must be specified in type definition: VARCHAR -> HsqlException: length must be specified in type definition: VARCHAR at app//org.apache.calcite.avatica.Helper.createException(Helper.java:54) at app//org.apache.calcite.avatica.Helper.createException(Helper.java:41) at app//org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164) at app//org.apache.calcite.avatica.AvaticaStatement.execute(AvaticaStatement.java:218) at app//org.apache.calcite.avatica.remote.RemoteMetaTest.testBigDecimalTest(RemoteMetaTest.java:747)
Windows (JDK 11): RemoteMetaTest.java#L747
0.0sec org.apache.calcite.avatica.remote.RemoteMetaTest > testBigDecimalTest[JSON] org.apache.calcite.avatica.AvaticaSqlException: Error -1 (00000) : Error while executing SQL "CREATE TABLE testbigdecimal (pk VARCHAR NOT NULL PRIMARY KEY, v1 DECIMAL(10,5))": Remote driver error: RuntimeException: java.sql.SQLSyntaxErrorException: length must be specified in type definition: VARCHAR -> SQLSyntaxErrorException: length must be specified in type definition: VARCHAR -> HsqlException: length must be specified in type definition: VARCHAR at app//org.apache.calcite.avatica.Helper.createException(Helper.java:54) at app//org.apache.calcite.avatica.Helper.createException(Helper.java:41) at app//org.apache.calcite.avatica.AvaticaStatement.executeInternal(AvaticaStatement.java:164) at app//org.apache.calcite.avatica.AvaticaStatement.execute(AvaticaStatement.java:218) at app//org.apache.calcite.avatica.remote.RemoteMetaTest.testBigDecimalTest(RemoteMetaTest.java:747)