belugabehr commented on code in PR #3126:
URL: https://github.com/apache/avro/pull/3126#discussion_r1770598130
##########
lang/java/avro/src/main/java/org/apache/avro/io/BinaryData.java:
##########
@@ -181,16 +184,7 @@ private static int compare(Decoders d, Schema schema)
throws IOException {
* return a positive value, if less than return a negative value.
*/
public static int compareBytes(byte[] b1, int s1, int l1, byte[] b2, int s2,
int l2) {
Review Comment:
OK. Will try to follow up, but I always worry about pulling back stuff and
adding any kind of friction to consumers to upgrade.
--
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]