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

   ### What changes were proposed in this pull request?
   
   Remove four skipped fallback test overrides from the Python Spark Connect 
Arrow parity suite.
   
   ### Why are the changes needed?
   
   The corresponding tests do not exist in the classic `ArrowTestsMixin`. 
Connect parity suites should not introduce test methods without classic 
counterparts, and the skipped methods would call nonexistent parent methods if 
enabled.
   
   ### Does this PR introduce _any_ user-facing change?
   
   No.
   
   ### How was this patch tested?
   
   - `conda run -n spark-dev-313 python -m py_compile 
python/pyspark/sql/tests/connect/arrow/test_parity_arrow.py`
   - `git diff --check`
   
   No runtime tests were needed because the removed test methods were 
unconditionally skipped.
   
   ### Was this patch authored or co-authored using generative AI tooling?
   
   Generated-by: OpenAI Codex (GPT-5)


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