Jackie-Jiang opened a new pull request #4671: Allow null values in the 
RecordTransformer
URL: https://github.com/apache/incubator-pinot/pull/4671
 
 
   This is part of the null value support.
   RecordTransformer (except for NullValueTransformer) should skip the null 
values and let the null values get into the sgement.
   We allow null values in the entry point of the segment:
   - For offline segment: SegmentCreator.indexRow()
   - For real-time segment: MutableSegment.index()

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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to