xiaochen-zhou commented on code in PR #8789: URL: https://github.com/apache/seatunnel/pull/8789#discussion_r1976899942
########## seatunnel-connectors-v2/connector-starrocks/src/main/java/org/apache/seatunnel/connectors/seatunnel/starrocks/client/source/StarRocksQueryPlanReadClient.java: ########## @@ -39,37 +40,40 @@ import java.util.List; import java.util.Map; import java.util.Set; +import java.util.function.Function; +import java.util.stream.Collectors; @Slf4j public class StarRocksQueryPlanReadClient { private RetryUtils.RetryMaterial retryMaterial; private SourceConfig sourceConfig; private SeaTunnelRowType seaTunnelRowType; Review Comment: Done. ########## seatunnel-connectors-v2/connector-starrocks/src/main/java/org/apache/seatunnel/connectors/seatunnel/starrocks/client/source/StarRocksQueryPlanReadClient.java: ########## @@ -39,37 +40,40 @@ import java.util.List; import java.util.Map; import java.util.Set; +import java.util.function.Function; +import java.util.stream.Collectors; @Slf4j public class StarRocksQueryPlanReadClient { private RetryUtils.RetryMaterial retryMaterial; private SourceConfig sourceConfig; private SeaTunnelRowType seaTunnelRowType; Review Comment: Done. -- 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