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 412bcccd7a [fix](config) change cold_data_compaction_interval_sec to 2314 days to disalbe it (#21355) new bca7a5b3c3 [Fix](inverted index) fix a bundle of inverted index exception process errors (#21328) new 01f4e17668 [fix](unique key) agg_function is NONE when properties is null (#21337) new 31c4f2c961 [fix](merge-on-write) fix dead lock when publish (#21339) new 7841479ace [Fix](s3FileWriter) fix bytes_appended bug for s3_file_writer (#21348) new afe6bb9638 [fix](config) change cold_data_compaction_interval_sec to 2314 days to disalbe it (#21355) 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 (412bcccd7a) \ N -- N -- N refs/heads/branch-2.0 (afe6bb9638) 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 5 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/io/fs/s3_file_writer.h | 3 -- .../inverted_index_compound_directory.cpp | 4 +-- .../rowset/segment_v2/inverted_index_writer.cpp | 4 ++- be/src/olap/task/engine_publish_version_task.cpp | 37 ++++------------------ be/src/olap/task/engine_publish_version_task.h | 7 ---- .../org/apache/doris/analysis/CreateTableStmt.java | 2 +- .../apache/doris/analysis/CreateTableStmtTest.java | 21 ++++++++++++ 7 files changed, 34 insertions(+), 44 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org