zhangstar333 commented on code in PR #59564:
URL: https://github.com/apache/doris/pull/59564#discussion_r2672644888
##########
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:
// binary type as partition key will cause issues in paimon, so skipping
these tests
--
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]