Spenserrrr commented on PR #58751: URL: https://github.com/apache/spark/pull/58751#issuecomment-5670779494
Thanks, @gaogaotiantian! from_pandas() handles batches, and I’ve renamed the internal helpers to _convert_column() and _convert_column_legacy() to make their scope explicit. The dispatcher currently calls the legacy implementation, and the planned NumPy and PyArrow strategies will be added later once this PR is merged. I’ll revise the read leg to follow the same naming convention in a new PR. -- 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]
