sandynz commented on code in PR #27251: URL: https://github.com/apache/shardingsphere/pull/27251#discussion_r1266454913
########## kernel/data-pipeline/core/src/main/java/org/apache/shardingsphere/data/pipeline/core/importer/sink/PipelineDataSourceSink.java: ########## @@ -37,6 +37,7 @@ import org.apache.shardingsphere.data.pipeline.core.exception.job.PipelineImporterJobWriteException; import org.apache.shardingsphere.data.pipeline.core.importer.DataRecordMerger; import org.apache.shardingsphere.data.pipeline.spi.ratelimit.JobRateLimitAlgorithm; +import org.apache.shardingsphere.sharding.api.config.cache.ShardingCacheOptionsConfiguration; Review Comment: Looks this import of `ShardingCacheOptionsConfiguration` is not used here, it could be removed. You could try CheckStyle plugin and re-import, and then Maven install modified module. And also in `PipelineImportSQLBuilderTest`. -- 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]
