java.sql.SQLException: Column not found: value
at net.snowflake.client.jdbc.SnowflakeBaseResultSet.findColumn(SnowflakeBaseResultSet.java:295)
at net.snowflake.client.jdbc.SnowflakeBaseResultSet.getString(SnowflakeBaseResultSet.java:141)
at net.snowflake.client.jdbc.SnowflakeDatabaseMetaData.getProcedureColumns(SnowflakeDatabaseMetaData.java:1137)
There is no check for empty resultset (for because of the failed query: executeAndReturnEmptyResultIfNotFound)
I think the query fails because of ASSOCIATE_SEMANTIC_CATEGORY_TAGS lurking everywhere
Hi! I have an exception:
Looks like the problem is here: https://github.com/snowflakedb/snowflake-jdbc/blob/152dd60f0a8bba65c4887c6a7a3232a576c7d532/src/main/java/net/snowflake/client/jdbc/SnowflakeDatabaseMetaData.java#L1159
There is no check for empty resultset (for because of the failed query: executeAndReturnEmptyResultIfNotFound) I think the query fails because of
ASSOCIATE_SEMANTIC_CATEGORY_TAGS
lurking everywhere