apache / pinot

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

Allow Pinotdb client to hit v2 engine #9845

Closed mndoping1 closed 1 year ago

mndoping1 commented 1 year ago

Python's Pinotdb client version 0.4.5 (https://docs.pinot.apache.org/users/clients/python) does not support table aliasing. For example, queries such as SELECT "tbl1"."x" FROM "y" "tbl1" aren't able to run because table aliasing isn't supported. However, Pinot's v2 engine:https://docs.pinot.apache.org/developers/advanced/v2-multi-stage-query-engine allows table aliasing and we'd need the client to run against the v2 engine with table aliasing support.

mndoping1 commented 1 year ago

closing as created the issue in approprate repository here: https://github.com/python-pinot-dbapi/pinot-dbapi/issues/52