HeartLinked commented on code in PR #361:
URL: https://github.com/apache/iceberg-cpp/pull/361#discussion_r2572267691


##########
CMakeLists.txt:
##########
@@ -42,6 +42,7 @@ option(ICEBERG_BUILD_SHARED "Build shared library" OFF)
 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)

Review Comment:
   As you can see, option `ICEBERG_BUILD_REST_INTEGRATION_TESTS ` are set 
default to false. In Github actions we only open it in ubuntu environment.



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