Description
Using JDBC "thick" driver in streaming mode fails with a "Schema not found" erorr:
Connection connection = DriverManager.getConnection("jdbc:ignite:cfg://streaming=true:cache=CACHE@file:/path-to-ignite-config.xml");
using connection to create a table works fine but this exception is generated when using the connection to execute INSER INTO...
class org.apache.ignite.internal.processors.query.IgniteSQLException: Failed to set schema for DB connection for thread [schema=] org.h2.jdbc.JdbcSQLException: Schema not found; SQL statement: SET SCHEMA "" [90079-195]
See User List for more details
Attachments
Issue Links
- links to