trinodb / trino

Official repository of Trino, the distributed SQL query engine for big data, formerly known as PrestoSQL (https://trino.io)
https://trino.io
Apache License 2.0
9.84k stars 2.85k forks source link

Trino aggregation function return error if pinot table has no data. #18769

Open sumit-gupta-sgt opened 10 months ago

sumit-gupta-sgt commented 10 months ago
trino:default> select count(*) from test;
Query 20230822_034639_00700_y2g7b failed: Only 0 out of 0 servers responded for query SELECT count("*") FROM test with query "SELECT count(*) FROM test".
sumit-gupta-sgt commented 10 months ago

@ebyhr Any update on this issue ?