apache / pinot

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

[multistage] support additional SQL feature tracker #9223

Open walterddr opened 1 year ago

walterddr commented 1 year ago

Many SQL features are not yet supported in multistage engine, because one of the two followings:

Some of the existing SQL features missing that prevents us from fully enabling the IntegrationTestSet

Some already supported by Pinot currently but not on the new engine.

Some of the features are removing limitations of current engine

Some of the additional items to support but not yet

Larger Design initiatives

61yao commented 1 year ago

a Join b Using(col) is already supported. I'll just send out a test.