Skip to content

Commit

Permalink
fix: rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
vibhatha committed Aug 2, 2024
1 parent f5a21a5 commit 9d51ce7
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -389,5 +389,10 @@ public FieldVector visit(Duration type) {
public FieldVector visit(ListView type) {
throw unsupported(type);
}

@Override
public FieldVector visit(LargeListView type) {
throw unsupported(type);
}
}
}

0 comments on commit 9d51ce7

Please sign in to comment.