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


##########
seatunnel-api/src/main/java/org/apache/seatunnel/api/table/type/SeaTunnelRow.java:
##########
@@ -255,6 +255,7 @@ private int getBytesForValue(Object v) {
             case "Double[]":
                 return ((Double[]) v).length * 8;
             case "HashMap":
+            case "LinkedHashMap":

Review Comment:
   This is the data circulated within SeaTunnelRow. We should standardize the 
type used when creating map type data in SeaTunnelRow to prevent burden on 
downstream parsing. For now, Hashmap and LinkHashMap are enough.



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