liugddx commented on code in PR #7229:
URL: https://github.com/apache/seatunnel/pull/7229#discussion_r1685720659


##########
seatunnel-connectors-v2/connector-doris/src/main/java/org/apache/seatunnel/connectors/doris/source/serialization/RowBatch.java:
##########
@@ -267,7 +272,7 @@ private void convertArrowValue(
                         rowIndex ->
                                 float8Vector.isNull(rowIndex) ? null : 
float8Vector.get(rowIndex));
                 break;
-            case "DECIMAL":
+            case DECIMAL:

Review Comment:
   > why only `DECIMAL` is static field?
   
   My bad, rolled back



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