kishoreg commented on issue #10907:
URL: https://github.com/apache/pinot/issues/10907#issuecomment-1613253545

   There isn't much we can to address older data. User has 3 options
   - Be ok with the fact that already ingested data has no NULLs
   - configure a column to use default value as NULL
   - rebootstrap data (this will generate the null bitmap)
   
   My argument here is the behavior for already ingested segment does not 
change and is a simple invariant to reason about. Throwing errors for already 
working queries will impact the user experience. If we really want that 
behavior, we can provide an option to enable strictNullHandling or something 
like that.
   
   


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