Skip to content

Commit

Permalink
Remove null check.
Browse files Browse the repository at this point in the history
  • Loading branch information
viirya committed Feb 1, 2018
1 parent 6ff3f73 commit 6d5f7ec
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@ public ColumnarArray getArray(int ordinal) {

@Override
public ColumnarMap getMap(int ordinal) {
if (columns[ordinal].isNullAt(rowId)) return null;
return columns[ordinal].getMap(rowId);
}

Expand Down

0 comments on commit 6d5f7ec

Please sign in to comment.