xshirax commented on issue #38280: URL: https://github.com/apache/arrow/issues/38280#issuecomment-1766664992
Hi @h-vetinari I wrote a minimal code example to demonstrate the bug, you can see it and run here: https://github.com/xshirax/arrowflight_demo Currently in the dockerfile I installed pyarrow 13.0.0 with grpclib 1.58 which is the one that installed by default. if you will change in both client and server dockerfiles to - RUN micromamba install pyarrow=13.0.0 **libgrpc=1.57** -c conda-forge It will work! This has nothing to do with aws... Thanks -- 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]
