aboutsummaryrefslogtreecommitdiff
path: root/sql/hive/src/main
diff options
context:
space:
mode:
authorKazuaki Ishizaki <ishizaki@jp.ibm.com>2016-04-01 22:38:07 -0700
committerDavies Liu <davies.liu@gmail.com>2016-04-01 22:38:07 -0700
commit877dc712e66db69cb320e10ba5edebca401591e3 (patch)
treec9eb4a9903d60a1c47e4f64d461bbf269e34f203 /sql/hive/src/main
parent27e71a2cd930ae28c82c9c3ee6476a12ea165fdf (diff)
downloadspark-877dc712e66db69cb320e10ba5edebca401591e3.tar.gz
spark-877dc712e66db69cb320e10ba5edebca401591e3.tar.bz2
spark-877dc712e66db69cb320e10ba5edebca401591e3.zip
[SPARK-14138] [SQL] [MASTER] Fix generated SpecificColumnarIterator code can exceed JVM size limit for cached DataFrames
## What changes were proposed in this pull request? This PR reduces Java byte code size of method in ```SpecificColumnarIterator``` by using a approach to make a group for lot of ```ColumnAccessor``` instantiations or method calls (more than 200) into a method ## How was this patch tested? Added a new unit test, which includes large instantiations and method calls, to ```InMemoryColumnarQuerySuite``` Author: Kazuaki Ishizaki <ishizaki@jp.ibm.com> Closes #12108 from kiszk/SPARK-14138-master.
Diffstat (limited to 'sql/hive/src/main')
0 files changed, 0 insertions, 0 deletions