This is an automated email from the ASF dual-hosted git repository.

vinoth 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 d17c8fc  [DOCS] Add clustering feature to the home page (#2569)
d17c8fc is described below

commit d17c8fcc10c90bd73ff12d590a3265084a1868b9
Author: vinoyang <[email protected]>
AuthorDate: Sat Feb 13 00:52:05 2021 +0800

    [DOCS] Add clustering feature to the home page (#2569)
---
 content/index.html      | 2 +-
 docs/_layouts/home.html | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/content/index.html b/content/index.html
index e260c0b..6d245bd 100644
--- a/content/index.html
+++ b/content/index.html
@@ -199,7 +199,7 @@
             </tr>
             <tr>
               <td><p>Timeline metadata to track lineage.</p></td>
-              <td></td>
+              <td><p>Optimize data lake layout with clustering.</p></td>
             </tr>
           </table>
         </div>
diff --git a/docs/_layouts/home.html b/docs/_layouts/home.html
index 552d4cc..a5463a1 100644
--- a/docs/_layouts/home.html
+++ b/docs/_layouts/home.html
@@ -102,7 +102,7 @@ layout: home
             </tr>
             <tr>
               <td><p>Timeline metadata to track lineage.</p></td>
-              <td></td>
+              <td><p>Optimize data lake layout with clustering.</p></td>
             </tr>
           </table>
         </div>

Reply via email to