pengzhon-db commented on PR #40736: URL: https://github.com/apache/spark/pull/40736#issuecomment-1505700378
> Also I think we need to add unit test for this by reusing tests here #37894 > > You can follow [my PR](https://github.com/apache/spark/pull/40691/files#r1162341092) to > > 1. create a new mixin class that contains all test cases from the original one but don't extend `ReusedSQLTestCase`, and > 2. create a new class below with the original name and extend this mixin class and `ReusedSQLTestCase` > 3. create a parity test class that extends this mixin class and `ReusedConnectTestCase` @WweiL I added a test file test_parity_pandas_grouped_map_with_state.py. However, I had to skip all tests due to spark.streams not supported in connect for now -- 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]
