This is an automated email from the ASF dual-hosted git repository.
sivabalan 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 beb4776fff3 [DOCS][MINOR]Fix spec to update table version (#9236)
beb4776fff3 is described below
commit beb4776fff3a42dc41ac101a4dd2cc2aea7100a9
Author: Bhavani Sudha Saktheeswaran <[email protected]>
AuthorDate: Wed Jul 19 15:38:23 2023 -0700
[DOCS][MINOR]Fix spec to update table version (#9236)
---
website/src/pages/tech-specs.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/website/src/pages/tech-specs.md b/website/src/pages/tech-specs.md
index 3e6824eb5de..56155088846 100644
--- a/website/src/pages/tech-specs.md
+++ b/website/src/pages/tech-specs.md
@@ -4,7 +4,7 @@
| Syntax | Description |
|:--------------|:-----------:|
| Last Updated | Aug 2022 |
-| [Table
Version](https://github.com/apache/hudi/blob/master/hudi-common/src/main/java/org/apache/hudi/common/table/HoodieTableVersion.java#L29)
| 4 |
+| [Table
Version](https://github.com/apache/hudi/blob/master/hudi-common/src/main/java/org/apache/hudi/common/table/HoodieTableVersion.java#L29)
| 5 |
This document is a specification for the Hudi's Storage Format which
transforms immutable cloud/file storage systems into transactional data lakes.