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 0284f2e554b [HUDI-7186] Modify the display of the parameter path_regex 
of show_fsview_all on the page and modify show_fsview_latest case (#10256)
0284f2e554b is described below

commit 0284f2e554be935d7fbba8c626016e55030471b7
Author: empcl <[email protected]>
AuthorDate: Thu Dec 7 12:43:18 2023 +0800

    [HUDI-7186] Modify the display of the parameter path_regex of 
show_fsview_all on the page and modify show_fsview_latest case (#10256)
    
    Co-authored-by: chenlei677 <[email protected]>
---
 website/docs/procedures.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/website/docs/procedures.md b/website/docs/procedures.md
index 353cd46315c..80bbb23a5b5 100644
--- a/website/docs/procedures.md
+++ b/website/docs/procedures.md
@@ -1166,7 +1166,7 @@ Show file system views of a table.
 | 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    
                  |
+| path_regex         | String  | N        | "\*\/\*\/\*"  | Pattern of path    
                  |
 
 **Output**
 
@@ -1204,7 +1204,7 @@ Show latest file system view of a table.
 | 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        | ""            | Partition path     
                  |
+| partition_path     | String  | Y        | None          | Partition path     
                  |
 | merge              | Boolean | N        | false         | Merge results      
                  |
 
 **Output**
@@ -1228,7 +1228,7 @@ Show latest file system view of a table.
 **Example**
 
 ```
-call show_fsview_latest(table => 'test_hudi_table');
+call show_fsview_latest(table => 'test_hudi_table', partition => 
'dt=2021-05-03');
 ```
 
 | partition     | file_id                                | base_instant      | 
data_file                                                                | 
data_file_size | num_delta_files | total_delta_file_size | delta_files          
                                                   |

Reply via email to