aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorReynold Xin <rxin@databricks.com>2016-03-14 19:22:11 -0700
committerReynold Xin <rxin@databricks.com>2016-03-14 19:22:11 -0700
commit4bf460979562a7d8cec403f0bd603f88517fdb2b (patch)
tree2b6790b67f9597293dd75db5b256f4fd309a1836 /bin
parent17eec0a71ba8713c559d641e3f43a1be726b037c (diff)
downloadspark-4bf460979562a7d8cec403f0bd603f88517fdb2b.tar.gz
spark-4bf460979562a7d8cec403f0bd603f88517fdb2b.tar.bz2
spark-4bf460979562a7d8cec403f0bd603f88517fdb2b.zip
[SPARK-13882][SQL] Remove org.apache.spark.sql.execution.local
## What changes were proposed in this pull request? We introduced some local operators in org.apache.spark.sql.execution.local package but never fully wired the engine to actually use these. We still plan to implement a full local mode, but it's probably going to be fairly different from what the current iterator-based local mode would look like. Based on what we know right now, we might want a push-based columnar version of these operators. Let's just remove them for now, and we can always re-introduced them in the future by looking at branch-1.6. ## How was this patch tested? This is simply dead code removal. Author: Reynold Xin <rxin@databricks.com> Closes #11705 from rxin/SPARK-13882.
Diffstat (limited to 'bin')
0 files changed, 0 insertions, 0 deletions