Skip to content

Commit

Permalink
ListViewScalar: Substrait: Convert scalar to proto
Browse files Browse the repository at this point in the history
  • Loading branch information
felipecrv committed Apr 26, 2023
1 parent a0ddaa4 commit 0be29e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cpp/src/arrow/engine/substrait/expression_internal.cc
Original file line number Diff line number Diff line change
Expand Up @@ -835,6 +835,7 @@ struct ScalarToProtoImpl {
}

Status Visit(const RunEndEncodedScalar& s) { return (*this)(*s.value); }
Status Visit(const ListViewScalar& s) { return (*this)(*s.value); }

Status Visit(const ListViewScalar& s) {
return Status::NotImplemented("list-view to proto");
Expand Down

0 comments on commit 0be29e3

Please sign in to comment.