spark git commit: [SPARK-13031][SQL] cleanup codegen and improve test coverage

2016-01-29 Thread rxin
Repository: spark Updated Branches: refs/heads/master 8d3cc3de7 -> 55561e769 [SPARK-13031][SQL] cleanup codegen and improve test coverage 1. enable whole stage codegen during tests even there is only one operator supports that. 2. split doProduce() into two APIs: upstream() and doProduce() 3.

spark git commit: [SPARK-13031] [SQL] cleanup codegen and improve test coverage

2016-01-28 Thread davies
Repository: spark Updated Branches: refs/heads/master 676803963 -> cc18a7199 [SPARK-13031] [SQL] cleanup codegen and improve test coverage 1. enable whole stage codegen during tests even there is only one operator supports that. 2. split doProduce() into two APIs: upstream() and doProduce() 3