pruidong commented on issue #9123: URL: https://github.com/apache/seatunnel/issues/9123#issuecomment-2785735466
error: ``` Caused by: java.sql.SQLException: Cannot set null to non-nullable column #2 [EXTPID String] at com.clickhouse.jdbc.SqlExceptionUtils.clientError(SqlExceptionUtils.java:73) ~[connector-clickhouse-2.3.10.jar:2.3.10] at com.clickhouse.jdbc.internal.InputBasedPreparedStatement.addBatch(InputBasedPreparedStatement.java:328) ~[connector-clickhouse-2.3.10.jar:2.3.10] at org.apache.seatunnel.connectors.seatunnel.clickhouse.sink.client.executor.FieldNamedPreparedStatement.addBatch(FieldNamedPreparedStatement.java:371) ~[connector-clickhouse-2.3.10.jar:2.3.10] at org.apache.seatunnel.connectors.seatunnel.clickhouse.sink.client.executor.SimpleBatchStatementExecutor.addToBatch(SimpleBatchStatementExecutor.java:43) ~[connector-clickhouse-2.3.10.jar:2.3.10] at org.apache.seatunnel.connectors.seatunnel.clickhouse.sink.client.executor.BufferedBatchStatementExecutor.executeBatch(BufferedBatchStatementExecutor.java:51) ~[connector-clickhouse-2.3.10.jar:2.3.10] at org.apache.seatunnel.connectors.seatunnel.clickhouse.sink.client.ClickhouseSinkWriter.flush(ClickhouseSinkWriter.java:128) ~[connector-clickhouse-2.3.10.jar:2.3.10] at org.apache.seatunnel.connectors.seatunnel.clickhouse.sink.client.ClickhouseSinkWriter.prepareCommit(ClickhouseSinkWriter.java:99) ~[connector-clickhouse-2.3.10.jar:2.3.10] at org.apache.seatunnel.api.sink.SinkWriter.prepareCommit(SinkWriter.java:75) ~[seatunnel-starter.jar:2.3.10] at org.apache.seatunnel.engine.server.task.flow.SinkFlowLifeCycle.received(SinkFlowLifeCycle.java:201) ~[seatunnel-starter.jar:2.3.10] ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@seatunnel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org