kou commented on PR #43705: URL: https://github.com/apache/arrow/pull/43705#issuecomment-2306004453
> > ArrayData is mutable: no, it isn't, except when first populating it. > > This is correct; ArrayData isn't really mutable. It would be really rare for anything to set up statistics before an ArrayData was finalized. Oh, I misunderstood it. I thought `ArrayData` is still mutable after the first population. > So it is probably acceptable to give mutators responsibility for statistics. I think so too. Let's attach to `ArrayData` not `Array`: GH-43797 -- 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]
