itholic commented on code in PR #40658:
URL: https://github.com/apache/spark/pull/40658#discussion_r1196297691
##########
python/pyspark/pandas/frame.py:
##########
@@ -8844,91 +8836,6 @@ def combine_first(self, other: "DataFrame") ->
"DataFrame":
)
return DataFrame(internal)
- def append(
Review Comment:
Okay, let me just revert the all the pandas-on-Spark related changes and
will address it separately.
##########
python/pyspark/pandas/frame.py:
##########
@@ -8844,91 +8836,6 @@ def combine_first(self, other: "DataFrame") ->
"DataFrame":
)
return DataFrame(internal)
- def append(
Review Comment:
Okay, let me just revert all the pandas-on-Spark related changes and will
address it separately.
--
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]