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

   Null handling support was not added to the StreamingSelectionOnlyOperator. 
This was causing default values being returned for streaming/gRPC queries, even 
if the query option `enableNullHandling=true` is set. 
   This change fixes it.
   
   **Testing**
   - Added unit test coverage
   - Ran manual tests to confirm gRPC endpoint returns `null` for null columns, 
rather than defaults.
   
    `bugfix`
   


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