Skip to content
Advertisement

Tag: presto

I have some problems with mybatis, when I query presto data [closed]

Closed. This question needs debugging details. It is not currently accepting answers. Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question. Closed 3 years ago. Improve this question When I query presto data with mybatis, It shows: “com.facebook.presto.jdbc.NotImplementedException: Method Connection.prepareStatement is

Presto under two package names

I just started developing a Presto connector for JSON API. As suggested in many places, I started with the example-http connector and did few changes and deployed the connector as mentioned in the documentation. Then I got following error when starting the server. Then I noticed the package name for Plugin interface in my code is com.facebook.presto and its actually

Advertisement