ankitsultana commented on PR #14653:
URL: https://github.com/apache/pinot/pull/14653#issuecomment-2540246692
So one of the integration tests in this run failed with the following. I am
covering the MultistageEngineIntegrationTest too now.
cc: @Jackie-Jiang
```
Pinot query: SELECT MAX(CAST("OriginWac" AS DOUBLE)), COUNT("ArrDelay") FROM
mytable WHERE "DepDelayMinutes" <= 40.0 GROUP BY "ActualElapsedTime",
"ArrDel15" HAVING MAX("OriginWac") > 8529.041 AND MIN("DestWac") <> 9003.317
AND COUNT("DestCityName") <= 737 OR SUM("AirlineID") <= 3086.881 LIMIT 10000
H2 query: SELECT MAX(CAST(`OriginWac` AS DOUBLE)), COUNT(`ArrDelay`) FROM
mytable WHERE `DepDelayMinutes` <= 40.0 GROUP BY `ActualElapsedTime`,
`ArrDel15` HAVING MAX(`OriginWac`) > 8529.041 AND MIN(`DestWac`) <> 9003.317
AND COUNT(`DestCityName`) <= 737 OR SUM(`AirlineID`) <= 3086.881 LIMIT 10000
at org.testng.Assert.fail(Assert.java:99)
...
Caused by: org.apache.pinot.client.PinotClientException:
java.util.concurrent.TimeoutException
at
org.apache.pinot.client.JsonAsyncHttpPinotClientTransport.executeQuery(JsonAsyncHttpPinotClientTransport.java:102)
... 34 more
Caused by: java.util.concurrent.TimeoutException
at
java.base/java.util.concurrent.CompletableFuture.timedGet(CompletableFuture.java:1960)
at
java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:2095)
at
org.apache.pinot.client.JsonAsyncHttpPinotClientTransport.executeQuery(JsonAsyncHttpPinotClientTransport.java:100)
... 38 more
```
--
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]