panbingkun commented on code in PR #44719:
URL: https://github.com/apache/spark/pull/44719#discussion_r1451853507


##########
dev/infra/Dockerfile:
##########
@@ -92,7 +104,7 @@ RUN mkdir -p /usr/local/pypy/pypy3.8 && \
     ln -sf /usr/local/pypy/pypy3.8/bin/pypy /usr/local/bin/pypy3.8 && \
     ln -sf /usr/local/pypy/pypy3.8/bin/pypy /usr/local/bin/pypy3
 RUN curl -sS https://bootstrap.pypa.io/get-pip.py | pypy3
-RUN pypy3 -m pip install numpy 'six==1.16.0' 'pandas<=2.1.4' scipy coverage 
matplotlib lxml
+RUN pypy3 -m pip install numpy pyarrow 'six==1.16.0' 'pandas==2.1.4' scipy 
coverage matplotlib lxml

Review Comment:
   Okay, `pyarrow` can be installed successfully. Currently, testing has found 
that `only one UT` cannot pass. Let me try:
   1. Install pyarrow
   2. Ignoring this UT
   Let me test it.
   
   
   
   Let me test 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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to