felipecrv commented on code in PR #33641:
URL: https://github.com/apache/arrow/pull/33641#discussion_r1084592097
##########
cpp/src/arrow/ipc/writer.cc:
##########
@@ -526,6 +526,10 @@ class RecordBatchSerializer {
return VisitType(*array.indices());
}
+ Status Visit(const RunEndEncodedArray& type) {
+ return Status::NotImplemented("run-end encoded array in IPC");
+ }
Review Comment:
Yes. It needs to be done so compilation can succeed and progress can be
made. That makes turning this into small PRs a bit tricky as well.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]