This is an automated email from the ASF dual-hosted git repository. lichaoyong pushed a change to branch branch-0.12 in repository https://gitbox.apache.org/repos/asf/incubator-doris.git.
discard 2c8c7e7 Fix cast date type return wrong result (#3214) add 3f247b0 Fix cast date type return wrong result (#3214) add a86161f [Bug]Fix compile error (#3257) add d2307c7 Fix be unit test error (#3259) new d4df588 Add config: tablet writer open rpc timeout (#3258) 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 (2c8c7e7) \ N -- N -- N refs/heads/branch-0.12 (d4df588) 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/common/config.h | 4 ++++ be/src/exec/tablet_sink.cpp | 2 +- be/test/exec/tablet_sink_test.cpp | 2 +- be/test/olap/column_reader_test.cpp | 2 +- be/test/olap/schema_change_test.cpp | 2 +- .../cn/administrator-guide/load-data/broker-load-manual.md | 2 +- .../en/administrator-guide/load-data/broker-load-manual_EN.md | 2 +- run-ut.sh | 6 +++--- 8 files changed, 13 insertions(+), 9 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org