[SPARK-40432][SS][PYTHON] Introduce GroupStateImpl and GroupStateTimeout in PySpark#37889
Closed
HeartSaVioR wants to merge 8 commits intoapache:masterfrom
Closed
[SPARK-40432][SS][PYTHON] Introduce GroupStateImpl and GroupStateTimeout in PySpark#37889HeartSaVioR wants to merge 8 commits intoapache:masterfrom
HeartSaVioR wants to merge 8 commits intoapache:masterfrom
Conversation
HyukjinKwon
reviewed
Sep 15, 2022
sql/catalyst/src/main/java/org/apache/spark/sql/streaming/GroupStateTimeout.java
Outdated
Show resolved
Hide resolved
HyukjinKwon
approved these changes
Sep 15, 2022
…pStateTimeout.java Co-authored-by: Hyukjin Kwon <gurwls223@gmail.com>
Contributor
Author
|
@HyukjinKwon |
HyukjinKwon
reviewed
Sep 15, 2022
HyukjinKwon
reviewed
Sep 15, 2022
HyukjinKwon
approved these changes
Sep 15, 2022
Contributor
Author
|
https://github.com/apache/spark/pull/37889/checks?check_run_id=8369923150 This only fails at Python linter and I'm going to fix it. After fixing the lint I'll run the linter locally, and merge the PR once I confirm the linter does not complain. |
Contributor
Author
|
I'll just fix it and submit it, and see the build result again. There are more checks which are skipped due to python linter failure. |
Contributor
Author
|
https://github.com/HeartSaVioR/spark/runs/8376291859 The build only failed on yarn (org.apache.spark.deploy.yarn.YarnClusterSuite) which is unrelated to this change. I'm going to merge this. |
LuciferYang
pushed a commit
to LuciferYang/spark
that referenced
this pull request
Sep 20, 2022
…out in PySpark ### What changes were proposed in this pull request? This PR introduces GroupStateImpl and GroupStateTimeout in PySpark, and updates Scala codebase to support convenient conversion between PySpark implementation and Scala implementation. Co-authored with HyukjinKwon . This is a breakdown PR of apache#37863. ### Why are the changes needed? This change will be leveraged in SPARK-40434. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? N/A. We will make sure test suites are constructed via E2E manner under SPARK-40431. Closes apache#37889 from HeartSaVioR/SPARK-40432. Lead-authored-by: Jungtaek Lim <kabhwan.opensource@gmail.com> Co-authored-by: Hyukjin Kwon <gurwls223@apache.org> 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?
This PR introduces GroupStateImpl and GroupStateTimeout in PySpark, and updates Scala codebase to support convenient conversion between PySpark implementation and Scala implementation.
Co-authored with @HyukjinKwon .
This is a breakdown PR of #37863.
Why are the changes needed?
This change will be leveraged in SPARK-40434.
Does this PR introduce any user-facing change?
No.
How was this patch tested?
N/A. We will make sure test suites are constructed via E2E manner under SPARK-40431.