[
https://issues.apache.org/jira/browse/IGNITE-2598?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15409658#comment-15409658
]
ASF GitHub Bot commented on IGNITE-2598:
----------------------------------------
Github user dkarachentsev closed the pull request at:
https://github.com/apache/ignite/pull/868
> Enum arguments in SQL queries are not considered with BinaryMarshaller
> ----------------------------------------------------------------------
>
> Key: IGNITE-2598
> URL: https://issues.apache.org/jira/browse/IGNITE-2598
> Project: Ignite
> Issue Type: Bug
> Components: general
> Affects Versions: 1.5.0.final
> Reporter: Denis Magda
> Assignee: Vladimir Ozerov
> Labels: important
> Fix For: 1.6
>
> Attachments: ExampleNodeStartup.java
>
>
> Queries like the one below doesn't work with {{Enum}} returning a wrong
> result when binary marshaller is used.
> {noformat}
> SqlQuery<Long, Event> query = new SqlQuery<Long, Event>(Event.class, "type =
> ?");
> query.setArgs(EventType.EventA);
> {noformat}
> The same query works perfectly fine if optimized marshaller is enabled
> instead.
> Attached the test that reproduces the issue.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)