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

   ### What changes were proposed in this pull request?
   
   Separate pandas-to-Arrow batch handling into `from_pandas()` and route each 
Series through `convert()` to the extracted `convert_legacy()` implementation. 
Rename `is_legacy` to `use_legacy_error_handling` and update callers.
   
   ### Why are the changes needed?
   
   Separate batch handling from column conversion to prepare for additional 
pandas conversion strategies.
   
   ### Does this PR introduce _any_ user-facing change?
   
   No; this is an internal refactor.
   
   ### How was this patch tested?
   
   Existing conversion tests with pandas 2.3/PyArrow 24 and pandas 3/PyArrow 
25, plus baseline-parity and error-handling probes.
   
   ### Was this patch authored or co-authored using generative AI tooling?
   
   Generated-by: Codex (GPT-6)
   


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