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/11 02:03:43 UTC

[GitHub] [druid] gianm opened a new pull request #11905: Fix incorrect comparison in RowSignature.

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


   PR #11882 introduced a type comparison using ==, but while it was in flight,
   another PR #11713 changed the type enum to a class. So the comparison should
   properly be done with "equals".


-- 
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] clintropolis commented on pull request #11905: Fix incorrect comparison in RowSignature.

Posted by GitBox <gi...@apache.org>.
clintropolis commented on pull request #11905:
URL: https://github.com/apache/druid/pull/11905#issuecomment-966264352


   ci failure seems unrelated, and cannot retrigger jobs in travis for some reason


-- 
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] clintropolis merged pull request #11905: Fix incorrect comparison in RowSignature.

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


   


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