I am trying to get test by using snowflake jdbc .I connected . but when I try to get some data from snowflake I got this error.net.snowflake.client.jdbc.SnowflakeLoggedFeatureNotSupportedException. I asked the snowflake support they said you are using rs.beforeFirst() method .snowflake driver doesn't support that. Anyone Know how to fix that [enter image description here](https://i.stack.imgur.com/DuNQi.png)
I expected like get column get some data .I think I should try without rs.beforeFirst() method to create db_util class please if anyone know .help me