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


##########
mongodb/src/test/java/org/apache/calcite/adapter/mongodb/MongoAdapterTest.java:
##########
@@ -1093,4 +1093,72 @@ private static Consumer<List> mongoChecker(final 
String... expected) {
             "POP_A=17522",
             "POP_A=22576");
   }
+
+  /** Test case for
+   * <a 
href="https://issues.apache.org/jira/browse/CALCITE-7413";>[CALCITE-7413]
+   * Add Concat and Substring function (enabled in Mongodb library)</a>. */
+  @Test void testConcat() {

Review Comment:
   I don't know enough about Mongo to validate these, I assume you have checked 
that they work.



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