[ https://issues.apache.org/jira/browse/IGNITE-2598?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Dmitry Karachentsev reassigned IGNITE-2598: ------------------------------------------- Assignee: Vladimir Ozerov (was: Dmitry Karachentsev) > 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)