steveloughran commented on issue #2703: URL: https://github.com/apache/parquet-java/issues/2703#issuecomment-4260424774
file a hadoop s3a bug, it should be updating. do test with 3.4.3/3.5 and tell us which input stream option you are using. It may be the new prefetching stream which is now on by default. the IOStatistics API is really the best way to collect stats as you get per input stream values (which is done in a thread context so you don't even need to get hold of the input stream itself). But we do try and promote the count of bytes read, so we should check stats updates there -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
