We’re using CrateDB 5.10.11, and using kafka connect sink data to it, after running for a while the connect encounter below error.
But the record don’t contain the value 08:11:26.000Z
, so I confused, how to locate the root cause, thanks in advance. For details about the error, please see the attachment.
aborted: ERROR: Cannot cast value 08:11:26.000Z to type timestamp without time zoneWhere: io.crate.exceptions.SQLExceptions.esToCrateException(SQLExceptions.java:211)io.crate.exceptions.SQLExceptions.prepareForClientTransmission(SQLExceptions.java:200)io.crate.protocols.postgres.Messages.sendErrorResponse(Messages.java:195)io.crate.protocols.postgres.Messages.sendErrorResponse(Messages.java:188)io.crate.protocols.postgres.PostgresWireProtocol.handleSync(PostgresWireProtocol.java:763)io.crate.protocols.postgres.PostgresWireProtocol$MessageHandler.dispatchMessage(PostgresWireProtocol.java:360)io.crate.protocols.postgres.PostgresWireProtocol$MessageHandler.dispatchState(PostgresWireProtocol.java:329)io.crate.protocols.postgres.PostgresWireProtocol$MessageHandler.channelRead0(PostgresWireProtocol.java:297)io.crate.protocols.postgres.PostgresWireProtocol$MessageHandler.channelRead0(PostgresWireProtocol.java:281)
kafka_connect_crate.txt (11.1 KB)
table_definition.txt (21.1 KB)