spark git commit: [SPARK-20786][SQL] Improve ceil and floor handle the value which is not expected

2017-05-21 Thread lixiao
Repository: spark Updated Branches: refs/heads/master 0f2f56c37 -> 3c9eef35a [SPARK-20786][SQL] Improve ceil and floor handle the value which is not expected ## What changes were proposed in this pull request? spark-sql>SELECT ceil(1234567890123456); 1234567890123456 spark-sql>SELECT

spark git commit: [SPARK-20736][PYTHON] PySpark StringIndexer supports StringOrderType

2017-05-21 Thread felixcheung
Repository: spark Updated Branches: refs/heads/master 9d6661c82 -> 0f2f56c37 [SPARK-20736][PYTHON] PySpark StringIndexer supports StringOrderType ## What changes were proposed in this pull request? PySpark StringIndexer supports StringOrderType added in #17879. Author: Wayne Zhang

spark git commit: [SPARK-20792][SS] Support same timeout operations in mapGroupsWithState function in batch queries as in streaming queries

2017-05-21 Thread zsxwing
Repository: spark Updated Branches: refs/heads/master bbd8d7def -> 9d6661c82 [SPARK-20792][SS] Support same timeout operations in mapGroupsWithState function in batch queries as in streaming queries ## What changes were proposed in this pull request? Currently, in the batch queries, timeout

spark git commit: [SPARK-20792][SS] Support same timeout operations in mapGroupsWithState function in batch queries as in streaming queries

2017-05-21 Thread zsxwing
Repository: spark Updated Branches: refs/heads/branch-2.2 3aad5982a -> cfd1bf0be [SPARK-20792][SS] Support same timeout operations in mapGroupsWithState function in batch queries as in streaming queries ## What changes were proposed in this pull request? Currently, in the batch queries,