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

kassiez pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/master by this push:
     new 9bde47c7ab3 [docs](readme) Update README (#43283)
9bde47c7ab3 is described below

commit 9bde47c7ab39f3de18b1e47c08f39c2fd820e9eb
Author: KassieZ <139741991+kass...@users.noreply.github.com>
AuthorDate: Fri Dec 20 15:57:52 2024 +0800

    [docs](readme) Update README (#43283)
    
    ### What problem does this PR solve?
    <!--
    You need to clearly describe your PR in this part:
    
    1. What problem was fixed (it's best to include specific error reporting
    information). How it was fixed.
    2. Which behaviors were modified. What was the previous behavior, what
    is it now, why was it modified, and what possible impacts might there
    be.
    3. What features were added. Why this function was added.
    4. Which codes were refactored and why this part of the code was
    refactored.
    5. Which functions were optimized and what is the difference before and
    after the optimization.
    
    The description of the PR needs to enable reviewers to quickly and
    clearly understand the logic of the code modification.
    -->
    
    <!--
    If there are related issues, please fill in the issue number.
    - If you want the issue to be closed after the PR is merged, please use
    "close #12345". Otherwise, use "ref #12345"
    -->
    Issue Number: close #xxx
    
    <!--
    If this PR is followup a preivous PR, for example, fix the bug that
    introduced by a related PR,
    link the PR here
    -->
    Related PR: #xxx
    
    Problem Summary: Update README about v3.X release
    
    ### Check List (For Committer)
    
    - Test <!-- At least one of them must be included. -->
    
        - [ ] Regression test
        - [ ] Unit Test
        - [ ] Manual test (add detailed scripts or steps below)
        - [ ] No need to test or manual test. Explain why:
    - [ ] This is a refactor/code format and no logic has been changed.
            - [ ] Previous test can cover this change.
            - [ ] No colde files have been changed.
            - [ ] Other reason <!-- Add your reason?  -->
    
    - Behavior changed:
    
        - [ ] No.
        - [ ] Yes. <!-- Explain the behavior change -->
    
    - Does this need documentation?
    
        - [ ] No.
    - [ ] Yes. <!-- Add document PR link here. eg:
    https://github.com/apache/doris-website/pull/1214 -->
    
    - Release note
    
        <!-- bugfix, feat, behavior changed need a release note -->
        <!-- Add one line release note for this PR. -->
        None
    
    ### Check List (For Reviewer who merge this PR)
    
    - [ ] Confirm the release note
    - [ ] Confirm test cases
    - [ ] Confirm document
    - [ ] Add branch pick label <!-- Add branch pick label that this PR
    should merge into -->
    
    ---------
    
    Co-authored-by: Jeffrey <color.d...@gmail.com>
---
 README.md | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index 94f9f4b777f..3d264ee13ed 100644
--- a/README.md
+++ b/README.md
@@ -59,12 +59,9 @@ Apache Doris is an easy-to-use, high-performance and 
real-time analytical databa
 
 All this makes Apache Doris an ideal tool for scenarios including report 
analysis, ad-hoc query, unified data warehouse, and data lake query 
acceleration. On Apache Doris, users can build various applications, such as 
user behavior analysis, AB test platform, log retrieval analysis, user portrait 
analysis, and order analysis.
 
-🎉 Version 2.1.4 released now. Check out the 🔗[Release 
Notes](https://doris.apache.org/docs/releasenotes/release-2.1.4) here. The 2.1 
verison delivers exceptional performance with 100% higher out-of-the-box 
queries proven by TPC-DS 1TB tests, enhanced data lake analytics that are 4-6 
times speedier than Trino and Spark, solid support for semi-structured data 
analysis with new Variant types and suite of analytical functions, asynchronous 
materialized views for query acceleration, optimized [...]
+🎉 Check out the 🔗[All 
releases](https://doris.apache.org/docs/releasenotes/all-release), where you'll 
find a chronological summary of Apache Doris versions released over the past 
year.
 
-
-🎉 Version 2.0.12 is now released ! This fully evolved and stable release is 
ready for all users to upgrade. Check out the 🔗[Release 
Notes](https://doris.apache.org/docs/2.0/releasenotes/release-2.0.12) here. 
-
-👀 Have a look at the 🔗[Official Website](https://doris.apache.org/) for a 
comprehensive list of Apache Doris's core features, blogs and user cases.
+👀 Explore the 🔗[Official Website](https://doris.apache.org/) to discover 
Apache Doris's core features, blogs, and user cases in detail.
 
 ## 📈 Usage Scenarios
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to