bvaradar commented on a change in pull request #674: MOR read query fixes and
performance improvement
URL: https://github.com/apache/incubator-hudi/pull/674#discussion_r283450144
##########
File path:
hoodie-common/src/main/java/com/uber/hoodie/common/table/log/HoodieLogFormat.java
##########
@@ -206,6 +219,13 @@ static WriterBuilder newWriterBuilder() {
return new HoodieLogFileReader(fs, logFile, readerSchema,
HoodieLogFileReader.DEFAULT_BUFFER_SIZE, false, false);
}
+ static HoodieLogFormat.Reader newReader(FileSystem fs, HoodieLogFile
logFile, Schema readerSchema, boolean
+ readBlockLazily, boolean reverseReader)
+ throws IOException {
+ return new HoodieLogFileReader(fs, logFile, readerSchema,
HoodieLogFileReader.DEFAULT_BUFFER_SIZE,
Review comment:
Question : Does the buffer size needs to be configurable by user ?
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services