WillAyd commented on code in PR #48414:
URL: https://github.com/apache/arrow/pull/48414#discussion_r2619847303
##########
cpp/src/arrow/array/array_nested.h:
##########
@@ -720,8 +722,8 @@ class ARROW_EXPORT StructArray : public Array {
private:
// For caching boxed child data
- // XXX This is not handled in a thread-safe manner.
- mutable ArrayVector boxed_fields_;
+ struct ARROW_NO_EXPORT Impl;
Review Comment:
Why is this required to use `ARROW_NO_EXPORT`?
--
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]