You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2022/12/29 08:08:18 UTC

[GitHub] [spark] zhengruifeng commented on a diff in pull request #39283: [SPARK-41767][CONNECT][PYTHON] Implement `Column.{withField, dropFields}`

zhengruifeng commented on code in PR #39283:
URL: https://github.com/apache/spark/pull/39283#discussion_r1058799076


##########
python/pyspark/sql/tests/connect/test_connect_column.py:
##########
@@ -653,19 +676,118 @@ def test_column_accessor(self):
             sdf.select(sdf.c[0:1], sdf["c"][2:10]).toPandas(),
         )
 
-    def test_unsupported_functions(self):

Review Comment:
   `__iter__` is not supported, I just move it to another place.
   
   PySpark did not support `__iter__` either



-- 
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: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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