Ten0 commented on PR #2599: URL: https://github.com/apache/avro/pull/2599#issuecomment-1836241379
> .remaining() method apply on ByteBuffer value variable, while decoder class use its own "pos" field to "iterate" on data. So, it would need as "byte[] decoder.readRemaining()" method. `ByteBuffer` is exactly what you have when decoding `big-decimal`. https://github.com/apache/avro/blob/b4968f70f1cb6f220d87063c477bbc6309341c69/lang/java/avro/src/main/java/org/apache/avro/Conversions.java#L171-L188 -- 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]
