Skip to content
Snippets Groups Projects
Commit 770ff102 authored by Reynold Xin's avatar Reynold Xin
Browse files

[SPARK-8876][SQL] Remove InternalRow type alias in expressions package.

The type alias was there because initially when I moved Row around, I didn't want to do massive changes to the expression code. But now it should be pretty easy to just remove it. One less concept to worry about.

Author: Reynold Xin <rxin@databricks.com>

Closes #7270 from rxin/internalrow and squashes the following commits:

72fc842 [Reynold Xin] [SPARK-8876][SQL] Remove InternalRow type alias in expressions package.
parent da56c4e7
No related branches found
No related tags found
No related merge requests found
Showing
with 28 additions and 11 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