krishan1390 opened a new pull request, #17415:
URL: https://github.com/apache/pinot/pull/17415

   Add InMemoryColumnReader for testing and update 
PinotSegmentColumnReaderFactory to support configurable default value readers
   
   Currently PinotSegmentColumnReaderFactory creates DefaultValueColumnReader 
if a column is missing in input segment. This isn't ideal because the clients 
might want to handle such columns differently (either throw an error or use 
null trasnsformer etc)
   
   To preserve backward compatbility, keeping the behaviour behind a flag. 


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to