KalleOlaviNiemitalo commented on PR #1742: URL: https://github.com/apache/avro/pull/1742#issuecomment-1312547175
Integer is not mutable so you'd need an instance of another class (perhaps an one-element array) to hold the Integer reference. If the atomicity is too much, then perhaps it's clearest to just define a non-atomic mutable state class with an int field here. -- 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]
