GitHub user DoingDone9 opened a pull request:

    https://github.com/apache/spark/pull/5166

    [SPARK-6493][SQL]Support numeric(a,b) in the sqlContext

    support sql like that :
    select cast(20.12 as numeric(4,2)) from src limit 1;

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/DoingDone9/spark new_numeric

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/5166.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 #5166
    
----
commit c3f046f8de7c418d4aa7e74afea9968a8baf9231
Author: DoingDone9 <[email protected]>
Date:   2015-03-02T02:11:18Z

    Merge pull request #1 from apache/master
    
    merge lastest spark

commit cb1852d14f62adbd194b1edda4ec639ba942a8ba
Author: DoingDone9 <[email protected]>
Date:   2015-03-05T07:05:10Z

    Merge pull request #2 from apache/master
    
    merge lastest spark

commit c87e8b6d8cb433376a7d14778915006c31f6c01c
Author: DoingDone9 <[email protected]>
Date:   2015-03-10T07:46:12Z

    Merge pull request #3 from apache/master
    
    merge lastest spark

commit 161cae3a29951d793ce721f9904888bd9529de72
Author: DoingDone9 <[email protected]>
Date:   2015-03-12T06:46:28Z

    Merge pull request #4 from apache/master
    
    merge lastest spark

commit 98b134f39ca57f11a5b761c7b9e5f8a7477bd069
Author: DoingDone9 <[email protected]>
Date:   2015-03-19T09:00:07Z

    Merge pull request #5 from apache/master
    
    merge lastest spark

commit d00303b7af9436b9bd6d6d27d411a5c8a2e2294d
Author: DoingDone9 <[email protected]>
Date:   2015-03-24T08:43:44Z

    Merge pull request #6 from apache/master
    
    merge lastest spark

commit a4cbc8bae26ec00df35b090dc189de8cc3e91592
Author: DoingDone9 <[email protected]>
Date:   2015-03-24T10:54:52Z

    Update SqlParser.scala

commit 2569671f62cc0e1d8ed01a7eadccc86264717554
Author: DoingDone9 <[email protected]>
Date:   2015-03-24T10:57:42Z

    Update DataTypeParser.scala

commit 6fa9b0fa1e3159a7de7d06b752e45e88f92a9fd0
Author: DoingDone9 <[email protected]>
Date:   2015-03-24T11:03:28Z

    Update SQLQuerySuite.scala

commit d3ac3198799d40acf7c5efb8035b9709ed710c1e
Author: DoingDone9 <[email protected]>
Date:   2015-03-24T11:18:57Z

    Update DataTypeParser.scala

commit fca389c7d4c1b00ade2b08f1493e0fae063f864c
Author: DoingDone9 <[email protected]>
Date:   2015-03-24T11:38:58Z

    Update SqlParser.scala

commit 1a91b09367d3cf1ca7cf1f242aef9629b77d9387
Author: DoingDone9 <[email protected]>
Date:   2015-03-24T11:43:41Z

    Update DataTypeParserSuite.scala

----


---
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]

Reply via email to