-
Notifications
You must be signed in to change notification settings - Fork 6
[SPARK-52742] Support createDataflowGraph
#208
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
cc @viirya and @peter-toth |
Could you review this PR, @HyukjinKwon ? I'm catching up the new features of |
cc @sryza |
Thank you, @HyukjinKwon . Merged to main. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
Thank you, @viirya . |
@dongjoon-hyun – not directly related to this PR, but wanted to say:
|
No problem at all, @sryza . I fully understand This aims to be technologically ready for the final delivery. :) |
Just FYI, the basic framework was already merged with the first implementation like the following.
This |
What changes were proposed in this pull request?
This PR aims to support
createDataflowGraph
API in order to supportDeclarative Pipelines
(SPARK-51727) of Apache Spark4.1.0-preview1
.Why are the changes needed?
To support the new feature incrementally.
Does this PR introduce any user-facing change?
No, this is a new feature.
How was this patch tested?
Manually run
Apache Spark 4.1.0-preview1
RC1 .Run the newly added unit test.
Was this patch authored or co-authored using generative AI tooling?
No.