spark git commit: [SPARK-4695][SQL] Get result using executeCollect

2014-12-02 Thread marmbrus
Repository: spark Updated Branches: refs/heads/branch-1.2 adc5d6f09 -> 658fe8f1a [SPARK-4695][SQL] Get result using executeCollect Using ```executeCollect``` to collect the result, because executeCollect is a custom implementation of collect in spark sql which better than rdd's collect Autho

spark git commit: [SPARK-4695][SQL] Get result using executeCollect

2014-12-02 Thread marmbrus
Repository: spark Updated Branches: refs/heads/master 1f5ddf17e -> 3ae0cda83 [SPARK-4695][SQL] Get result using executeCollect Using ```executeCollect``` to collect the result, because executeCollect is a custom implementation of collect in spark sql which better than rdd's collect Author: w