We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
apache/spark@2e1467f748
Similar to the refactor done PythonArrowOutput in SPARK-29317, this PR factors the Arrow input code path out as PythonArrowInput
PythonArrowOutput
PythonArrowInput
Code-refactor
No
Currently, We define a trait GpuPythonArrowOutput which is used in declaring class GpuArrowPythonRunner
We will need to change GpuArrowPythonRunner to be aware of the two traits
GpuArrowPythonRunner
class GpuArrowPythonRunner( ) with GpuPythonArrowInput GpuPythonArrowOutput { }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Spark-context
apache/spark@2e1467f748
What changes were proposed in SPARK pull request?
Similar to the refactor done
PythonArrowOutput
in SPARK-29317, this PR factors the Arrow input code path out asPythonArrowInput
Why are the changes needed in Spark?
Code-refactor
Does this PR introduce any user-facing change?
No
Why it might affect RAPIDS?
Currently, We define a trait GpuPythonArrowOutput which is used
in declaring class GpuArrowPythonRunner
We will need to change
GpuArrowPythonRunner
to be aware of the two traitsImpact on Testing?
No
Requires Doc update?
No
The text was updated successfully, but these errors were encountered: