You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2021/05/03 19:56:12 UTC

[GitHub] [druid] mSitkovets commented on pull request #11170: Fix is null selector returning incorrect value for Long data type

mSitkovets commented on pull request #11170:
URL: https://github.com/apache/druid/pull/11170#issuecomment-831495874


   I added new variables `cachedIsNull` and `outputForNull` so that once we have cached the output for null once then any other time we see null as input we can use our cached value. The original code was only caching the value if the nulls were consecutive. 


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

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



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