This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch dev-1.0.1 in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
from 4ba2fdb96e [fix](error-code) replace invalid format specifier (#8940) new cccf6b5f84 [improvement] Use System.currentTimeMillis() to get the current millisecond (#8828) new 2fc7fead93 [fix](load) start transaction before we need it (#8819) (#8908) new 141341bdb7 [improvement]Disable mini load (#8955) new d91032ca44 [Vectorizd] Let VAssertRowNumNode handle return value of child->get_next (#8969) new dd7bd2eb81 [fix](load) wait _send_batch_thread_pool_token rather than shutdown. (#8970) new bb82a06833 [fix] fix NPE when initialize GlobalState (#8990) new 20dd0201f8 [fix](load) fix bug of infinite loop in orc scanner (#9007) The 7 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/exec/orc_scanner.cpp | 5 +++++ be/src/exec/tablet_sink.cpp | 5 ++++- be/src/vec/exec/vassert_num_rows_node.cpp | 2 +- docs/en/administrator-guide/config/fe_config.md | 4 ++++ docs/zh-CN/administrator-guide/config/fe_config.md | 4 ++++ .../java/org/apache/doris/analysis/Analyzer.java | 26 ++++++++++++++-------- .../main/java/org/apache/doris/common/Config.java | 5 +++++ .../org/apache/doris/httpv2/rest/LoadAction.java | 14 +++++++++--- .../org/apache/doris/load/loadv2/SparkLoadJob.java | 7 ++++++ .../doris/load/loadv2/SparkLoadPendingTask.java | 1 - .../apache/doris/load/sync/canal/CanalUtils.java | 6 ++--- .../org/apache/doris/master/ReportHandler.java | 4 ++-- .../apache/doris/planner/StreamLoadPlanner.java | 2 +- .../main/java/org/apache/doris/qe/Coordinator.java | 4 ++-- .../apache/doris/rewrite/FoldConstantsRule.java | 2 +- 15 files changed, 67 insertions(+), 24 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org