tgravescs commented on issue #25814: [SPARK-19926][PYSPARK] make captured 
exception from JVM side user friendly
URL: https://github.com/apache/spark/pull/25814#issuecomment-533147556
 
 
   I'm seeing an error after this went in with unicode:
   
   starting flake8 test...
   flake8 checks failed:
   ./python/pyspark/sql/utils.py:31:60: F821 undefined name 'unicode'
           if sys.version_info.major < 3 and isinstance(desc, unicode):
                                                              ^
   1     F821 undefined name 'unicode'
   
   Where is unicode supposed to come from?
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

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

Reply via email to