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


##########
seatunnel-connectors-v2/connector-iceberg/src/main/java/org/apache/seatunnel/connectors/seatunnel/iceberg/data/IcebergTypeMapper.java:
##########
@@ -37,6 +37,7 @@
 import java.util.concurrent.atomic.AtomicInteger;
 
 public class IcebergTypeMapper {
+    private static int fieldId = 1;

Review Comment:
   ```suggestion
   ```



##########
seatunnel-common/src/main/java/org/apache/seatunnel/common/exception/CommonErrorCode.java:
##########
@@ -77,6 +75,8 @@ public enum CommonErrorCode implements SeaTunnelErrorCode {
     FORMAT_DATETIME_ERROR(
             "COMMON-33",
             "The datetime format '<datetime>' of field '<field>' is not 
supported. Please check the datetime format."),
+
+    KERBEROS_AUTHORIZED_FAILED("COMMON-24", "Kerberos authorized failed"),

Review Comment:
   ```suggestion
       KERBEROS_AUTHORIZED_FAILED("COMMON-34", "Kerberos authorized 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