[jira] [Created] (IGNITE-7663) AssertionError/NPE on "CREATE SCHEMA"

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (IGNITE-7663) AssertionError/NPE on "CREATE SCHEMA"

Anton Vinogradov (Jira)
Mikhail Cherkasov created IGNITE-7663:
-----------------------------------------

             Summary: AssertionError/NPE on "CREATE SCHEMA"
                 Key: IGNITE-7663
                 URL: https://issues.apache.org/jira/browse/IGNITE-7663
             Project: Ignite
          Issue Type: Bug
          Components: sql
    Affects Versions: 2.3
            Reporter: Mikhail Cherkasov
             Fix For: 2.5


Instead of UnsupportedOperationException exception, we have AssertionError:

[https://stackoverflow.com/questions/48708238/ignite-database-create-schema-assertionerror]

Errors mean that we can't continue work and should terminate process because now it is in unknown state and behavior is unpredictable, but I don't think that it's the case, isn't it?

With disabled assertions, we have NPE there, but anyway, I expect to see UnsupportedOperationException if we try to run SQL that we don't support yet.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)