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

xushiyan 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 59d13202fcb [MINOR][DOCS] Remove event banner (#11813)
59d13202fcb is described below

commit 59d13202fcb1809fdfcc560dcbcc4b67793fb88c
Author: Bhavani Sudha Saktheeswaran <[email protected]>
AuthorDate: Wed Aug 21 11:19:10 2024 -0700

    [MINOR][DOCS] Remove event banner (#11813)
---
 website/blog/2024-07-31-hudi-file-formats.md | 2 +-
 website/src/pages/index.js                   | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/website/blog/2024-07-31-hudi-file-formats.md 
b/website/blog/2024-07-31-hudi-file-formats.md
index 3582858de0e..1326b12bf3a 100644
--- a/website/blog/2024-07-31-hudi-file-formats.md
+++ b/website/blog/2024-07-31-hudi-file-formats.md
@@ -3,7 +3,7 @@ title: "Column File Formats: How Hudi Leverages Parquet and ORC 
"
 excerpt: "Explains how Hudi uses Parquet and ORC"
 author: Albert Wong
 category: blog
-image: /assets/images/blog/hudi-parquet-orc.jpg
+image: /assets/images/blog/hudi-parquet-orc.png
 tags:
 - Data Lake
 - Apache Hudi
diff --git a/website/src/pages/index.js b/website/src/pages/index.js
index 43c2b5985b4..faa5eefbcd4 100644
--- a/website/src/pages/index.js
+++ b/website/src/pages/index.js
@@ -29,7 +29,6 @@ export default function Home() {
       description="Description will go into a meta tag in <head />">
       <NewReleaseMessage />
       <HomepageHeader />
-      <Events />
       <main>
         <DataLake />
         <HomepageFeatures />

Reply via email to