aboutsummaryrefslogtreecommitdiff
path: root/docs/java-programming-guide.md
diff options
context:
space:
mode:
authorMichael Armbrust <michael@databricks.com>2014-11-14 15:03:23 -0800
committerMichael Armbrust <michael@databricks.com>2014-11-14 15:03:23 -0800
commit4b4b50c9e596673c1534df97effad50d107a8007 (patch)
treeed6d1eb00bd47c403b1183aac395e69edaae5669 /docs/java-programming-guide.md
parentf805025e8efe9cd522e8875141ec27df8d16bbe0 (diff)
downloadspark-4b4b50c9e596673c1534df97effad50d107a8007.tar.gz
spark-4b4b50c9e596673c1534df97effad50d107a8007.tar.bz2
spark-4b4b50c9e596673c1534df97effad50d107a8007.zip
[SQL] Don't shuffle code generated rows
When sort based shuffle and code gen are on we were trying to ship the code generated rows during a shuffle. This doesn't work because the classes don't exist on the other side. Instead we now copy into a generic row before shipping. Author: Michael Armbrust <michael@databricks.com> Closes #3263 from marmbrus/aggCodeGen and squashes the following commits: f6ba8cf [Michael Armbrust] fix and test
Diffstat (limited to 'docs/java-programming-guide.md')
0 files changed, 0 insertions, 0 deletions