Zouxxyy opened a new pull request, #7907: URL: https://github.com/apache/paimon/pull/7907
### 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. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
