LakeShen commented on code in PR #3436:
URL: https://github.com/apache/calcite/pull/3436#discussion_r1336531570


##########
core/src/test/java/org/apache/calcite/test/JdbcTest.java:
##########
@@ -8247,6 +8343,33 @@ private static String sums(int n, boolean c) {
     return b.toString();
   }
 
+  /** A program that omits {@link TrimFieldsProgram}. */
+  private static Program getProgram() {

Review Comment:
   Could we make the standard(RelMetadataProvider) method has parameters with 
RelMetadataProvider and `boolean` flag?
   
   The `boolean` flag  indicates whether TrimFieldsProgram should be added,The 
standard() method default value is true.I finded 
Programs#standard(RelMetadataProvider) method only used in Programs.
   
   
   



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