apache / pinot

Apache Pinot - A realtime distributed OLAP datastore
https://pinot.apache.org/
Apache License 2.0
5.41k stars 1.27k forks source link

[multistage] Handle LiteralOnly query in multistage query #11356

Open xiangfu0 opened 1 year ago

xiangfu0 commented 1 year ago

Missing this feature on par with v1. SELECT 1; works, however SELECT 1 from myTable; will make the whole way to servers.

Jackie-Jiang commented 1 year ago

I think it is actually the standard SQL behavior to return one value per record if we do SELECT 1 FROM myTable?