dongjoon-hyun commented on code in PR #52828:
URL: https://github.com/apache/spark/pull/52828#discussion_r2484896219
##########
dev/spark-test-image/python-minimum/Dockerfile:
##########
@@ -61,7 +61,7 @@ RUN apt-get update && apt-get install -y \
wget \
zlib1g-dev
-ARG BASIC_PIP_PKGS="numpy==1.22.4 pyarrow==15.0.0 pandas==2.2.0 six==1.16.0
scipy scikit-learn coverage unittest-xml-reporting"
+ARG BASIC_PIP_PKGS="numpy==1.22.4 pyarrow==15.0.0 pandas==2.3.3 six==1.16.0
scipy scikit-learn coverage unittest-xml-reporting"
Review Comment:
Please revert this because the minimum Pandas version is still 2.2.0.
https://github.com/apache/spark/blob/e837ff9707ef5d08cde53c338dfaf7d81a5c55aa/python/packaging/classic/setup.py#L153
##########
dev/requirements.txt:
##########
@@ -5,7 +5,7 @@ py4j>=0.10.9.9
numpy>=1.22
pyarrow>=15.0.0
six==1.16.0
-pandas>=2.2.0
+pandas>=2.3.3
Review Comment:
Please revert this because the minimum Pandas version is still 2.2.0.
https://github.com/apache/spark/blob/e837ff9707ef5d08cde53c338dfaf7d81a5c55aa/python/packaging/classic/setup.py#L153
--
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]