Hellos, Is there a reason why Trino <connector> is...
# general
a
Hellos, Is there a reason why Trino connector is connected to Pinot via a controller url and not broker url ? Since all trino is doing is query data.
m
I don’t think the query happens via controller (either broker, or server directly).
Controller api’s may be used for other things like discovering the tables/schemas, brokers/servers, etc.
a
Gotcha. So trino uses controller api's to fetch tables/schemas details etc ?