Hisoka-X commented on code in PR #8789:
URL: https://github.com/apache/seatunnel/pull/8789#discussion_r1976841868


##########
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:
   ```suggestion
   ```



##########
seatunnel-connectors-v2/connector-starrocks/src/main/java/org/apache/seatunnel/connectors/seatunnel/starrocks/exception/StarRocksConnectorErrorCode.java:
##########
@@ -26,7 +26,8 @@ public enum StarRocksConnectorErrorCode implements 
SeaTunnelErrorCode {
     CREATE_BE_READER_FAILED("STARROCKS-04", "Create StarRocks BE reader 
failed"),
     SCAN_BE_DATA_FAILED("STARROCKS-05", "Scan data from StarRocks BE failed"),
     QUEST_QUERY_PLAN_FAILED("STARROCKS-06", "Request query Plan failed"),
-    READER_ARROW_DATA_FAILED("STARROCKS-07", "Read Arrow data failed");
+    READER_ARROW_DATA_FAILED("STARROCKS-07", "Read Arrow data failed"),
+    HOST_IS_NULL("STARROCKS-07", "Read Arrow data failed");

Review Comment:
   ```suggestion
       HOST_IS_NULL("STARROCKS-08", "Read Arrow data failed");
   ```



-- 
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]

Reply via email to