-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Presto 0.190 and 0.189 have breaking changes for the oracle plugin. #6
Comments
Can you post the full stack trace? Thanks |
I am also hitting this issue with 0.193 trying to use the Oracle plugin
|
I too saw the error when I didn't clean the folder and there were leftover jars. |
Presto 0.190 deprecates the recordsinkprovider leading to this:
Dec 07 21:35:15 den-devpresto-1.ci.neoninternal.org presto[112542]: java.lang.NoClassDefFoundError: com/facebook/presto/spi/connector/ConnectorRecordSinkProvider
0.189 adds support for decimal types
I'd also like to bring a PR in that imports VIEWS and sets the fetchsize higher.
The text was updated successfully, but these errors were encountered: