amoeba commented on issue #41158: URL: https://github.com/apache/arrow/issues/41158#issuecomment-2050977750
Hrm, that's interesting. @assignUser is a lot more familiar than me with this part of the package, but in the configure script, we seem to detect and enable functionality based on ArrowOptions.cmake using [a command](https://github.com/apache/arrow/blob/main/r/configure#L389) like `grep -i 'set('"$1"' "ON")' $ARROW_OPTS_CMAKE >/dev/null 2>&1` and in your version I see: ``` set(ARROW_PARQUET "true") ``` whereas on my Mac, I see: ``` set(ARROW_PARQUET "ON") ``` So I wonder if something is up with how arrow gets packed on FreeBSD. -- 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]
