JingsongLi commented on code in PR #6256:
URL: https://github.com/apache/paimon/pull/6256#discussion_r2348976912
##########
paimon-common/src/main/java/org/apache/paimon/data/BinaryWriter.java:
##########
@@ -62,7 +62,11 @@ public interface BinaryWriter {
void writeString(int pos, BinaryString value);
- void writeBinary(int pos, byte[] bytes);
+ default void writeBinary(int pos, byte[] bytes) {
Review Comment:
Do not introduce to performance critical part.
--
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]