You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by bh...@apache.org on 2021/11/29 22:34:17 UTC

[hudi] branch asf-site updated: Remove stale commits (#4157)

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

bhavanisudha 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 f268709  Remove stale commits (#4157)
f268709 is described below

commit f268709457670a884d0404947cf40fb57bc1e88d
Author: rmahindra123 <76...@users.noreply.github.com>
AuthorDate: Mon Nov 29 14:34:03 2021 -0800

    Remove stale commits (#4157)
    
    Co-authored-by: rmahindra123 <rm...@Rajeshs-MacBook-Pro.local>
---
 website/src/pages/index.js | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/website/src/pages/index.js b/website/src/pages/index.js
index 8bc3e90..b58e78a 100644
--- a/website/src/pages/index.js
+++ b/website/src/pages/index.js
@@ -9,6 +9,18 @@ import classnames from "classnames";
 
 const AnchoredH2 = Heading("h2");
 
+function NewReleaseMessage() {
+return (
+      <div className="container">
+       <div className="wrapper">
+      <br/>
+      <p className="hero__subtitle"><i>Participate in the Apache Hudi 0.10 release that is being voted <a href="https://lists.apache.org/thread/jtotwt6g0v8d4ssx6cozntqg461lsfp4">here</a>,
+      which adds <a href="http://tinyurl.com/3mbcx9es">cool features</a> like Kafka Connect sink, <br/>
+      z-ordering/ hilbert curves, dbt & more</i></p>
+    </div></div>
+  );
+}
+
 function HomepageHeader() {
   const {siteConfig} = useDocusaurusContext();
   return (
@@ -121,6 +133,7 @@ export default function Home() {
     <Layout
       title={`Hello from ${siteConfig.title}`}
       description="Description will go into a meta tag in <head />">
+      <NewReleaseMessage />
       <HomepageHeader />
       <main>
         <DataLake />