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: reviews-unsubscr...@spark.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to