HyukjinKwon commented on code in PR #50708: URL: https://github.com/apache/spark/pull/50708#discussion_r2059904698
########## python/pyspark/sql/connect/dataframe.py: ########## @@ -2190,20 +2190,18 @@ def localCheckpoint( assert isinstance(checkpointed._plan, plan.CachedRemoteRelation) return checkpointed - if not is_remote_only(): Review Comment: This is actually intended, e.g., for autocompletetion ########## python/pyspark/sql/connect/dataframe.py: ########## @@ -2190,20 +2190,18 @@ def localCheckpoint( assert isinstance(checkpointed._plan, plan.CachedRemoteRelation) return checkpointed - if not is_remote_only(): Review Comment: There are other cases in session.py as well. -- 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-unsubscr...@spark.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org