srowen commented on code in PR #38042:
URL: https://github.com/apache/spark/pull/38042#discussion_r983901486
##########
python/pyspark/pandas/tests/data_type_ops/test_binary_ops.py:
##########
@@ -152,7 +152,7 @@ def test_from_to_pandas(self):
data = [b"1", b"2", b"3"]
pser = pd.Series(data)
psser = ps.Series(data)
- self.assert_eq(pser, psser.to_pandas())
+ self.assert_eq(pser, psser._to_pandas())
Review Comment:
Just for my info, what is the difference in the old and new method, anything
functional?
--
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]