Trino client 452 like trino jdbc should work on java 17. #23491
-
Hi,
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Trino JDBC driver is compatible with Java 8. Can you post details why it's not working? |
Beta Was this translation helpful? Give feedback.
-
@nineinchnick Thanks for your reply. But I am also using trino parser in my spring boot application. trino-parser 452 seems to be compiled with java 22, so I got the following error.
I pulled trino source codes with 452, and I tried trino-parser with java 17 with adding the following in trino-parser subproject.
I got error.
Is there any way to compile trino-parser 452 with java 17? |
Beta Was this translation helpful? Give feedback.
AFAIK Trino parser is not a public API. Either update JDK in your project, or create a Trino fork where you'd apply any necessary modifications to build it with older JDK.