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 73d78d413c9 [DOCS] Update show_fsview_latest param (#11432)
73d78d413c9 is described below
commit 73d78d413c9206d52ffa257d7eeba414c7d20569
Author: Zouxxyy <[email protected]>
AuthorDate: Wed Jun 12 09:07:51 2024 +0800
[DOCS] Update show_fsview_latest param (#11432)
---
website/docs/procedures.md | 37 +++++++++++++++++++------------------
1 file changed, 19 insertions(+), 18 deletions(-)
diff --git a/website/docs/procedures.md b/website/docs/procedures.md
index fda7c08748a..11d8b39245b 100644
--- a/website/docs/procedures.md
+++ b/website/docs/procedures.md
@@ -1158,15 +1158,15 @@ Show file system views of a table.
**Input**
-| Parameter Name | Type | Required | Default Value | Description
|
-|--------------------|---------|----------|---------------|--------------------------------------|
-| table | String | Y | None | Hudi table name
|
-| max_instant | String | N | "" | Max instant time
|
-| include_max | Boolean | N | false | Include max
instant |
-| include_in_flight | Boolean | N | false | Include in flight
|
-| exclude_compaction | Boolean | N | false | Exclude compaction
|
-| limit | Int | N | 10 | Max number of
records to be returned |
-| path_regex | String | N | "\*\/\*\/\*" | Pattern of path
|
+| Parameter Name | Type | Required | Default Value | Description
|
+|--------------------|---------|----------|------------------|--------------------------------------|
+| table | String | Y | None | Hudi table name
|
+| max_instant | String | N | "" | Max instant
time |
+| include_max | Boolean | N | false | Include max
instant |
+| include_in_flight | Boolean | N | false | Include in
flight |
+| exclude_compaction | Boolean | N | false | Exclude
compaction |
+| limit | Int | N | 10 | Max number of
records to be returned |
+| path_regex | String | N | "ALL_PARTITIONS" | Pattern of path
|
**Output**
@@ -1197,15 +1197,16 @@ Show latest file system view of a table.
**Input**
-| Parameter Name | Type | Required | Default Value | Description
|
-|--------------------|---------|----------|---------------|--------------------------------------|
-| table | String | Y | None | Hudi table name
|
-| max_instant | String | N | "" | Max instant time
|
-| include_max | Boolean | N | false | Include max
instant |
-| include_in_flight | Boolean | N | false | Include in flight
|
-| exclude_compaction | Boolean | N | false | Exclude compaction
|
-| partition_path | String | Y | None | Partition path
|
-| merge | Boolean | N | false | Merge results
|
+| Parameter Name | Type | Required | Default Value | Description
|
+|--------------------|---------|----------|------------------|--------------------------------------|
+| table | String | Y | None | Hudi table name
|
+| max_instant | String | N | "" | Max instant
time |
+| include_max | Boolean | N | false | Include max
instant |
+| include_in_flight | Boolean | N | false | Include in
flight |
+| exclude_compaction | Boolean | N | false | Exclude
compaction |
+| path_regex | String | N | "ALL_PARTITIONS" | Pattern of path
|
+| partition_path | String | N | "ALL_PARTITIONS" | Partition path
|
+| merge | Boolean | N | false | Merge results
|
**Output**