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


##########
CMakeLists.txt:
##########
@@ -45,6 +45,7 @@ option(ICEBERG_BUILD_TESTS "Build tests" ON)
 option(ICEBERG_BUILD_BUNDLE "Build the battery included library" ON)
 option(ICEBERG_BUILD_REST "Build rest catalog client" ON)
 option(ICEBERG_BUILD_REST_INTEGRATION_TESTS "Build rest catalog integration 
tests" OFF)
+option(ICEBERG_S3 "Build with S3 support" ON)

Review Comment:
   Yes, but it will incur unnecessary burden to developers who do not care 
about S3. For example, Arrow will need to download and bundle AWS SDK and use 
docker to run the test. 



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to