nizarhejazi commented on issue #8697:
URL: https://github.com/apache/pinot/issues/8697#issuecomment-1132304127

   Here is a draft PR (https://github.com/apache/pinot/pull/8742) that 
demonstrates NULL value support in:
   
   1. SELECT, ORDER BY, DISTINCT, HAVING, GROUP BY.
   2. Aggregation functions: COUNT, MAX.
   3. Non-dictionary columns.
   4. Basic transforms.
   5. Few data types: Boolean, Int, and BigDecimal.
   
   @Jackie-Jiang Please review this draft PR and let me know if you agree with 
my general approach. If you agree, I will send a PR soon and follow up with few 
more PRs to get NULL support done for:
   
   - All SELECT statements
   - All data types
   - Dictionary/non-dictionary based columns
   - All transforms
   
   


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