npawar opened a new pull request #6718: URL: https://github.com/apache/incubator-pinot/pull/6718
## Description A file-based implementation for SegmentWriter. It uses a file as a buffer to collect rows in AVRO format. Flush simply creates segments using the avro file. ## Release Notes File based segment writer # Followup 1. Will be adding another impl which uses the single-pass segment generation using IntermediateSegmentRecordReader. 2. Will be adding a SegmentUploader impl -- 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 --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org