This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/fe/io.netty-netty-all-4.1.42.Final in repository https://gitbox.apache.org/repos/asf/incubator-doris.git.
discard b4dfd5b Bump netty-all from 4.1.25.Final to 4.1.42.Final in /fe add 7370b44 Tablet report does not set version miss (#1961) add ce236bf add alter table modify limit: Cannot change DATETIME to DATE (#1963) add de4e45c Make Schema Change work on segment V2 (#1965) add 463b462 Add create_time to information_schema.tables add caf9d09 Bump netty-all from 4.1.25.Final to 4.1.42.Final in /fe 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 (b4dfd5b) \ N -- N -- N refs/heads/dependabot/maven/fe/io.netty-netty-all-4.1.42.Final (caf9d09) 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. No new revisions were added by this update. Summary of changes: .../exec/schema_scanner/schema_tables_scanner.cpp | 35 ++++++++++++++++------ be/src/olap/olap_common.h | 19 +++++++++++- be/src/olap/rowset_graph.cpp | 4 +-- be/src/olap/schema_change.cpp | 23 +++++++++++++- be/src/olap/storage_engine.cpp | 3 -- be/src/olap/tablet.cpp | 33 ++++++++++++++++++++ be/src/olap/tablet.h | 4 +++ be/src/olap/tablet_manager.cpp | 26 ++-------------- be/src/olap/tablet_manager.h | 4 --- .../main/java/org/apache/doris/catalog/Column.java | 4 +++ .../main/java/org/apache/doris/catalog/Table.java | 17 +++++++++++ .../java/org/apache/doris/common/FeConstants.java | 2 +- .../org/apache/doris/common/FeMetaVersion.java | 2 ++ .../apache/doris/service/FrontendServiceImpl.java | 2 ++ .../java/org/apache/doris/catalog/TableTest.java | 1 + gensrc/thrift/FrontendService.thrift | 2 ++ 16 files changed, 136 insertions(+), 45 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org