This is an automated email from the ASF dual-hosted git repository.
yihua 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 315d51e72b [DOCS] Update procedures.md (#5895)
315d51e72b is described below
commit 315d51e72b059d2b66640eca11d2ea2344dacc22
Author: bruce <[email protected]>
AuthorDate: Fri Jun 24 06:04:11 2022 +0800
[DOCS] Update procedures.md (#5895)
Fix create_savepoints example description
---
website/versioned_docs/version-0.11.0/procedures.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/website/versioned_docs/version-0.11.0/procedures.md
b/website/versioned_docs/version-0.11.0/procedures.md
index eb88fa2ccc..a0acecbaa1 100644
--- a/website/versioned_docs/version-0.11.0/procedures.md
+++ b/website/versioned_docs/version-0.11.0/procedures.md
@@ -158,7 +158,7 @@ Create a savepoint to hudi's table.
**Example**
-Roll back test_hudi_table to one instant
+Create a savepoint to test_hudi_table
```
call create_savepoints(table => 'test_hudi_table', instant_time =>
'20220109225319449');
```
@@ -449,4 +449,4 @@ call show_compaction(table => 'test_hudi_table', limit => 1)
```
| timestamp | action | size |
|-------------------|------------|---------|
-| 20220408153707928 | compaction | 10 |
\ No newline at end of file
+| 20220408153707928 | compaction | 10 |