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 2019/01/21 12:30:02 UTC

[GitHub] leventov opened a new issue #6894: Missing @ExtensionPoint implementations in core Druid

leventov opened a new issue #6894: Missing @ExtensionPoint implementations in core Druid
URL: https://github.com/apache/incubator-druid/issues/6894
 
 
   When a method has a default empty implementation in an `@ExtensionPoint` interface for backwards compatibility with extensions, we need to ensure somehow that implementations in the main Druid tree don't omit that methods themselves, or we have problems like #6893.
   
   Alternatively the default implementations could be just removed, so we break extensions. I think it's OK in minor Druid versions (e. g. 0.13 -> 0.14)

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