Valentin Kulichenko created IGNITE-2455:
-------------------------------------------
Summary: SQL query fails if there are caches that were never used on this client
Key: IGNITE-2455
URL:
https://issues.apache.org/jira/browse/IGNITE-2455 Project: Ignite
Issue Type: Bug
Components: cache
Reporter: Valentin Kulichenko
Priority: Critical
Fix For: 1.6
Test attached.
If SQL query contains caches that were never acquired on the current client, it fails with the following exception:
{noformat}
org.h2.jdbc.JdbcSQLException: Schema "cache2" not found;
{noformat}
We should automatically detect the list of required caches and create them before executing the query.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)