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 784aa53a47 [Fix](multi catalog statistics)Improve external table statistics collection (#22224) (#22343) new 7ac818b74c [improvement](jdbc catalog) improve mysql jdbc catalog read bytea`s types & else improve (#22233) new 510a9d4cbd [Bug](materialized-view) fix where clause not analyzed after fe restart (#22268) new 67a09d14c6 [fix](compaction) fix time series compaction policy corner case (#22238) new b84fa60150 [fix](partial update) remove CHECK on illegal number of partial columns (#22319) The 4 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: .../cumulative_compaction_time_series_policy.cpp | 13 +- be/src/olap/rowset/segment_v2/segment_writer.cpp | 15 +- .../java/org/apache/doris/jdbc/JdbcExecutor.java | 7 +- .../java/org/apache/doris/analysis/Analyzer.java | 15 +- .../apache/doris/analysis/NativeInsertStmt.java | 2 +- .../doris/external/jdbc/JdbcMySQLClient.java | 3 - .../doris/load/loadv2/LoadingTaskPlanner.java | 2 +- .../plans/commands/InsertIntoTableCommand.java | 3 +- .../org/apache/doris/planner/OlapTableSink.java | 12 +- .../apache/doris/planner/StreamLoadPlanner.java | 4 +- .../apache/doris/planner/OlapTableSinkTest.java | 8 +- .../jdbc_catalog_p0/test_mysql_jdbc_catalog.out | 8 +- .../schema_change/load_without_delete_column.csv | 2 +- .../test_partial_update_schema_change.out | 7 +- .../test_partial_update_schema_change.groovy | 158 +++++++++++++-------- 15 files changed, 159 insertions(+), 100 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org