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 e2f786d1dbc [DOCS] Replace 'Breaking Change' with 'Important' (#9396)
e2f786d1dbc is described below
commit e2f786d1dbc562dff1cc16daeed86ee66996af94
Author: Amrish Lal <[email protected]>
AuthorDate: Tue Aug 8 10:13:11 2023 -0700
[DOCS] Replace 'Breaking Change' with 'Important' (#9396)
---
website/docs/hoodie_deltastreamer.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/website/docs/hoodie_deltastreamer.md
b/website/docs/hoodie_deltastreamer.md
index 9342b5c53bb..3ed3b4aef5e 100644
--- a/website/docs/hoodie_deltastreamer.md
+++ b/website/docs/hoodie_deltastreamer.md
@@ -4,7 +4,7 @@ keywords: [hudi, streamer, hoodiestreamer]
---
## Hudi Streamer
-:::danger Breaking Change
+:::danger Important
The following classes were renamed and relocated to
`org.apache.hudi.utilities.streamer` package.
- `DeltastreamerMultiWriterCkptUpdateFunc` is renamed to
`StreamerMultiWriterCkptUpdateFunc`