[
https://issues.apache.org/jira/browse/PHOENIX-1814?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14494851#comment-14494851
]
ASF GitHub Bot commented on PHOENIX-1814:
-----------------------------------------
GitHub user rangent opened a pull request:
https://github.com/apache/phoenix/pull/67
[PHOENIX-1814] Exponential notation parsing and tests
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/rangent/phoenix master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/phoenix/pull/67.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #67
----
commit fd7084d34a7903c0337e8e8394de5e8366e4f5b8
Author: Brian <[email protected]>
Date: 2015-04-14T20:49:24Z
Exponential notation parsing and tests
----
> Handle e notation for defining float/double
> -------------------------------------------
>
> Key: PHOENIX-1814
> URL: https://issues.apache.org/jira/browse/PHOENIX-1814
> Project: Phoenix
> Issue Type: Bug
> Reporter: James Taylor
> Labels: Newbie
>
> We should allow a numeric literal to be defined with e notation for a
> float/double like this:
> {code}
> +1.5e-7
> 12E-5
> -.12345e+6789
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)