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
from 2fa898e9d9 [pipeline](exec) disable pipeline load in now version (#21632) new bb352983c6 [fix](tablet report) fix fe can not update replica's status with be's report #21600 new 3a89b2498a [Improve](point query) audit point query (#21587) new e9d65bb432 [fix](inverted index) use index id instead of column uid to determine whether a hard link is required when build index (#21574) new 9d936101be [test](fix) Case bug (#21518) new d6e323e2b6 [Chore](Job)Fix the wrong log when the export job reads fields and add more clear log information (#21490) new 3e1359cb29 [Fix](JSON LOAD)fix json load issue when string conform with RFC 4627 #21390 The 6 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/status.h | 2 + be/src/olap/rowset/beta_rowset.cpp | 64 ++++++++++------------ be/src/olap/rowset/beta_rowset.h | 2 +- be/src/olap/rowset/rowset.h | 2 +- be/src/olap/task/index_builder.cpp | 42 +++++--------- be/src/olap/task/index_builder.h | 3 - be/src/vec/exec/format/json/new_json_reader.cpp | 2 +- be/test/testutil/mock_rowset.h | 2 +- .../org/apache/doris/analysis/ExecuteStmt.java | 14 +++++ .../main/java/org/apache/doris/load/ExportJob.java | 2 +- .../org/apache/doris/master/ReportHandler.java | 6 ++ .../java/org/apache/doris/qe/ConnectProcessor.java | 17 ++++-- .../java/org/apache/doris/qe/OriginStatement.java | 8 +++ .../org/apache/doris/qe/PrepareStmtContext.java | 11 ++++ .../test_dup_table_without_keys_load.groovy | 1 + .../test_aggregate_all_functions.groovy | 1 + .../aggregate/push_filter_through_agg.groovy | 4 +- 17 files changed, 107 insertions(+), 76 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org