kou commented on code in PR #38760: URL: https://github.com/apache/arrow/pull/38760#discussion_r1397856536
########## cpp/src/arrow/compute/kernel.h: ########## @@ -37,6 +37,11 @@ #include "arrow/type.h" #include "arrow/util/macros.h" #include "arrow/util/visibility.h" +// MacOSX defines PREALLOCATE as a preprocessor define in the header sys/vnode.h +// No other BSD seems to do so. The name is used as an identifier in MemAllocation enum Review Comment: ```suggestion // macOS defines PREALLOCATE as a preprocessor macro in the header sys/vnode.h. // No other BSD seems to do so. The name is used as an identifier in MemAllocation enum. ``` -- 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]
