[SPARK-51237][SS] Add API details for new transformWithState helper APIs as needed#49978
Closed
anishshri-db wants to merge 6 commits intoapache:masterfrom
Closed
[SPARK-51237][SS] Add API details for new transformWithState helper APIs as needed#49978anishshri-db wants to merge 6 commits intoapache:masterfrom
anishshri-db wants to merge 6 commits intoapache:masterfrom
Conversation
Contributor
Author
|
@HeartSaVioR - PTAL, thx ! |
HeartSaVioR
reviewed
Feb 17, 2025
Contributor
HeartSaVioR
left a comment
There was a problem hiding this comment.
First pass. Looks great in overall.
sql/api/src/main/scala/org/apache/spark/sql/streaming/ListState.scala
Outdated
Show resolved
Hide resolved
sql/api/src/main/scala/org/apache/spark/sql/streaming/MapState.scala
Outdated
Show resolved
Hide resolved
sql/api/src/main/scala/org/apache/spark/sql/streaming/ValueState.scala
Outdated
Show resolved
Hide resolved
Contributor
|
https://github.com/anishshri-db/spark/actions/runs/13364971025/job/37322247149 |
Contributor
|
Thanks! Merging to master/4.0. |
HeartSaVioR
pushed a commit
that referenced
this pull request
Feb 17, 2025
…PIs as needed ### What changes were proposed in this pull request? Add API details for new transformWithState helper APIs as needed ### Why are the changes needed? Improve API docs for user reference ### Does this PR introduce _any_ user-facing change? Yes ### How was this patch tested? Comments only change. Existing unit tests ### Was this patch authored or co-authored using generative AI tooling? No Closes #49978 from anishshri-db/task/SPARK-51237. Authored-by: Anish Shrigondekar <anish.shrigondekar@databricks.com> Signed-off-by: Jungtaek Lim <kabhwan.opensource@gmail.com> (cherry picked from commit 17b9431) Signed-off-by: Jungtaek Lim <kabhwan.opensource@gmail.com>
zifeif2
pushed a commit
to zifeif2/spark
that referenced
this pull request
Nov 14, 2025
…PIs as needed ### What changes were proposed in this pull request? Add API details for new transformWithState helper APIs as needed ### Why are the changes needed? Improve API docs for user reference ### Does this PR introduce _any_ user-facing change? Yes ### How was this patch tested? Comments only change. Existing unit tests ### Was this patch authored or co-authored using generative AI tooling? No Closes apache#49978 from anishshri-db/task/SPARK-51237. Authored-by: Anish Shrigondekar <anish.shrigondekar@databricks.com> Signed-off-by: Jungtaek Lim <kabhwan.opensource@gmail.com> (cherry picked from commit 3a704f3) Signed-off-by: Jungtaek Lim <kabhwan.opensource@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changes were proposed in this pull request?
Add API details for new transformWithState helper APIs as needed
Why are the changes needed?
Improve API docs for user reference
Does this PR introduce any user-facing change?
Yes
How was this patch tested?
Comments only change. Existing unit tests
Was this patch authored or co-authored using generative AI tooling?
No