Skip to content

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

Discussion options

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

Comment options

You must be logged in to vote
1 reply
@mahalingamagesthian
Comment options

Answer selected by mahalingamagesthian
Comment options

You must be logged in to vote
5 replies
@mahalingamagesthian
Comment options

@zhaohehuhu
Comment options

@mahalingamagesthian
Comment options

@zhaohehuhu
Comment options

@pan3793
Comment options

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