otegami commented on issue #46875: URL: https://github.com/apache/arrow/issues/46875#issuecomment-2993307179
Not sure if this is related, but I noticed the module’s pkg-config file doesn’t include the compute CFLAGS lines: ``` Cflags: @ARROW_COMPUTE_PC_CFLAGS@ Cflags.private: @ARROW_COMPUTE_PC_CFLAGS_PRIVATE@ ``` Without those, the Compute component’s headers/symbols might not get exposed even when ARROW_COMPUTE is ON. Could that be why Arrow.compute_initialize isn’t defined? - https://github.com/apache/arrow/blob/main/cpp/src/arrow/arrow-compute.pc.in - https://github.com/apache/arrow/blob/main/cpp/src/arrow/compute/arrow-compute.pc.in -- 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