[ 
https://issues.apache.org/jira/browse/SPARK-6493?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

DoingDone9 updated SPARK-6493:
------------------------------
    Description: 
support sql like that :

select cast(20.12 as numeric(4,2)) from src limit 1;

  was:
support sql like that :

select cast(20.12 as numeric(4,2)) from src limit1;


> Support numeric(a,b) in the sqlContext
> --------------------------------------
>
>                 Key: SPARK-6493
>                 URL: https://issues.apache.org/jira/browse/SPARK-6493
>             Project: Spark
>          Issue Type: Improvement
>          Components: SQL
>    Affects Versions: 1.3.0
>            Reporter: DoingDone9
>            Priority: Minor
>
> support sql like that :
> select cast(20.12 as numeric(4,2)) from src limit 1;



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to