pitrou commented on code in PR #35471:
URL: https://github.com/apache/arrow/pull/35471#discussion_r1188846613


##########
cpp/cmake_modules/DefineOptions.cmake:
##########
@@ -210,6 +210,10 @@ takes precedence over ccache if a storage backend is 
configured" ON)
 
   define_option(ARROW_WITH_MUSL "Whether the system libc is musl or not" OFF)
 
+  define_option(ARROW_ENABLE_THREADING "Enable threading in arrow core. "
+                ON)

Review Comment:
   ```suggestion
     define_option(ARROW_ENABLE_THREADING "Enable threading in Arrow core. "
                   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]

Reply via email to