edponce commented on code in PR #12055:
URL: https://github.com/apache/arrow/pull/12055#discussion_r849859405


##########
cpp/src/arrow/chunked_array.h:
##########
@@ -182,6 +183,7 @@ class ARROW_EXPORT ChunkedArray {
   std::shared_ptr<DataType> type_;
 
  private:
+  std::unique_ptr<internal::ChunkResolver> chunk_resolver_;

Review Comment:
   Added move constructor and move assignment operator, so now we can 
instantiate a non-dynamic member variable.



-- 
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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to