-
- Downloads
[SPARK-17738] [SQL] fix ARRAY/MAP in columnar cache
## What changes were proposed in this pull request? The actualSize() of array and map is different from the actual size, the header is Int, rather than Long. ## How was this patch tested? The flaky test should be fixed. Author: Davies Liu <davies@databricks.com> Closes #15305 from davies/fix_MAP.
Showing
- sql/core/src/main/scala/org/apache/spark/sql/execution/columnar/ColumnType.scala 4 additions, 4 deletions.../org/apache/spark/sql/execution/columnar/ColumnType.scala
- sql/core/src/test/scala/org/apache/spark/sql/execution/columnar/ColumnTypeSuite.scala 3 additions, 3 deletions...apache/spark/sql/execution/columnar/ColumnTypeSuite.scala
Loading
Please register or sign in to comment