Skip to content

Commit

Permalink
Remove unneeded code.
Browse files Browse the repository at this point in the history
  • Loading branch information
lriggs committed Nov 14, 2023
1 parent f477cc8 commit b7c5288
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -143,11 +143,6 @@ private static void initArrowTypeDate(ArrowType.Date dateType,
}
}

private static void initArrowTypeStruct(ArrowType.Struct structType,
GandivaTypes.ExtGandivaType.Builder builder) {
builder.setType(GandivaTypes.GandivaType.STRUCT);
}

private static void initArrowTypeList(ArrowType.List listType,
ArrowType subType,
GandivaTypes.ExtGandivaType.Builder builder) throws GandivaException {
Expand Down

0 comments on commit b7c5288

Please sign in to comment.