teo-tsirpanis commented on issue #42154:
URL: https://github.com/apache/arrow/issues/42154#issuecomment-2259385347

   > Is it possible that the multiple AWS SDK confusion would be resolved if 
the AWS SDKs inside the wheels were compiled with `-fvisibility=hidden`?
   
   The answer is almost definitely yes. Building a custom `pyarrow` wheel is 
quite hard for me, but I verified it with the opposite case by following these 
steps:
   
   * [Build `tiledb` 
wheels](https://github.com/teo-tsirpanis/TileDB-Py/actions/runs/10171044013) 
with the AWS SDK compiled with `-fvisibility=hidden`.
   * `pip install` stock `tiledb` and stock `pyarrow`.
   * Run [the 
script](https://gist.github.com/ihnorton/790b575944a5d09674e86a10700f1dab#file-arrow-42154-a-txt)
 provided by @ihnorton.
   * The script causes a segfault as expected.
   * `pip uninstall tiledb` and install the custom wheel built in the first 
step.
   * Run the script again.
   * The script no longer causes a segfault.


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