Github user ueshin commented on the issue:

    https://github.com/apache/spark/pull/17267
  
    Correct me if I'm wrong, but I got the following message after this patch 
in Python 3.6:
    
    ```python
    Traceback (most recent call last):
      File "<stdin>", line 1, in <module>
      File 
"/Users/ueshin/workspace/pyspark/spark/python/pyspark/sql/dataframe.py", line 
1049, in select
        jdf = self._jdf.select(self._jcols(*cols))
      File 
"/Users/ueshin/workspace/pyspark/spark/python/lib/py4j-0.10.4-src.zip/py4j/java_gateway.py",
 line 1133, in __call__
      File "/Users/ueshin/workspace/pyspark/spark/python/pyspark/sql/utils.py", 
line 77, in deco
        raise AnalysisException(s.split(': ', 1)[1], stackTrace)
    pyspark.sql.utils.AnalysisException: b"cannot resolve '`\xec\x95\x84`' 
given input columns: [id];;\n'Project ['\xec\x95\x84]\n+- Range (0, 1, step=1, 
splits=Some(8))\n"
    ```
    
    I guess this message is not desirable?



---
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