kou commented on code in PR #47282:
URL: https://github.com/apache/arrow/pull/47282#discussion_r2264564298


##########
cpp/src/arrow/meson.build:
##########
@@ -484,14 +505,22 @@ if needs_compute
     arrow_compute_lib = library(
         'arrow-compute',
         sources: arrow_compute_lib_sources,
-        dependencies: arrow_dep,
+        dependencies: [arrow_dep] + int128_deps,

Review Comment:
   Ah, compute also uses `arrow::internal::int128_t`. Sorry. I thought that 
decimal in libarrow only uses `arrow::internal::int128_t`.



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