danny0405 commented on a change in pull request #2382:
URL: https://github.com/apache/calcite/pull/2382#discussion_r604543460



##########
File path: core/src/test/java/org/apache/calcite/test/SqlToRelTestBase.java
##########
@@ -169,6 +170,13 @@ public static void assertValid(RelNode rel) {
      */
     RelRoot convertSqlToRel(String sql);
 
+    /**
+     * Converts a expression string to  {@link RexNode}.
+     *
+     * @param expr expression
+     */
+    RexNode convertExpressionToRel(String expr);
+

Review comment:
       `convertExpressionToRel` -> `convertExpressionToRex`




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