kou commented on PR #38677:
URL: https://github.com/apache/arrow/pull/38677#issuecomment-1808186637
@niyue Could you try `io_util.h` approach for now? It may be easier than
this approach...
We may want to set `MACOSX_DEPLOYMENT_TARGET=10.13` or something in
`.github/workflows/cpp.yml` to detect similar problems before we merge a PR...:
```diff
diff --git a/.github/workflows/cpp.yml b/.github/workflows/cpp.yml
index e6ae6c60b..daf77935b 100644
--- a/.github/workflows/cpp.yml
+++ b/.github/workflows/cpp.yml
@@ -181,6 +181,7 @@ jobs:
ARROW_WITH_ZLIB: ON
ARROW_WITH_ZSTD: ON
GTest_SOURCE: BUNDLED
+ MACOSX_DEPLOYMENT_TARGET: "10.13"
steps:
- name: CPU Info
run: |
```
--
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]