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)