vburenin edited a comment on pull request #2440:
URL: https://github.com/apache/hudi/pull/2440#issuecomment-759798734


   ```
   LOG.info("Class Name: " + 
fsDataInputStream.getWrappedStream().getClass().getName());
   ```
   ```
   473840 [Executor task launch worker for task 267] INFO  
org.apache.hudi.common.table.log.HoodieLogFileReader  - Class Name: 
org.apache.hadoop.fs.FSDataInputStream
   ```
   
   FSDataInputStream has nothing to do with FSInputStream which in turn, makes 
it always non buffered.


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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to