damccorm opened a new issue, #19696:
URL: https://github.com/apache/beam/issues/19696

   The fast version of OutputStream.write_var_int_64 (and thus 
VarIntCoder.encode) throws OverflowError for ints larger than 64 bits, but the 
slow version does not. We should make them both throw an error.
   
   We may also want to add a write_var_int_32 that uses the same format, but 
will throw an error for ints larger than 32 bits, for use in RowCoder.
   
   Imported from Jira 
[BEAM-8030](https://issues.apache.org/jira/browse/BEAM-8030). Original Jira may 
contain additional context.
   Reported by: bhulette.


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