wenhuitang commented on a change in pull request #1435: [hotfix]Remove the 
useless JdbcConvention out in descriptionPrefix for 
JdbcToEnumerableConverterRule.
URL: https://github.com/apache/calcite/pull/1435#discussion_r319963700
 
 

 ##########
 File path: 
core/src/main/java/org/apache/calcite/adapter/jdbc/JdbcToEnumerableConverterRule.java
 ##########
 @@ -35,7 +35,7 @@ public JdbcToEnumerableConverterRule(JdbcConvention out,
       RelBuilderFactory relBuilderFactory) {
     super(RelNode.class, (Predicate<RelNode>) r -> true, out,
         EnumerableConvention.INSTANCE, relBuilderFactory,
-        "JdbcToEnumerableConverterRule:" + out);
+        "JdbcToEnumerableConverterRule");
 
 Review comment:
   Yes, of course, I will check all the sub-class of ConverRule.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to