GitHub user tisonkun edited a comment on the discussion: Trino connector
IIRC 2.10.1 is still prestosql version, the log shows that you're using trino version. There can be some dependency version resolving issues. https://github.com/apache/pulsar/blob/0702b51ce09cc99044f4110e6bf98e82a0e86283/pom.xml#L160 FYI I bump the dependency to the first trino version in https://github.com/apache/pulsar/pull/16683. However, Trino can break compatibility between any version. I notice that you're using Trino 393 and there're several breaking change between 393 and the version in master 363. ``` at io.trino.$gen.Trino_393____20220822_084128_1.run(Unknown Source) ``` GitHub link: https://github.com/apache/pulsar/discussions/17207#discussioncomment-3445396 ---- This is an automatically sent email for dev@pulsar.apache.org. To unsubscribe, please send an email to: dev-unsubscr...@pulsar.apache.org