Skip to content

[hotfix][javadocs] Fix typos in subpartition, ZooKeeper utils and sink ExecNode comments#28358

Open
sherry255 wants to merge 1 commit into
apache:masterfrom
sherry255:hotfix-javadoc-typos
Open

[hotfix][javadocs] Fix typos in subpartition, ZooKeeper utils and sink ExecNode comments#28358
sherry255 wants to merge 1 commit into
apache:masterfrom
sherry255:hotfix-javadoc-typos

Conversation

@sherry255

Copy link
Copy Markdown

What is the purpose of the change

Fixes three typos in code comments / JavaDoc. No functional change:

  • PipelinedApproximateSubpartition: "read teh subpartition" -> "the"
  • ZooKeeperUtils#splitZooKeeperPath: "@return splited path" -> "split"
  • StreamExecSink version comment: "run succesfully" -> "successfully"

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

@flinkbot

flinkbot commented Jun 8, 2026

Copy link
Copy Markdown
Collaborator

CI report:

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

@sherry255 sherry255 force-pushed the hotfix-javadoc-typos branch from c7f4ff4 to 8d31648 Compare June 8, 2026 11:56
// We introduced a new version, because statements that were never rolling back to a value from
// state could run succesfully. We allow those jobs to be upgraded. Without a new versions such jobs
// state could run successfully. We allow those jobs to be upgraded. Without a new versions such
// jobs

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

nit: extra line-break, should be contiguous?

@github-actions github-actions Bot added the community-reviewed PR has been reviewed by the community. label Jun 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

community-reviewed PR has been reviewed by the community.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants