Github user srowen commented on a diff in the pull request:

    https://github.com/apache/spark/pull/18710#discussion_r130921196
  
    --- Diff: python/pyspark/sql/functions.py ---
    @@ -1424,7 +1424,9 @@ def substring(str, pos, len):
         """
         Substring starts at `pos` and is of length `len` when str is String 
type or
         returns the slice of byte array that starts at `pos` in byte and is of 
length `len`
    -    when str is Binary type
    +    when str is Binary type.
    +    
    --- End diff --
    
    Ah, PEP8 doens't like the trailing whitespace:
    `./python/pyspark/sql/functions.py:1428:1: W293 blank line contains 
whitespace`


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to