zhengruifeng commented on PR #39300:
URL: https://github.com/apache/spark/pull/39300#issuecomment-1367703895
this pr is to fix
```
File "/.../spark/python/pyspark/sql/connect/column.py", line 364, in
pyspark.sql.connect.column.Column.isin
Failed example:
df[df.name.isin("Bob", "Mike")].collect()
Exception raised:
Traceback (most recent call last):
File "/.../miniconda3/envs/python3.9/lib/python3.9/doctest.py", line
1336, in __run
exec(compile(example.source, filename, "single",
File "<doctest pyspark.sql.connect.column.Column.isin[1]>", line 1, in
<module>
df[df.name.isin("Bob", "Mike")].collect()
File
"/.../workspace/forked/spark/python/pyspark/sql/connect/dataframe.py", line
888, in __getitem__
return col(name)
File
"/.../workspace/forked/spark/python/pyspark/sql/connect/functions.py", line
161, in col
return Column(ColumnReference(col))
File "/.../spark/python/pyspark/sql/connect/expressions.py", line 322,
in __init__
assert isinstance(name, str)
AssertionError
```
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]