divyanshuS27 commented on code in PR #2813:
URL: https://github.com/apache/calcite/pull/2813#discussion_r1291131899
##########
mongodb/src/main/java/org/apache/calcite/adapter/mongodb/MongoProject.java:
##########
@@ -57,8 +58,7 @@ public MongoProject(RelOptCluster cluster, RelTraitSet
traitSet,
@Override public Project copy(RelTraitSet traitSet, RelNode input,
List<RexNode> projects, RelDataType rowType) {
- return new MongoProject(getCluster(), traitSet, input, projects,
- rowType);
+ return new MongoProject(getCluster(), traitSet, input, projects, rowType);
Review Comment:
don't we need any specific test cases for modules other than core module
that are impacted?
--
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]