kou commented on code in PR #12932: URL: https://github.com/apache/arrow/pull/12932#discussion_r853845361
########## cpp/src/arrow/util/config.h.cmake: ########## @@ -45,6 +45,7 @@ #cmakedefine ARROW_IPC #cmakedefine ARROW_JSON +#cmakedefine ARROW_GCS Review Comment: If we don't have this, `ARROW_GCS` macro isn't defined even when we build Apache Arrow with `-DARROW_GCS=ON`. If `ARROW_GCS` macro isn't defined, we always get a "Got GCS URI but Arrow compiled without GCS support" error even when we build Apache Arrow with `-DARROW_GCS=ON`. -- 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]
