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

    https://github.com/apache/spark/pull/22214#discussion_r212788823
  
    --- Diff: python/setup.py ---
    @@ -28,6 +28,7 @@
               file=sys.stderr)
         sys.exit(-1)
     
    +__version__ = "Unknown"  # Prevent linters from raising 'undefined name'
    --- End diff --
    
    Shall we simply noqa for `VERSION = __version__`? looks weird we have a 
version defined as Unknown to fix lint errors.


---

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

Reply via email to