Guys, Is there a way to specify default schema name when connecting to a cluster using thin JDBC driver? This seems to be possible with other versions of JDBC driver, but not with thin one. This forces users to prefix each table with cache name in all queries, which is not very usable. Do we have any plans to improve this?
Looks like this user faced this exact problem: https://stackoverflow.com/questions/46158641/apache-ignite-jdbc-thin-client-does-not-work-with-existing-cache -Val
