Skip to content

Commit

Permalink
fix: merge with listview base pr 2
Browse files Browse the repository at this point in the history
  • Loading branch information
vibhatha committed Aug 1, 2024
1 parent 823610b commit 0b7fc3a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ public void copyFromSafe(int inIndex, int outIndex, ValueVector from) {

@Override
public <OUT, IN> OUT accept(VectorVisitor<OUT, IN> visitor, IN value) {
throw new UnsupportedOperationException("ListViewVector does not support visitor pattern.");
return visitor.visit(this, value);
}

@Override
Expand Down

0 comments on commit 0b7fc3a

Please sign in to comment.