bjornjorgensen commented on code in PR #45236:
URL: https://github.com/apache/spark/pull/45236#discussion_r1509958269


##########
python/pyspark/pandas/supported_api_gen.py:
##########
@@ -38,7 +38,7 @@
 MAX_MISSING_PARAMS_SIZE = 5
 COMMON_PARAMETER_SET = {"kwargs", "args", "cls"}
 MODULE_GROUP_MATCH = [(pd, ps), (pdw, psw), (pdg, psg)]
-PANDAS_LATEST_VERSION = "2.2.0"
+PANDAS_LATEST_VERSION = "2.2.1"

Review Comment:
   hmm. there was some discussion on this in 
   
https://github.com/apache/spark/pull/44881/files/9ae857a1b9c47dc12153cbf868e79ca2d0299a1d#diff-95a965e9b4d0ca83ab61f7af36659422910868431d05d68dc21dc8284e1c4b13
   but why do you get 2.1.4? are there something else that downgrade it from 
2.2.1? 



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