You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Valentin Kulichenko (JIRA)" <ji...@apache.org> on 2016/09/14 20:22:20 UTC

[jira] [Created] (IGNITE-3903) Throw an exception if @QuerySqlField annotation is attached to a method and binary marshaller is used

Valentin Kulichenko created IGNITE-3903:
-------------------------------------------

             Summary: Throw an exception if @QuerySqlField annotation is attached to a method and binary marshaller is used
                 Key: IGNITE-3903
                 URL: https://issues.apache.org/jira/browse/IGNITE-3903
             Project: Ignite
          Issue Type: Improvement
          Components: general
    Affects Versions: 1.7
            Reporter: Valentin Kulichenko
             Fix For: 1.8


Currently query annotations attached to methods are processed even if binary marshaller is used. Since these methods are never called for binary objects, that leads to counterintuitive behavior. We should throw an exception on early stage in this case.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)