[ 
https://issues.apache.org/jira/browse/IGNITE-12116?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16918556#comment-16918556
 ] 

Pavel Pereslegin commented on IGNITE-12116:
-------------------------------------------

[~mstepachev], [~EdShangGG]
When we put null-key to ignite cache we get NPE with the problem description
"java.lang.NullPointerException: Ouch! Argument cannot be null: key"

But when we put "new String[] {"c", *null*, "a"}" we get just NPE, and I think 
we should at least explain the problem in the same way if this is the expected 
behavior.

Should I file a ticket for this, what do you think?

> Cache doesn't support array as key
> ----------------------------------
>
>                 Key: IGNITE-12116
>                 URL: https://issues.apache.org/jira/browse/IGNITE-12116
>             Project: Ignite
>          Issue Type: Improvement
>          Components: cache
>            Reporter: Stepachev Maksim
>            Assignee: Stepachev Maksim
>            Priority: Major
>             Fix For: 2.8
>
>          Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> The ignite cache doesn't support array as key. You couldn't do the base 
> operations with it.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

Reply via email to