mihaibudiu commented on code in PR #4033:
URL: https://github.com/apache/calcite/pull/4033#discussion_r1831520097


##########
testkit/src/main/java/org/apache/calcite/test/RelMetadataFixture.java:
##########
@@ -121,6 +122,17 @@ public RelMetadataFixture withSql(String sql) {
         convertAsCalc, relTransform);
   }
 
+  public RelMetadataFixture withConfig(
+          UnaryOperator<SqlToRelConverter.Config> transform) {
+    return withFactory(f -> f.withSqlToRelConfig(transform));
+  }
+
+  /** Creates a copy of this fixture that uses a given SQL query. */

Review Comment:
   I don't think this JavaDoc explains properly what this function does.
   



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