Is Pinot supports `with` clause in query?
# general
p
Is Pinot supports
with
clause in query?
s
Not yet.
p
Thanks @Sidd, for the quick reply, do we have any roadmap to support it?
s
I think either @Rong R or I had created an issue sometime back.
Let me find one
r
well. i just tried in multi-stage engine and it looks like it can run 😛
🙌 2
Copy code
WITH tbl AS (select * from baseballStats limit 10)
select * from tbl limit 5
p
Ohh great! according to https://docs.pinot.apache.org/developers/advanced/v2-multi-stage-query-engine it seems it is in beta phase.
r
yeah it is still in beta phase. please share your thoughts in the #C03Q4A11GC9 channel