[
https://issues.apache.org/jira/browse/IGNITE-7663?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mikhail Cherkasov resolved IGNITE-7663.
---------------------------------------
Resolution: Cannot Reproduce
I've just checked 2.4 and master, it works fine, there's:
javax.cache.CacheException: Unsupported DDL/DML operation:
org.h2.command.ddl.CreateSchema
> 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
> Assignee: Mikhail Cherkasov
> Priority: Major
> 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)