YannByron commented on code in PR #6790:
URL: https://github.com/apache/paimon/pull/6790#discussion_r2621645072
##########
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:
Let's research it, but shall we deal with it with this tiny change?
--
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]