MarvinCai commented on issue #10856: URL: https://github.com/apache/pulsar/issues/10856#issuecomment-862060018
@dik111 Hi there, as you might already knew, Presto community split into PrestoDB and PrestoSQL Pulsar community choose to go with PulsarSQL as it's more community driven and more active. So all Presto deps are started with `io.prestosql`, it **will not** run with PrestoDB which has pkg prefix `com.facebook.presto`. PrestoSQL is now renamed to Trino: https://trino.io/blog/2020/12/27/announcing-trino.html, and we're working on contributing the connector back to Trino main repo: https://github.com/trinodb/trino/pull/8020. If you want to use your own cluster the best way is to wait for the PR to be merged then run with Trino cluster. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
