Akanksha-kedia opened a new issue, #17314:
URL: https://github.com/apache/pinot/issues/17314
SELECT name,
AVG(arr_delay) AS avg_arr_delay
FROM flight_data_parquet f
INNER JOIN airlines_data_parquet a ON (f.origin = a.code)
WHERE c_month = 1
GROUP BY name;
<img width="1913" height="867" alt="Image"
src="https://github.com/user-attachments/assets/31df7d4e-5154-4eae-9255-78e0b7d1fd48"
/>
--
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]