kiszk commented on a change in pull request #7507: URL: https://github.com/apache/arrow/pull/7507#discussion_r576999927
########## File path: cpp/src/arrow/array/data.cc ########## @@ -130,6 +130,33 @@ int64_t ArrayData::GetNullCount() const { return precomputed; } +bool ArrayData::Equals(const ArrayData& other) const { Review comment: Thank you for your comment. I realized that this method is not used now. It was implemented for my old versions. Actually, what I committed is your suggestion :) I will drop it. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org