spark git commit: [SPARK-10731] [SQL] Delegate to Scala's DataFrame.take implementation in Python DataFrame.

2015-09-23 Thread rxin
Repository: spark Updated Branches: refs/heads/master 067afb4e9 -> 995221774 [SPARK-10731] [SQL] Delegate to Scala's DataFrame.take implementation in Python DataFrame. Python DataFrame.head/take now requires scanning all the partitions. This pull request changes them to delegate the actual

spark git commit: [SPARK-10731] [SQL] Delegate to Scala's DataFrame.take implementation in Python DataFrame.

2015-09-23 Thread rxin
Repository: spark Updated Branches: refs/heads/branch-1.5 64cc62cb5 -> 7564c2493 [SPARK-10731] [SQL] Delegate to Scala's DataFrame.take implementation in Python DataFrame. Python DataFrame.head/take now requires scanning all the partitions. This pull request changes them to delegate the