HyukjinKwon commented on code in PR #41376:
URL: https://github.com/apache/spark/pull/41376#discussion_r1209799972


##########
python/pyspark/pandas/data_type_ops/null_ops.py:
##########
@@ -46,31 +46,31 @@ def pretty_name(self) -> str:
     def lt(self, left: IndexOpsLike, right: Any) -> SeriesOrIndex:
         _sanitize_list_like(right)
         result = pyspark_column_op("__lt__")(left, right)
-        if is_remote:
+        if is_remote():
             # In Spark Connect, it returns None instead of False, so we 
manually cast it.

Review Comment:
   can you update this comment too? with the jira you filed.



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

Reply via email to