Quarkus + Hibernate + Trino + Cassandra Connector #25164
Replies: 3 comments 4 replies
-
hi @jaiprasad266 , Somebody should help contributing support for it; but I'm not sure how complex that could be: a requirement we have is that all components need to also work in graalvm native-images. I see it's open source - that helps; still it looks like a fairly large, complex project compared to other JDBC drivers. We also have basic support for "generic JDBC" drivers: this won't be optimally efficient as with a proper extension and is unlikely to work out of the box in native, but you should be able to configure it by referring to this section of the docs: This line is particularly important:
You'll also need to configure a Dialect explicitly; I don't know if there is an Hibernate ORM dialect for Trino. That should work fine in JVM mode. Might be interesting to try native-image as well, but in that case I would expect it to need some additional metadata; you wouldn't have that need if there was a proper extension. |
Beta Was this translation helpful? Give feedback.
-
We will try to come up with a open source example in terms of how to work with trino in a optimal way. that should help the audience if they want to use trino with quarkus |
Beta Was this translation helpful? Give feedback.
-
Hi ,
We are trying to fetch data from trino for the cassandra connector using the quarkus rest endpoint , facing multiple exceptions like dialect not available .
Can anyone help us in using quarkus + hibernate with trino .
Please comment

.
Beta Was this translation helpful? Give feedback.
All reactions