[
https://issues.apache.org/jira/browse/IGNITE-15547?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17424881#comment-17424881
]
Andrian Boscanean edited comment on IGNITE-15547 at 10/6/21, 9:45 AM:
----------------------------------------------------------------------
[~zstan] Thank you for fast review. I am sorry for formatting misses. I fixed
what you pointed and removed boxing. Do I need to run all tests on CI?
was (Author: andrian.boscanean):
[~zstan] Thank you for fast review. I am sorry for formatting misses. I fixed
what you pointed and removed boxing.
> Accept Classes/Enums extending an Interface which is used as cache indexed
> field
> --------------------------------------------------------------------------------
>
> Key: IGNITE-15547
> URL: https://issues.apache.org/jira/browse/IGNITE-15547
> Project: Ignite
> Issue Type: Improvement
> Affects Versions: 2.10
> Reporter: Andrian Boscanean
> Assignee: Andrian Boscanean
> Priority: Major
> Fix For: 2.12
>
> Time Spent: 1h 10m
> Remaining Estimate: 0h
>
> Currently Classes/Enums that extend an interface which is used as Indexed
> field are not allowed.
> Example
> @QuerySqlField(index = true)
> private TestInterface testInterface;
> ------
> enum TestEnum1 implements TestInterface
> { VALUE_1, VALUE_2, VALUE_3 }
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)