Skip to content

[hotfix][docs] Add missing CSV and JSON entries to DataStream formats overview#28174

Merged
davidradl merged 1 commit into
apache:masterfrom
Dennis-Mircea:hotfix/add-csv-and-json-entries-from-formats-overview
May 21, 2026
Merged

[hotfix][docs] Add missing CSV and JSON entries to DataStream formats overview#28174
davidradl merged 1 commit into
apache:masterfrom
Dennis-Mircea:hotfix/add-csv-and-json-entries-from-formats-overview

Conversation

@Dennis-Mircea
Copy link
Copy Markdown
Contributor

What is the purpose of the change

The "Available Formats" list on the DataStream Formats overview page is missing two entries that already exist as documented formats in the same directory: csv.md and json.md. As a result, users browsing the overview cannot discover the CSV and JSON format docs from there. This pull request adds those two entries to the list, in both the English and Chinese versions of the page.

Brief change log

  • docs/content/docs/connectors/datastream/formats/overview.md: add CSV and JSON entries to the "Available Formats" list, kept in alphabetical order with the existing entries.
  • docs/content.zh/docs/connectors/datastream/formats/overview.md: same change applied to the Chinese mirror to keep it in sync.

The linked targets (docs/connectors/datastream/formats/csv and .../json) already exist; no new pages are added.

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

Was generative AI tooling used to co-author this PR?
  • Yes (please specify the tool below)

@flinkbot
Copy link
Copy Markdown
Collaborator

flinkbot commented May 16, 2026

CI report:

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

Copy link
Copy Markdown
Contributor

@spuru9 spuru9 left a comment

Choose a reason for hiding this comment

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

LGTM. Thanks.

@github-actions github-actions Bot added the community-reviewed PR has been reviewed by the community. label May 17, 2026
Copy link
Copy Markdown
Contributor

@raminqaf raminqaf left a comment

Choose a reason for hiding this comment

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

Thanks for adding these!

@github-actions github-actions Bot added community-reviewed-LGTM Applied if there are 2 non-committer approves on a PR. (The submitter cannot approve their own PR.) and removed community-reviewed PR has been reviewed by the community. community-reviewed-LGTM Applied if there are 2 non-committer approves on a PR. (The submitter cannot approve their own PR.) labels May 20, 2026
@davidradl davidradl merged commit 0515b15 into apache:master May 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

community-reviewed-LGTM Applied if there are 2 non-committer approves on a PR. (The submitter cannot approve their own PR.)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants