wgtmac commented on code in PR #89:
URL: https://github.com/apache/iceberg-cpp/pull/89#discussion_r2061397093


##########
cmake_modules/IcebergThirdpartyToolchain.cmake:
##########
@@ -82,13 +84,15 @@ function(resolve_arrow_dependency)
       ON
       CACHE BOOL "" FORCE)
   set(ARROW_DEPENDENCY_SOURCE
-      "AUTO"
+      "BUNDLED"
       CACHE STRING "" FORCE)
 
   fetchcontent_declare(Arrow
                        ${FC_DECLARE_COMMON_OPTIONS}
-                       URL ${ARROW_SOURCE_URL}
-                       URL_HASH "SHA256=${ICEBERG_ARROW_BUILD_SHA256_CHECKSUM}"
+                       GIT_REPOSITORY https://github.com/wgtmac/arrow.git

Review Comment:
   This is still on my fork: https://github.com/apache/arrow/pull/46232. Will 
update it once merged and released.



-- 
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: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to