Yikun commented on code in PR #36712:
URL: https://github.com/apache/spark/pull/36712#discussion_r884381079
##########
python/pyspark/pandas/frame.py:
##########
@@ -551,11 +551,11 @@ def ndim(self) -> int:
>>> df = ps.DataFrame([[1, 2], [4, 5], [7, 8]],
... index=['cobra', 'viper', None],
... columns=['max_speed', 'shield'])
- >>> df
+ >>> df # doctest: +SKIP
Review Comment:
The fix will be failed with panda 1.3.x (it's [current version of ci
infra](https://github.com/dongjoon-hyun/ApacheSparkGitHubActionImage/blob/ac09d7a4431b209caa86090c54bfccd4d744d0ce/Dockerfile#L32)),
as I mentioned in [previous
comment](https://github.com/apache/spark/pull/36712#issuecomment-1140234328) ,
we will cleanup `# doctest: +SKIP` after we upgrade pandas to 1.4.
--
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]