Skip to content

[docs] Add missing Spark procedures#7907

Merged
JingsongLi merged 1 commit into
apache:masterfrom
Zouxxyy:worktree-spark-procedure-docs
May 20, 2026
Merged

[docs] Add missing Spark procedures#7907
JingsongLi merged 1 commit into
apache:masterfrom
Zouxxyy:worktree-spark-procedure-docs

Conversation

@Zouxxyy
Copy link
Copy Markdown
Contributor

@Zouxxyy Zouxxyy commented May 19, 2026

Purpose

The Spark procedures documentation (docs/content/spark/procedures.md) was missing entries for three procedures that are already registered in SparkProcedures.java:

  • compact_database — compact all tables across one or more databases
  • create_global_index — build global index files for a column
  • drop_global_index — drop global index files for a column

This PR adds documentation entries for them, with parameters taken from each procedure's PARAMETERS array and examples derived from existing unit tests.

Tests

Documentation only — no code changes, no tests required.

Add documentation entries for compact_database, create_global_index, and
drop_global_index, which are registered in SparkProcedures.java but were
not documented.
@XiaoHongbo-Hope
Copy link
Copy Markdown
Contributor

+1

@JingsongLi JingsongLi merged commit cae0d77 into apache:master May 20, 2026
2 checks passed
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