[ https://issues.apache.org/jira/browse/IGNITE-23128?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Vyacheslav Koptilin updated IGNITE-23128: ----------------------------------------- Labels: ignite-3 (was: ) > NullPointerException if non-existent profile passed into zone and table > ------------------------------------------------------------------------ > > Key: IGNITE-23128 > URL: https://issues.apache.org/jira/browse/IGNITE-23128 > Project: Ignite > Issue Type: Bug > Reporter: Ivan Zlenko > Priority: Major > Labels: ignite-3 > > If we try to create a table with a zone containing a profile that not > described in the node configuration we will get NullPointerException trying > to create such table. > To reproduce you need to do following: > 1. Execute command > {code:sql} > create zone test with storage_profiles='IAmAPhantomProfile' > {code} > Where IAmAPhantomProfile is not described in storage.profiles section of node > configuration. > 2. Execute command > {code:sql} > create table test (I int) with storage_profile='IAmAPhantomProfile' > {code} -- This message was sent by Atlassian Jira (v8.20.10#820010)