kou commented on PR #43801: URL: https://github.com/apache/arrow/pull/43801#issuecomment-2320047981
Good catch! I forgot the `Slice()` case... I've discarded statistics on `Slice()`. If an user wants to re-use (min/max) statistics of the original `ArrayData`, the user is responsible it. I noticed that `ArrayData::CopyTo()` needs to copy statistics. I've done it too. -- 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]
