[
https://issues.apache.org/jira/browse/IGNITE-5947?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Nikolay Tikhonov reopened IGNITE-5947:
--------------------------------------
> ClassCastException when two-dimensional array is fetched from cache
> -------------------------------------------------------------------
>
> Key: IGNITE-5947
> URL: https://issues.apache.org/jira/browse/IGNITE-5947
> Project: Ignite
> Issue Type: Bug
> Components: cache
> Affects Versions: 2.1
> Reporter: Valentin Kulichenko
> Assignee: Nikolay Tikhonov
> Priority: Critical
> Fix For: 2.2
>
> Attachments: TestMain.java
>
>
> When an instance of {{Object[][]}} is put into cache, and then read from
> there, the following exception is thrown:
> {noformat}
> Exception in thread "main" java.lang.ClassCastException: [Ljava.lang.Object;
> cannot be cast to [[Ljava.lang.Object;
> {noformat}
> Reproducer attached.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)