felipecrv commented on code in PR #33641:
URL: https://github.com/apache/arrow/pull/33641#discussion_r1092437941
##########
cpp/src/arrow/array/concatenate.cc:
##########
@@ -436,6 +438,23 @@ class ConcatenateImpl {
return Status::OK();
}
+ Status Visit(const RunEndEncodedType& type) {
Review Comment:
Very likely. I didn't add extra tests from what Tobias' PRs already had.
Adding tests is part of my review of this code, so soon to come.
--
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]