You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kudu.apache.org by "Grant Henke (JIRA)" <ji...@apache.org> on 2018/03/13 02:05:00 UTC

[jira] [Created] (KUDU-2338) Java decimal predicates are not coerced to match the column scale

Grant Henke created KUDU-2338:
---------------------------------

             Summary: Java decimal predicates are not coerced to match the column scale
                 Key: KUDU-2338
                 URL: https://issues.apache.org/jira/browse/KUDU-2338
             Project: Kudu
          Issue Type: Bug
    Affects Versions: 1.7.0
            Reporter: Grant Henke
            Assignee: Grant Henke


In the Java client we need to coerce the BigDecimal values to the expected scale to ensure they can be correctly decoded server side. Though this was being done in the deprecated ColumnRangePredicate implementation it was not in the KuduPredicate implementation. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)