xiaochen-zhou commented on code in PR #8789:
URL: https://github.com/apache/seatunnel/pull/8789#discussion_r1976900367


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

Reply via email to