spark git commit: [SPARK-16287][SQL] Implement str_to_map SQL function

2016-07-21 Thread wenchen
Repository: spark Updated Branches: refs/heads/branch-2.0 4cb8ff73f -> 70bf8ce72 [SPARK-16287][SQL] Implement str_to_map SQL function ## What changes were proposed in this pull request? This PR adds `str_to_map` SQL function in order to remove Hive fallback. ## How was this patch tested?

spark git commit: [SPARK-16287][SQL] Implement str_to_map SQL function

2016-07-21 Thread wenchen
Repository: spark Updated Branches: refs/heads/master 46f80a307 -> df2c6d59d [SPARK-16287][SQL] Implement str_to_map SQL function ## What changes were proposed in this pull request? This PR adds `str_to_map` SQL function in order to remove Hive fallback. ## How was this patch tested? Pass