anishshri-db commented on PR #48927:
URL: https://github.com/apache/spark/pull/48927#issuecomment-2495749814
@HeartSaVioR - verified on master and I see the same assert locally as well.
So don't think its related to this change
```
File "/Users/anish.shrigondekar/spark/spark/python/pyspark/sql/utils.py",
line 154, in call
self.func(DataFrame(jdf, wrapped_session_jdf), batch_id)
File
"/Users/anish.shrigondekar/spark/spark/python/pyspark/sql/tests/pandas/test_pandas_transform_with_state.py",
line 549, in check_results
assert set(batch_df.sort("id").collect()) == {Row(id="a",
timestamp="20")}
AssertionError
SQLSTATE: 39000
```
@jingz-db @bogao007 - is this a known issue ? do we have a PR to fix this
already ?
--
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]