Also how can I use custom Pinot UDFs like segmentP...
# troubleshooting
y
Also how can I use custom Pinot UDFs like segmentPartitionedDistinctCount in presto queries ?
e
Hi @Yash Agarwal! I wrote the prestosql connector, where you can pass queries through to pinot and use udf's and multiple aggregations, etc.: https://prestosql.io/docs/current/connector/pinot.html
Also recommend that you apply https://github.com/prestosql/presto/pull/4802
We're also updating it to be able to create tables and insert directly from presto.
Ping me with any questions/difficulties you have and I'll help you
y
Is this only for prestosql. We had started with prestodb.
e
These features are only for prestosql