[GitHub] spark issue #21766: [SPARK-24803][SQL] add support for numeric

2018-11-11 Thread wangtao605
Github user wangtao605 commented on the issue: https://github.com/apache/spark/pull/21766 > @wangtao605 Do you mind documenting our behavior in our Spark SQL doc? Yes, it's ok. --- - To unsubscribe, e-m

[GitHub] spark issue #21766: [SPARK-24803][SQL] add support for numeric

2018-07-17 Thread wangtao605
Github user wangtao605 commented on the issue: https://github.com/apache/spark/pull/21766 @rxin In order to support sql syntax better and align SQL standards. I think it is worth to add a numeric type as an alias of decimal

[GitHub] spark issue #21766: [SPARK-24803][SQL] add support for numeric

2018-07-17 Thread wangtao605
Github user wangtao605 commented on the issue: https://github.com/apache/spark/pull/21766 @dmateusp Actually i think "Numeric" has no essential difference with "Decimal". May be just have it as an alias is better,i will add some

[GitHub] spark pull request #21766: [SPARK-24803] add support for numeric

2018-07-13 Thread wangtao605
GitHub user wangtao605 opened a pull request: https://github.com/apache/spark/pull/21766 [SPARK-24803] add support for numeric numerical is as same with decimal. Spark has already supported decimal,so i think we should add support for numeric to align SQL standards. You

[GitHub] spark issue #20932: [SPARK-23812][SQL] DFS should be removed from unsupporte...

2018-03-30 Thread wangtao605
Github user wangtao605 commented on the issue: https://github.com/apache/spark/pull/20932 ![dfs](https://user-images.githubusercontent.com/35913385/38129519-f7c08590-3431-11e8-92d7-afb5e9ce99a8.png) @hvanhovell Please see the pic above,i run the "DFS" command in

[GitHub] spark pull request #20932: [SPARK-23812]DFS should be removed from unsupport...

2018-03-29 Thread wangtao605
GitHub user wangtao605 opened a pull request: https://github.com/apache/spark/pull/20932 [SPARK-23812]DFS should be removed from unsupportedHiveNativeCommands in SqlBase.g4 ## What changes were proposed in this pull request? Dfs command has been supported,but SqlBase.g4