xy2953396112 commented on a change in pull request #1936:
URL: https://github.com/apache/calcite/pull/1936#discussion_r412752519



##########
File path: 
core/src/main/java/org/apache/calcite/plan/RelOptMaterializations.java
##########
@@ -192,6 +195,8 @@
 
     // Push filters to the bottom, and combine projects on top.
     RelNode target = materialization.queryRel;
+    // try to trim unused field in relational expressions.
+    root = trimUnusedfields(root);

Review comment:
       update it.




----------------------------------------------------------------
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:
[email protected]


Reply via email to