JingsongLi commented on code in PR #6790:
URL: https://github.com/apache/paimon/pull/6790#discussion_r2606797672


##########
paimon-common/src/main/java/org/apache/paimon/casting/StringToMapCastRule.java:
##########
@@ -176,7 +176,7 @@ private Object parseValue(String valueStr, 
CastExecutor<BinaryString, Object> ca
                 : castExecutor.cast(BinaryString.fromString(valueStr));
     }
 
-    private List<String> splitMapEntries(String content) {
+    public List<String> splitMapEntries(String content) {

Review Comment:
   Maybe we can introduce something like Spark 
`CollationAwareUTF8String.splitSQL`.



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