-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Switch SingleStore (memsql) JDBC driver from MariaDB to official driver #10669
Comments
The reason is there was no such dedicated JDBC driver when we introduced the connector. It worth switching the driver if it's stable and the license is fine. |
|
There is a bug in the field decoding in v1.0.0 and v.1.0.1 of the new SingleStore driver. |
@leveyja You can handle the byte overflow by fixing |
Thank you! I was in |
See memsql plugin:
trino/plugin/trino-memsql/pom.xml
Line 72 in 8e9da98
Currently we package the MariaDB JDBC driver to connect to SingleStore, but there is now an official SingleStore JDBC driver.
@findepi @ebyhr Any insight as to why we use the MariaDB driver or otherwise if this is something worth doing?
The text was updated successfully, but these errors were encountered: