zhengruifeng opened a new pull request, #56037:
URL: https://github.com/apache/spark/pull/56037

   ### What changes were proposed in this pull request?
   
   Rename the class in `python/pyspark/sql/tests/connect/test_parity_tvf.py` 
from `TVFParityTestsMixin` to `TVFParityTests`.
   
   ### Why are the changes needed?
   
   The class name ends in `Mixin`, so it is not collected by the test runner. 
As a result, the Connect parity tests for TVF (registered as 
`pyspark.sql.tests.connect.test_parity_tvf` in 
`dev/sparktestsupport/modules.py`) are effectively disabled even though the 
module is wired up. Renaming to `TVFParityTests` matches the convention used by 
other Connect parity files such as `TypesParityTests` and `ConfParityTests`, 
and makes the tests actually run.
   
   ### Does this PR introduce _any_ user-facing change?
   
   No. Test-only change.
   
   ### How was this patch tested?
   
   Existing tests. After the rename, `TVFParityTests` is collected and inherits 
all test cases from `TVFTestsMixin`.
   
   ### Was this patch authored or co-authored using generative AI tooling?
   
   Generated-by: Claude Code claude-opus-4-7


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