You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by kx...@apache.org on 2023/06/22 08:01:52 UTC

[doris] branch branch-2.0 updated (0f07434ab8 -> 5d2f5e786c)

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

kxiao pushed a change to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/doris.git


 discard 0f07434ab8 change version to 2.0-beta
     add eb6202e8be [minor](fe) remove several unnecessary codes (#21046)
     add fa3bb2eabe [Bug](materialized-veiw) fix error happens when parsing create materialized view stmt #21095
     new 5d2f5e786c change version to 2.0-beta

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (0f07434ab8)
            \
             N -- N -- N   refs/heads/branch-2.0 (5d2f5e786c)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../doris/catalog/MaterializedIndexMeta.java       | 30 ++++++++++++++++++----
 .../java/org/apache/doris/catalog/OlapTable.java   |  4 +--
 .../doris/catalog/external/EsExternalDatabase.java |  3 +--
 .../catalog/external/HMSExternalDatabase.java      |  3 +--
 .../catalog/external/IcebergExternalDatabase.java  |  3 +--
 .../catalog/external/JdbcExternalDatabase.java     |  3 +--
 .../external/MaxComputeExternalDatabase.java       |  4 +--
 .../catalog/external/PaimonExternalDatabase.java   |  3 +--
 .../catalog/external/TestExternalDatabase.java     |  3 +--
 .../doris/datasource/JdbcExternalCatalog.java      |  4 ---
 10 files changed, 34 insertions(+), 26 deletions(-)


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


[doris] 01/01: change version to 2.0-beta

Posted by kx...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

kxiao pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/doris.git

commit 5d2f5e786cadbbacf53c3fab93fcfd0250a4d34f
Author: Kang <kx...@gmail.com>
AuthorDate: Thu Jun 22 15:57:51 2023 +0800

    change version to 2.0-beta
---
 gensrc/script/gen_build_version.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gensrc/script/gen_build_version.sh b/gensrc/script/gen_build_version.sh
index 53e7dcd5b9..154d6fc9f5 100755
--- a/gensrc/script/gen_build_version.sh
+++ b/gensrc/script/gen_build_version.sh
@@ -28,12 +28,12 @@
 set -eo pipefail
 
 build_version_prefix="doris"
-build_version_major=0
+build_version_major=2
 build_version_minor=0
 build_version_patch=0
-build_version_rc_version="trunk"
+build_version_rc_version="beta"
 
-build_version="${build_version_prefix}-${build_version_major}.${build_version_minor}.${build_version_patch}-${build_version_rc_version}"
+build_version="${build_version_prefix}-${build_version_major}.${build_version_minor}-${build_version_rc_version}"
 
 unset LANG
 unset LC_CTYPE


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