Skip to content

Commit

Permalink
ListViewArray: Parquet: Add placeholder for ListView writing into Par…
Browse files Browse the repository at this point in the history
…quet
  • Loading branch information
felipecrv committed Apr 26, 2023
1 parent 71cad47 commit 187b995
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions cpp/src/parquet/arrow/path_internal.cc
Original file line number Diff line number Diff line change
Expand Up @@ -831,6 +831,7 @@ class PathBuilder {
// Types not yet supported in Parquet.
NOT_IMPLEMENTED_VISIT(Union)
NOT_IMPLEMENTED_VISIT(RunEndEncoded);
NOT_IMPLEMENTED_VISIT(ListView);

#undef NOT_IMPLEMENTED_VISIT
std::vector<PathInfo>& paths() { return paths_; }
Expand Down
1 change: 1 addition & 0 deletions cpp/src/parquet/column_writer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ struct ValueBufferSlicer {
NOT_IMPLEMENTED_VISIT(FixedSizeList);
NOT_IMPLEMENTED_VISIT(Dictionary);
NOT_IMPLEMENTED_VISIT(RunEndEncoded);
NOT_IMPLEMENTED_VISIT(ListView);
NOT_IMPLEMENTED_VISIT(Extension);

#undef NOT_IMPLEMENTED_VISIT
Expand Down

0 comments on commit 187b995

Please sign in to comment.