GitHub user adrian-wang opened a pull request:
https://github.com/apache/spark/pull/9085
[SPARK-10533] [SQL] handle scientific notation in sqlParser
https://issues.apache.org/jira/browse/SPARK-10533
val df = sqlContext.createDataFrame(Seq(("a",1.0),("b",2.0),("c",3.0)))
df.filter("_2 < 2.0e1").show
Scientific notation didn't work.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/adrian-wang/spark scinotation
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/9085.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 #9085
----
commit d0f7453cd63a1944daf15501debe57bd71255ee3
Author: Daoyuan Wang <[email protected]>
Date: 2015-10-13T02:19:45Z
SPARK-10533 - handle scientific notation in sqlParser
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]