zhangshenghang commented on PR #7465: URL: https://github.com/apache/seatunnel/pull/7465#issuecomment-2306104217
> Could you help to fix > > https://github.com/apache/seatunnel/blob/d928e8b11337710da82c06fb97aa135d5365fc33/seatunnel-connectors-v2/connector-cassandra/src/main/java/org/apache/seatunnel/connectors/seatunnel/cassandra/sink/CassandraSink.java#L110 > > > and > https://github.com/apache/seatunnel/blob/d928e8b11337710da82c06fb97aa135d5365fc33/seatunnel-connectors-v2/connector-clickhouse/src/main/java/org/apache/seatunnel/connectors/seatunnel/clickhouse/source/ClickhouseSource.java#L149 > > > too? Modified. Cassandra is modified to ```java throw new CassandraConnectorException( SeaTunnelAPIErrorCode.CONFIG_VALIDATION_FAILED, String.format( "PluginName: %s, PluginType: %s, Message: %s %s", getPluginName(), PluginType.SINK, checkResult.getMsg(), ExceptionUtils.getMessage(e))); ``` because checkResult is an externally spliced object. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
