aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/scala/org
diff options
context:
space:
mode:
authorAndrew Ray <ray.andrew@gmail.com>2016-12-13 15:49:22 +0800
committerWenchen Fan <wenchen@databricks.com>2016-12-13 15:49:22 +0800
commit46d30ac4846b3ec94426cc482c42cff72ebd6d92 (patch)
treea550dd247c5bb0b0d2cb8f404cce8bcea701630b /core/src/main/scala/org
parent2aa16d03db79a642cbe21f387441c34fc51a8236 (diff)
downloadspark-46d30ac4846b3ec94426cc482c42cff72ebd6d92.tar.gz
spark-46d30ac4846b3ec94426cc482c42cff72ebd6d92.tar.bz2
spark-46d30ac4846b3ec94426cc482c42cff72ebd6d92.zip
[SPARK-18717][SQL] Make code generation for Scala Map work with immutable.Map also
## What changes were proposed in this pull request? Fixes compile errors in generated code when user has case class with a `scala.collections.immutable.Map` instead of a `scala.collections.Map`. Since ArrayBasedMapData.toScalaMap returns the immutable version we can make it work with both. ## How was this patch tested? Additional unit tests. Author: Andrew Ray <ray.andrew@gmail.com> Closes #16161 from aray/fix-map-codegen.
Diffstat (limited to 'core/src/main/scala/org')
0 files changed, 0 insertions, 0 deletions