kou commented on code in PR #50887:
URL: https://github.com/apache/arrow/pull/50887#discussion_r3816601033


##########
cpp/src/arrow/CMakeLists.txt:
##########
@@ -998,6 +998,13 @@ if(ARROW_FILESYSTEM)
                                              
"-Wno-documentation;-Wno-documentation-deprecated-sync"
       )
     endif()
+    # Workaround deprecated Abseil APIs used by google-cloud-cpp on macOS
+    # https://github.com/apache/arrow/issues/50868

Review Comment:
   Let's use google-could-cpp issue as the reference. We can remove this 
workaround once the issue is fixed.
   
   ```suggestion
       # https://github.com/googleapis/google-cloud-cpp/issues/16354
   ```



-- 
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]

Reply via email to