Skip to content

[Bug] Fix Spark application list pagination restoration - #4514

Open
gordan-zhang wants to merge 2 commits into
apache:devfrom
gordan-zhang:Fix-4513
Open

[Bug] Fix Spark application list pagination restoration#4514
gordan-zhang wants to merge 2 commits into
apache:devfrom
gordan-zhang:Fix-4513

Conversation

@gordan-zhang

@gordan-zhang gordan-zhang commented Sep 9, 2026

Copy link
Copy Markdown

What changes were proposed in this pull request

Issue Number: close #4513

Align the session storage key read by the Spark application list with the Spark-specific key written by the edit action. This restores the previous page after returning from edit without sharing pagination state with the Flink application module.

Brief change log

  • Read and remove sparkAppPageNo when the Spark application list mounts.
  • Keep Spark and Flink pagination state isolated.

Verifying this change

  • Ran ESLint on both modified Spark application files with zero warnings.
  • Ran git diff --check successfully.
  • Verified the edit action, list restoration, and cleanup all use sparkAppPageNo.

Does this pull request potentially affect one of the following parts

  • Dependencies (does it add or upgrade a dependency): no

gordan-zhang and others added 2 commits September 9, 2026 19:07
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
@sonarqubecloud

sonarqubecloud Bot commented Sep 9, 2026

Copy link
Copy Markdown

@github-actions github-actions Bot added the WEB UI label Sep 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug] Spark application list loses pagination after editing

1 participant