Jackie-Jiang opened a new pull request #7013: URL: https://github.com/apache/incubator-pinot/pull/7013
Produce GenericRow file instead of Avro file in segment processing mapper: - To preserve the null value info from the source file - Apply default record transformation to solve the NPE described in #6902 - GenericRow file can be random accessed, which can be used directly as the record reader Add `GenericRowFileManager` to wrap the file reader/writer and related arguments to simplify the handling. Also modify the `SegmentMapperTest` to ensure the null value info can be preserved -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
