zero323 commented on pull request #35083:
URL: https://github.com/apache/spark/pull/35083#issuecomment-1008213524
> Also, is it possible to see the specific formatting issues caught by the
black formatter in the CI?
Not at the moment.
> It seems to contain some different black configuration than when I run it
dev/format-python locally
This seems to be your current offender
```patch
diff --git a/python/pyspark/pandas/frame.py b/python/pyspark/pandas/frame.py
index 949e3e601b..da91da59bc 100644
--- a/python/pyspark/pandas/frame.py
+++ b/python/pyspark/pandas/frame.py
@@ -359,7 +359,8 @@ RIGHT_MERGE_PREFIX =
MERGE_PREFIX_TEMPLATE.format("right")
def _resolve_internal_merge_frame(
- internal: InternalFrame, side: Optional[str] = None,
+ internal: InternalFrame,
+ side: Optional[str] = None,
) -> InternalFrame:
internal = internal.resolved_copy
if side is None:
```
In general you might want to resync this with master.
--
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]