Igor Sapego-2 wrote > You get "Table exists" error, because table is successfully > created by the previous query. Error "Failed to find query > with ID:[xx]" generated when ODBC statement is closed > after execution of query that produced empty result set.
That makes sense, but I wouldn't expect a DDL statement like CREATE TABLE to return a resultset. In essence, it should just pass or fail. The current behavior is always fail (throw an exception) with a cryptic message. -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/
