spark git commit: [SPARK-16288][SQL] Implement inline table generating function

2016-07-07 Thread rxin
Repository: spark Updated Branches: refs/heads/branch-2.0 bb4b0419b -> e32c29d86 [SPARK-16288][SQL] Implement inline table generating function This PR implements `inline` table generating function. Pass the Jenkins tests with new testcase. Author: Dongjoon Hyun Closes

spark git commit: [SPARK-16288][SQL] Implement inline table generating function

2016-07-03 Thread wenchen
Repository: spark Updated Branches: refs/heads/master 54b27c179 -> 88134e736 [SPARK-16288][SQL] Implement inline table generating function ## What changes were proposed in this pull request? This PR implements `inline` table generating function. ## How was this patch tested? Pass the