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

JingsongLi pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/paimon-mosaic.git


The following commit(s) were added to refs/heads/main by this push:
     new 4109d2d  Update README.md
4109d2d is described below

commit 4109d2d2249df5f3759d92fc428b0e89b2d7db0b
Author: JingsongLi <[email protected]>
AuthorDate: Mon May 18 13:25:14 2026 +0800

    Update README.md
---
 README.md | 46 +++++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 45 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index f7eddf9..295af93 100644
--- a/README.md
+++ b/README.md
@@ -1 +1,45 @@
-# paimon-mosaic
+<!--
+  ~ Licensed to the Apache Software Foundation (ASF) under one
+  ~ or more contributor license agreements.  See the NOTICE file
+  ~ distributed with this work for additional information
+  ~ regarding copyright ownership.  The ASF licenses this file
+  ~ to you under the Apache License, Version 2.0 (the
+  ~ "License"); you may not use this file except in compliance
+  ~ with the License.  You may obtain a copy of the License at
+  ~
+  ~   http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing,
+  ~ software distributed under the License is distributed on an
+  ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  ~ KIND, either express or implied.  See the License for the
+  ~ specific language governing permissions and limitations
+  ~ under the License.
+-->
+
+# Apache Paimon Mosaic &emsp; [![Build Status]][actions] [![Latest 
Version]][crates.io]
+
+[Build Status]: 
https://img.shields.io/github/actions/workflow/status/apache/paimon-mosaic/ci.yml
+[actions]: https://github.com/apache/paimon-mosaic/actions?query=branch%3Amain
+[Latest Version]: https://img.shields.io/crates/v/paimon.svg
+[crates.io]: https://crates.io/crates/mosaic
+
+A columnar-bucket hybrid format optimized for wide tables of Apache Paimon. 
+
+## Contributing
+
+Apache Paimon Mosaic is an exciting project currently under active 
development. Whether you're looking to use it in your projects or contribute to 
its growth, there are several ways you can get involved:
+
+- Follow the [Contributing Guide](CONTRIBUTING.md) to contribute.
+- Create new [Issue](https://github.com/apache/paimon-mosaic/issues/new) for 
bug reportor or feature request.
+- Start discussion thread at [dev mailing list](mailto:[email protected]) 
([subscribe](<mailto:[email protected]?subject=(send%20this%20email%20to%20subscribe)>)
 / 
[unsubscribe](<mailto:[email protected]?subject=(send%20this%20email%20to%20unsubscribe)>)
 / [archives](https://lists.apache.org/[email protected]))
+- Talk to community directly at [Slack #paimon 
channel](https://join.slack.com/t/the-asf/shared_invite/zt-2l9rns8pz-H8PE2Xnz6KraVd2Ap40z4g).
+
+## Getting help
+
+Submit [issues](https://github.com/apache/paimon-mosaic/issues/new/choose) for 
bug report or asking questions in 
[discussion](https://github.com/apache/paimon-mosaic/discussions/new?category=q-a).
+
+## License
+
+Licensed under <a href="./LICENSE">Apache License, Version 2.0</a>.
+

Reply via email to