kou commented on code in PR #50195:
URL: https://github.com/apache/arrow/pull/50195#discussion_r4010033834
##########
c_glib/arrow-glib/meson.build:
##########
@@ -225,6 +225,9 @@ if not gio.found()
gio = dependency('gio-2.0')
endif
dependencies = [arrow_acero, arrow_compute, arrow, gobject, gio]
+if arrow_s3.found()
+ dependencies += arrow_s3
+endif
Review Comment:
We can work on this as a follow-up task. The current configuration is enough
in this PR.
> Also, `/cpp/src/arrow/filesystem/meson.build` may need to include
's3_visibility.h' in `install_headers()` ?
Good point! We need it!
--
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]