Skip to content

Kyuubi Hive JDBC driver throws "Method Not Supported" on retrieving DATE data #5649

You must be logged in to vote

Thanks for reporting this issue. The error message is clear enough to identify the root cause, it's because Kyuubi does not implement the following JDBC methods.

PS: it's common that JDBC driver vendors to only implement some of the JDBC interface methods, the caller(in this case, Tableau) usually takes care of SQLFeatureNotSupportedException and fallback to invoke another method, so I would not say this is a bug, but we can improve it in Kyuubi JDBC driver side to implement more methods.

public interface ResultSet extends Wrapper, AutoCloseable {
    ...

    /**
     * Retrieves the value of the designated column in the current row
     * of this <code>ResultSet</code> object as a <code…

Replies: 2 comments 6 replies

You must be logged in to vote
1 reply
@mahalingamagesthian

Answer selected by mahalingamagesthian

You must be logged in to vote
5 replies
@mahalingamagesthian

@zhaohehuhu

@mahalingamagesthian

@zhaohehuhu

@pan3793

pan3793 Dec 6, 2023
Collaborator

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants