Skip to content

[FLINK-39290][runtime] Fix doc generation caused by application exception#27811

Merged
zhuzhurk merged 1 commit intoapache:masterfrom
eemario:fix-doc-gen
Mar 24, 2026
Merged

[FLINK-39290][runtime] Fix doc generation caused by application exception#27811
zhuzhurk merged 1 commit intoapache:masterfrom
eemario:fix-doc-gen

Conversation

@eemario
Copy link
Contributor

@eemario eemario commented Mar 23, 2026

What is the purpose of the change

This pull request renames ApplicationExceptionsInfoWithHistory.ExceptionInfo to ApplicationExceptionsInfoWithHistory.ApplicationExceptionInfo to avoid name conflict with JobExceptionsInfoWithHistory.ExceptionInfo during doc generation.

Brief change log

  • Rename ApplicationExceptionsInfoWithHistory.ExceptionInfo to ApplicationExceptionsInfoWithHistory.ApplicationExceptionInfo
  • Update related files

Verifying this change

This change is a trivial rework / code cleanup without any test coverage.

Does this pull request potentially affect one of the following parts:

  • Dependencies (does it add or upgrade a dependency): (no)
  • The public API, i.e., is any changed class annotated with @Public(Evolving): (no)
  • The serializers: (no)
  • The runtime per-record code paths (performance sensitive): (no)
  • Anything that affects deployment or recovery: JobManager (and its components), Checkpointing, Kubernetes/Yarn, ZooKeeper: (no)
  • The S3 file system connector: (no)

Documentation

  • Does this pull request introduce a new feature? (no)
  • If yes, how is the feature documented? (not applicable)

@eemario eemario marked this pull request as ready for review March 23, 2026 10:16
@eemario eemario changed the title [FLINK-39290][runtime] Fix doc generation caused by application excep… [FLINK-39290][runtime] Fix doc generation caused by application exception Mar 23, 2026
@flinkbot
Copy link
Collaborator

flinkbot commented Mar 23, 2026

CI report:

Bot commands The @flinkbot bot supports the following commands:
  • @flinkbot run azure re-run the last Azure build

Copy link
Contributor

@zhuzhurk zhuzhurk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@zhuzhurk zhuzhurk merged commit 2e4f9f5 into apache:master Mar 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants