This is an automated email from the ASF dual-hosted git repository.
danny0405 pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/hudi.git
The following commit(s) were added to refs/heads/asf-site by this push:
new a04c0ff2ead [Docs] Add args for ShowProcedures (#10076)
a04c0ff2ead is described below
commit a04c0ff2ead6b09dfa43aa675185e68542fc7873
Author: xuzifu666 <[email protected]>
AuthorDate: Tue Nov 14 10:27:52 2023 +0800
[Docs] Add args for ShowProcedures (#10076)
---
website/docs/procedures.md | 3 +++
1 file changed, 3 insertions(+)
diff --git a/website/docs/procedures.md b/website/docs/procedures.md
index 48da3e39968..353cd46315c 100644
--- a/website/docs/procedures.md
+++ b/website/docs/procedures.md
@@ -849,6 +849,7 @@ Show files of a hudi table.
|----------------|--------|----------|---------------|-----------------|
| table | String | Y | None | Hudi table name |
| partition | String | N | "" | Partition name |
+| limit | Int | N | 100 | Limit number |
**Output**
@@ -971,6 +972,7 @@ Show detail of a path.
| path | String | Y | None | Hudi table name
|
| is_sub | Boolean | N | false | Whether to list files
|
| sort | Boolean | N | true | Sorted by storage_size
|
+| limit | Int | N | 100 | Limit number
|
**Output**
@@ -1132,6 +1134,7 @@ Show invalid parquet files of a table.
| Parameter Name | Type | Required | Default Value | Description
|
|----------------|---------|----------|---------------|--------------------------------------|
| Path | String | Y | None | Hudi table name
|
+| limit | Int | N | 100 | Limit number
|
**Output**