bogao007 commented on code in PR #48805:
URL: https://github.com/apache/spark/pull/48805#discussion_r1836012275
##########
python/pyspark/sql/tests/pandas/test_pandas_transform_with_state.py:
##########
@@ -109,6 +109,7 @@ def _test_transform_with_state_in_pandas_basic(
input_path = tempfile.mkdtemp()
self._prepare_test_resource1(input_path)
if not single_batch:
+ time.sleep(10)
Review Comment:
Yeah good point, I've updated to 2s, let's see if this works.
--
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]