You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2022/03/02 09:06:37 UTC

[GitHub] [pinot] KKcorps opened a new issue #8276: Filter out NULLS in aggregation function

KKcorps opened a new issue #8276:
URL: https://github.com/apache/pinot/issues/8276


   The queries like `COUNT(columnA)` should only count rows which have non-null values. 
   e.g.
   A column `int0` has 17 rows out of which 6 have nulls
   in pinot COUNT(column) will return 17
   but it should ideally return 11.


-- 
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: commits-unsubscribe@pinot.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org


[GitHub] [pinot] KKcorps closed issue #8276: Filter out NULLS in aggregation function

Posted by GitBox <gi...@apache.org>.
KKcorps closed issue #8276:
URL: https://github.com/apache/pinot/issues/8276


   


-- 
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: commits-unsubscribe@pinot.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org


[GitHub] [pinot] KKcorps commented on issue #8276: Filter out NULLS in aggregation function

Posted by GitBox <gi...@apache.org>.
KKcorps commented on issue #8276:
URL: https://github.com/apache/pinot/issues/8276#issuecomment-1056799317


   Just saw it. https://github.com/apache/pinot/pull/7916 has these changes. I think that should suffice for now.


-- 
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: commits-unsubscribe@pinot.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org


[GitHub] [pinot] richardstartin commented on issue #8276: Filter out NULLS in aggregation function

Posted by GitBox <gi...@apache.org>.
richardstartin commented on issue #8276:
URL: https://github.com/apache/pinot/issues/8276#issuecomment-1056638352


   This is supported by filter clauses which will be released in 0.10.0. Making it the default behaviour is another question.


-- 
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: commits-unsubscribe@pinot.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org