WillAyd commented on code in PR #45797:
URL: https://github.com/apache/arrow/pull/45797#discussion_r2037342699


##########
cpp/meson.options:
##########
@@ -36,11 +36,18 @@ option(
     value: false,
 )
 
+option(
+    'integration',
+    type: 'boolean',
+    description: 'Build the Arrow integration test executables',
+    value: false,
+)
+
 option(
     'ipc',
     type: 'boolean',
     description: 'Build the Arrow IPC extensions',
-    value: false,
+    value: true,

Review Comment:
   Sure - see https://github.com/apache/arrow/issues/46090



-- 
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: github-unsubscr...@arrow.apache.org

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

Reply via email to