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

    https://github.com/apache/spark/pull/20378#discussion_r164672962
  
    --- Diff: dev/run-tests.py ---
    @@ -576,7 +576,10 @@ def main():
                                     for f in changed_files):
             # run_java_style_checks()
             pass
    -    if not changed_files or any(f.endswith(".py") for f in changed_files):
    +    if not changed_files or any(f.endswith("lint-python")
    +                                or f.endswith("tox.ini")
    +                                or f.endswith(".py")
    +                                for f in changed_files):
    --- End diff --
    
    Can you resolve the conflict? Looks like this change is already merged from 
#20338.


---

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

Reply via email to