You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by zh...@apache.org on 2019/10/17 07:01:23 UTC

[incubator-doris] annotated tag 0.11.0-rc01 updated (e189ed5 -> 8d20c0a)

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

zhaoc pushed a change to annotated tag 0.11.0-rc01
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git.


*** WARNING: tag 0.11.0-rc01 was modified! ***

    from e189ed5  (tag)
      to 8d20c0a  (tag)
 tagging cd60085b65a882e03c5640e196e60f5c5f50e327 (commit)
      by Zhao Chun
      on Thu Oct 17 07:00:57 2019 +0000

- Log -----------------------------------------------------------------
0.11.0-rc1
-----------------------------------------------------------------------

 discard aede26a  Change build_version to 0.11.0-release
     add 4ef5a8c  Limit the memory consumption of broker scan node (#1996)
     new cd60085  Change build_version to 0.11.0

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
annotated tag 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   (e189ed5)
            \
             N -- N -- N   refs/tags/0.11.0-rc01 (8d20c0a)

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:
 be/src/exec/broker_scan_node.cpp                   |  8 +++++--
 be/src/exec/olap_scan_node.cpp                     |  2 +-
 be/src/olap/task/engine_storage_migration_task.cpp |  2 +-
 .../main/java/org/apache/doris/alter/AlterJob.java |  4 ++--
 .../org/apache/doris/analysis/DateLiteral.java     |  3 +--
 .../java/org/apache/doris/analysis/InsertStmt.java | 28 +++++++++++++++-------
 .../org/apache/doris/clone/TabletScheduler.java    |  3 ++-
 .../apache/doris/load/loadv2/BrokerLoadJob.java    |  9 ++++---
 .../java/org/apache/doris/qe/StmtExecutor.java     | 14 ++++-------
 .../java/org/apache/doris/rewrite/FEFunctions.java | 14 +++++++++--
 .../doris/transaction/GlobalTransactionMgr.java    |  2 +-
 .../org/apache/doris/rewrite/FEFunctionsTest.java  |  1 +
 gensrc/script/gen_build_version.sh                 |  2 +-
 13 files changed, 59 insertions(+), 33 deletions(-)


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


[incubator-doris] 01/01: Change build_version to 0.11.0

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

zhaoc pushed a commit to annotated tag 0.11.0-rc01
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git

commit cd60085b65a882e03c5640e196e60f5c5f50e327
Author: Zhao Chun <zh...@apache.org>
AuthorDate: Thu Oct 17 07:00:35 2019 +0000

    Change build_version to 0.11.0
---
 gensrc/script/gen_build_version.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gensrc/script/gen_build_version.sh b/gensrc/script/gen_build_version.sh
index ea58e7c..e622476 100755
--- a/gensrc/script/gen_build_version.sh
+++ b/gensrc/script/gen_build_version.sh
@@ -25,7 +25,7 @@
 # contains the build version based on the git hash or svn revision.
 ##############################################################
 
-build_version="trunk"
+build_version="0.11.0"
 
 unset LANG
 unset LC_CTYPE


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