[
https://issues.apache.org/jira/browse/IGNITE-27531?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andrey Novikov updated IGNITE-27531:
------------------------------------
Affects Version/s: 2.17
(was: 3.1)
> Possible NPE in IgniteRepositoryQuery#convert
> ---------------------------------------------
>
> Key: IGNITE-27531
> URL: https://issues.apache.org/jira/browse/IGNITE-27531
> Project: Ignite
> Issue Type: Bug
> Components: extensions, springdata
> Affects Versions: 2.17
> Reporter: Andrey Novikov
> Priority: Major
>
> The source parameter can be null. And source.getClass() will produce NPE for
> nullable columns.
> Should be replaced with TypeDescriptor.forObject(source)
--
This message was sent by Atlassian Jira
(v8.20.10#820010)