Jackie-Jiang commented on a change in pull request #7632:
URL: https://github.com/apache/pinot/pull/7632#discussion_r736961718



##########
File path: 
pinot-integration-tests/src/test/java/org/apache/pinot/integration/tests/OfflineClusterIntegrationTest.java
##########
@@ -987,9 +992,6 @@ private void testNewAddedColumns()
     pqlQuery = "SELECT SUM(NewAddedLongMetric) FROM mytable WHERE 
DaysSinceEpoch <= 16312";
     sqlQuery = "SELECT COUNT(*) FROM mytable WHERE DaysSinceEpoch <= 16312";
     testQuery(pqlQuery, Collections.singletonList(sqlQuery));
-    pqlQuery = "SELECT SUM(NewAddedLongMetric) FROM mytable WHERE 
DaysSinceEpoch > 16312";

Review comment:
       Why removing 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: [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