git commit: [SPARK-2391][SQL] Custom take() for LIMIT queries.

2014-07-08 Thread rxin
Repository: spark Updated Branches: refs/heads/branch-1.0 23b01a303 -> faa0e9f56 [SPARK-2391][SQL] Custom take() for LIMIT queries. Using Spark's take can result in an entire in-memory partition to be shipped in order to retrieve a single row. Author: Michael Armbrust Closes #1318 from mar

git commit: [SPARK-2391][SQL] Custom take() for LIMIT queries.

2014-07-08 Thread rxin
Repository: spark Updated Branches: refs/heads/master 3cd5029be -> 5a4063645 [SPARK-2391][SQL] Custom take() for LIMIT queries. Using Spark's take can result in an entire in-memory partition to be shipped in order to retrieve a single row. Author: Michael Armbrust Closes #1318 from marmbru