somandal commented on PR #15330: URL: https://github.com/apache/pinot/pull/15330#issuecomment-2743955014
test failure seems to be due to a flaky test (passes locally for me, unrelated to this change): ``` Error: Failures: Error: DateTimeFieldSpecHybridClusterIntegrationTest>HybridClusterIntegrationTest.testGeneratedQueries:395->BaseClusterIntegrationTestSet.testGeneratedQueries:491->BaseClusterIntegrationTest.testQuery:752 Caught exception while testing query! Pinot query: SELECT SUM(CAST("LateAircraftDelay" AS BIGINT)), MIN(WheelsOn) FROM mytable WHERE TailNum BETWEEN 'N678MQ' AND 'N750SK' OR DepartureDelayGroups BETWEEN 2 AND 10 OR DaysSinceEpoch IN (16392) GROUP BY DestStateFips, WheelsOn, DestCityName HAVING MIN(WheelsOn) >= 9362.801 OR MIN(WheelsOn) NOT IN (4038.9604, 4921.399) LIMIT 20 H2 query: SELECT SUM(CAST(`LateAircraftDelay` AS DOUBLE)), MIN(CAST(`WheelsOn` AS DOUBLE)) FROM mytable WHERE `TailNum` BETWEEN 'N678MQ' AND 'N750SK' OR `DepartureDelayGroups` BETWEEN 2 AND 10 OR `DaysSinceEpoch` IN (16392) GROUP BY `DestStateFips`, `WheelsOn`, `DestCityName` HAVING MIN(`WheelsOn`) >= 9362.801 OR MIN(`WheelsOn`) NOT IN (4038.9604, 4921.399) LIMIT 10000 ``` -- 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