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 2018/11/11 04:13:01 UTC

[GitHub] gianm opened a new pull request #6600: Expressions: Fix improper supplier reuse with missing columns.

gianm opened a new pull request #6600: Expressions: Fix improper supplier reuse with missing columns.
URL: https://github.com/apache/incubator-druid/pull/6600
 
 
   ExpressionSelectors has an optimization that skips building a Map
   when there is only one input supplier. However, this optimization
   should not be used in the case where the is one input supplier but
   more than one input identifier (which can happen when only one
   input identifier corresponds to an actual column).
   
   Fixes #6556.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services

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