jamesstarr commented on a change in pull request #2585:
URL: https://github.com/apache/calcite/pull/2585#discussion_r737982613



##########
File path: 
core/src/main/java/org/apache/calcite/rel/metadata/janino/DescriptiveCacheKey.java
##########
@@ -16,14 +16,18 @@
  */
 package org.apache.calcite.rel.metadata.janino;
 
+import org.apiguardian.api.API;
+
 /**
  * A key used in caching with descriptive to string.  Note the key uses
  * reference equality for performance.
  */
+@API(status = API.Status.INTERNAL)

Review comment:
       Janino does not work with internal scoping.  These are called from 
Janino.




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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to