You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SELECT IATA_CODE_Reporting_Airline AS Carrier, avg(cast(DepDelay\u003e10 as Int8))*1000 AS c3 FROM default.ontime WHERE Year\u003e=2000 AND Year \u003c=2008 GROUP BY Carrier ORDER BY c3 DESC;
Typically, most queries on the ontime dataset can be completed in less than 1 second.
However, in several recent performance tests, some statements may experience severe timeouts, even taking tens of minutes, until jwt expired.
The text was updated successfully, but these errors were encountered: