Skip to content
Snippets Groups Projects
Commit 064b029c authored by Nong Li's avatar Nong Li Committed by Reynold Xin
Browse files

[SPARK-13043][SQL] Implement remaining catalyst types in ColumnarBatch.

This includes: float, boolean, short, decimal and calendar interval.

Decimal is mapped to long or byte array depending on the size and calendar
interval is mapped to a struct of int and long.

The only remaining type is map. The schema mapping is straightforward but
we might want to revisit how we deal with this in the rest of the execution
engine.

Author: Nong Li <nong@databricks.com>

Closes #10961 from nongli/spark-13043.
parent c9b89a0a
No related branches found
No related tags found
No related merge requests found
Showing with 484 additions and 42 deletions
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