I found out that following code in IgniteH2Indexing.java throws one exception.
stmt.executeUpdate("SET SCHEMA " + H2Utils.withQuotes(schema));
In Ignite implementation, schema is "PUBLIC" at beginning during runtime,
then changed to "".
But I cannot figure out why my code get this exception. I need your help
urgently. Thanks.
--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/
