uros-b commented on code in PR #56855:
URL: https://github.com/apache/spark/pull/56855#discussion_r3492641990


##########
python/pyspark/sql/tests/test_functions.py:
##########
@@ -3705,6 +3705,33 @@ def test_window(self):
         )
 
     def test_session_window(self):

Review Comment:
   Nit: dynamic Column gapDuration (gapDuration=F.lit("15 seconds")) is not 
exercised here. session_window documents/type-checks gapDuration: Union[Column, 
str], but only the static-string branch is driven. We can add positive coverage 
here and address the gap.



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