julianhyde commented on code in PR #4816:
URL: https://github.com/apache/calcite/pull/4816#discussion_r2891949891


##########
core/src/test/java/org/apache/calcite/rel/rel2sql/RelToSqlConverterTest.java:
##########
@@ -11595,7 +11603,12 @@ Sql optimize(final RuleSet ruleSet,
                 ImmutableList.of(), ImmutableList.of());
           });
       return new Sql(schemaSpec, sql, dialect, parserConfig, librarySet, 
config,
-          relFn, transforms);
+          relFn, transforms, convertletTable);
+    }
+
+    Sql convertletTable(SqlRexConvertletTable convertletTable) {

Review Comment:
   rename this to 'withConvertletTable'



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

Reply via email to