suxiaogang223 commented on code in PR #59564:
URL: https://github.com/apache/doris/pull/59564#discussion_r2672557878


##########
fe/fe-core/src/main/java/org/apache/doris/datasource/paimon/PaimonUtil.java:
##########
@@ -456,12 +455,8 @@ private static String 
serializePartitionValue(org.apache.paimon.types.DataType t
                     return null;
                 }
                 return value.toString();
-            case BINARY:

Review Comment:
   A corresponding case needs to be added for paimon.



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to