jamesstarr commented on a change in pull request #2570:
URL: https://github.com/apache/calcite/pull/2570#discussion_r727583638
##########
File path:
core/src/main/java/org/apache/calcite/rel/metadata/RelMetadataProvider.java
##########
@@ -70,6 +71,9 @@
<@Nullable M extends @Nullable Metadata> @Nullable UnboundMetadata<M> apply(
Class<? extends RelNode> relClass, Class<? extends M> metadataClass);
+ @Deprecated // to be removed before 2.0
<M extends Metadata> Multimap<Method, MetadataHandler<M>> handlers(
MetadataDef<M> def);
+
+ ImmutableSet<MetadataHandler<?>> handlers(Class<? extends
MetadataHandler<?>> handlerClass);
Review comment:
Changed it to a List since ordering matters.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]