Jackie-Jiang commented on code in PR #13711:
URL: https://github.com/apache/pinot/pull/13711#discussion_r1717666886


##########
pinot-integration-tests/src/test/java/org/apache/pinot/integration/tests/MultiStageEngineIntegrationTest.java:
##########
@@ -704,6 +704,97 @@ public void testVariadicFunction() throws Exception {
     assertEquals(jsonNode.get("numRowsResultSet").asInt(), 3);
   }
 
+  @Test
+  public void testPolymorphicScalarComparisonFunctions() throws Exception {
+    // Queries written this way will trigger the PinotEvaluateLiteralRule 
which will call the scalar equals function

Review Comment:
   Calcite is being smart lol. Let's add a comment explaining this



-- 
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: commits-unsubscr...@pinot.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org
For additional commands, e-mail: commits-h...@pinot.apache.org

Reply via email to