clesaec commented on PR #2599:
URL: https://github.com/apache/avro/pull/2599#issuecomment-1832001680

   I add test with file generated with Java module and fix code comments.
   
   To with scale to avoid serializing an extra length is a good idea, but, Java 
decoder interface miss a function like "readRemainder()" or something similar; 
because we don't know the number of byte took by scale value with readInt() 
(can be one or several byte, depends on the value itself).


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

Reply via email to