Hi Folks. You can now query Pinot via Presto with ...
# general
d
Hi Folks. You can now query Pinot via Presto with full pushdown support. Find more details at https://github.com/prestodb/presto/blob/master/presto-docs/src/main/sphinx/connector/pinot.rst. This just got merged into the trunk of prestodb/presto repo. There are no plans to backport this to prestosql currently. Thanks !
👏 4
👍 9
h
Any specific reason for not porting to PrestoSQL ? It is more widely used and preferred by cloud provider's like quoble, stardust, google
d
Well I work at Uber, and we use prestodb :) so no specific motivation for me to do charity work on prestosql stuff.
a
@Himanshu Rathore PrestoSql currently lacks aggregation pushdowns
and implementation almost certainly will be different from PrestoDb, as there is a huge difference in the architectural view on how it should be done.
d
Actually .. if someone is interested we can share a fork that Uber used off 217 that does aggregation pushdown: it is probably not going to be accepted by prestosql since we had to build a new pushdown framework into prestosql. This work was done pre-fork off release 217. But it will take some work to make it work with prestosql now but At least this approach is similar to prestosql’s pushdown IR thinking
a
that would be great!
c
Sigh ... Presto is such a mess
a
well, there is an opinion that Facebook is a mess 🙂