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: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
