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/11/19 01:12:14 UTC

[GitHub] [druid] gianm opened a new pull request #11957: QueryableIndexColumnSelectorFactory: Double-check cached column class.

gianm opened a new pull request #11957:
URL: https://github.com/apache/druid/pull/11957


   Important because an earlier call to getCachedColumn may have been
   done with a different class, leading to a ClassCastException on the
   second call. In the prior code, this could happen if a complex column
   had makeDimensionSelector called on it after makeColumnValueSelector had
   already been called.


-- 
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@druid.apache.org

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


[GitHub] [druid] gianm merged pull request #11957: QueryableIndexColumnSelectorFactory: Double-check cached column class.

Posted by GitBox <gi...@apache.org>.
gianm merged pull request #11957:
URL: https://github.com/apache/druid/pull/11957


   


-- 
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@druid.apache.org

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