krishan1390 commented on PR #17387:
URL: https://github.com/apache/pinot/pull/17387#issuecomment-3670885882

   > I thought we didn't support nulls inside not-null multivalues. Adding 
@Jackie-Jiang here for him to verify.
   > 
   > I think this feature is correct, but I'm afraid this may end up producing 
bugs later at query time
   
   Yes. This PR just enables the interface so that the clients of these reader 
can identify if there is a null or not. This isn't applicable for pinot column 
readers because pinot MV won't have nulls. But other readers like parquet 
readers can return nulls. So returning a bitset vector can enable the clients 
to then filter the nulls before indexing data


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