[GitHub] spark issue #16138: [SPARK-16609] Add to_date/to_timestamp with format funct...

2017-08-25 Thread YannByron
Github user YannByron commented on the issue: https://github.com/apache/spark/pull/16138 @anabranch I met a failure case when using `to_date`, like this: ``` spark-sql> select func(to_date('2017-08-25 12:00:00')); ``` `func` is a custom udf

[GitHub] spark issue #18270: [SPARK-21055][SQL] replace grouping__id with grouping_id...

2017-08-21 Thread YannByron
Github user YannByron commented on the issue: https://github.com/apache/spark/pull/18270 I realize the reason that leads to UTs failure is that the query result has a fixed order even though a sql statement doesn't include `order by`, such as the output of query 16 in `