rtadepalli opened a new pull request, #36152: URL: https://github.com/apache/arrow/pull/36152
### Rationale for this change Multiple threads can read/write to the `keyPosition` variable. Thus, it should be declared `volatile` so that all threads have a consistent view of the value of this variable. ### What changes are included in this PR? This PR just marks an instance member `volatile`. ### Are these changes tested? Existing tests should suffice as no functionality is being changed. ### Are there any user-facing changes? No, there are no user facing changes. There are no changes to the public API either. -- 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]
