Skip to content
Snippets Groups Projects
Commit f327e168 authored by Davies Liu's avatar Davies Liu Committed by Davies Liu
Browse files

[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.
parent 8e491af5
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment