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 a852ff36f4 remove create hot partition failed check (#22093) new caf7c6bfd7 [fix](metric) fix prometheus metric format error (#22045) new 298a58ccc7 [bugfix](scanner) when scanner init failed during get tablet, not need call update counters (#22117) new 04d9ddbe26 [fix](catalog) do not call makeSureInitialized when create/drop table/db from hms meta event (#21941) new 398ad188ac [doc](catalog)paimon doc (#21966) new e2b79e92d1 [bugfix](runtimefilter) runtime filter is shared between multi instances with same node id, should not cache exprs (#22114) new 7315d01dc1 [improvement](Jsonb) optimization Jsonb path parse (#21495) new 554dfe5b00 [minor](log) print error msg to fe.out before log is initialized (#22106) new b0b755855f [deps](hadoop) update hadoop libs to 3.3.4.5 (#22062) The 8 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/exprs/runtime_filter.cpp | 28 +-- be/src/exprs/runtime_filter.h | 7 +- be/src/util/jsonb_document.h | 273 ++++++++++----------- be/src/vec/exec/runtime_filter_consumer.cpp | 6 +- be/src/vec/exec/scan/vscanner.h | 8 +- be/src/vec/functions/function_jsonb.cpp | 101 ++++++-- docs/en/docs/lakehouse/multi-catalog/paimon.md | 75 ++++-- docs/zh-CN/docs/lakehouse/multi-catalog/paimon.md | 75 ++++-- .../src/main/java/org/apache/doris/DorisFE.java | 3 + .../doris/catalog/external/ExternalDatabase.java | 6 +- .../catalog/external/HMSExternalDatabase.java | 13 +- .../catalog/external/IcebergExternalDatabase.java | 5 +- .../catalog/external/PaimonExternalDatabase.java | 5 +- .../org/apache/doris/datasource/CatalogMgr.java | 8 +- .../apache/doris/datasource/ExternalCatalog.java | 4 +- .../doris/datasource/HMSExternalCatalog.java | 6 +- .../java/org/apache/doris/metric/MetricRepo.java | 6 +- .../doris/metric/PrometheusMetricVisitor.java | 12 +- .../java/org/apache/doris/qe/ConnectProcessor.java | 3 +- .../java/org/apache/doris/metric/MetricsTest.java | 6 +- thirdparty/CHANGELOG.md | 4 + thirdparty/vars.sh | 8 +- 22 files changed, 402 insertions(+), 260 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org