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


##########
pinot-integration-tests/src/test/java/org/apache/pinot/integration/tests/BaseClusterIntegrationTestSet.java:
##########
@@ -517,7 +517,11 @@ public void testQueryExceptions()
         useMultiStageQueryEngine()
             ? QueryException.QUERY_PLANNING_ERROR_CODE : 
QueryException.QUERY_EXECUTION_ERROR_CODE);
 
-    testQueryException("SELECT COUNT(*) FROM mytable where ArrTime = 'potato'",
+    // Implicit cast VARCHAR to INT is disabled in V2. So test them separately.
+    String queryV1 = "SELECT COUNT(*) FROM mytable where ArrTime = 'potato'";

Review Comment:
   `SELECT COUNT(*) FROM mytable where ArrTime = '10'` works in Postgres



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to