zhengruifeng commented on code in PR #54178:
URL: https://github.com/apache/spark/pull/54178#discussion_r2776701688
##########
python/pyspark/sql/internal.py:
##########
@@ -104,7 +104,9 @@ def distributed_id() -> Column:
@staticmethod
def distributed_sequence_id() -> Column:
- return
InternalFunction._invoke_internal_function_over_columns("distributed_sequence_id")
+ return InternalFunction._invoke_internal_function_over_columns(
Review Comment:
this is only used in PS
--
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]