RE: Decimal type question

2014-09-16 Thread Chagarlamudi, Prasanth
Thanks for your response. Jira ticket created. Just noticed its fixed already. Thanks Prasanth Chagarlamudi -Original Message- From: James Taylor [mailto:jamestay...@apache.org] Sent: Monday, September 15, 2014 3:57 PM To: dev@phoenix.apache.org Subject: Re: Decimal type question That&#

Re: Decimal type question

2014-09-15 Thread James Taylor
That's a typo - the max precision is 38. Would you mind filing a JIRA so we don't forget to update it? Thanks, James On Monday, September 15, 2014, Chagarlamudi, Prasanth < prasanth.chagarlam...@epsilon.com> wrote: > Good afternoon, > Is the max precision of DECIMAL data type 18 or is it a typo?

Decimal type question

2014-09-15 Thread Chagarlamudi, Prasanth
Good afternoon, Is the max precision of DECIMAL data type 18 or is it a typo? I noticed the following on the phoenix website DECIMAL Data type with fixed precision and scale. The maximum precision is 18 digits. Mapped to java.math.BigDecimal. The binary representation is binary comparable, varia