This is an automated email from the ASF dual-hosted git repository.

morningman pushed a change to branch branch-1.2-lts
in repository https://gitbox.apache.org/repos/asf/doris.git


    from be124523f4 [enhancement](profile) add profile to show column 
predicates (#13862)
     add 667cfe5598 [community](collaborators) add more collaborators (#13880)
     add d5becdb4a1 [fix](dynamic-partition) fix wrong check of replication num 
(#13755)
     add e6080a6e4c [regression](join) add right anti join with other predicate 
regression case (#13815)
     add ee8dffbfb7 [meta](recover) change dropInfo and RecoverInfo to GSON 
(#13830)
     add ba918b40e2 [chore](macOS) Fix compilation errors caused by the 
deprecated function (#13890)

No new revisions were added by this update.

Summary of changes:
 .asf.yaml                                          |  2 +
 be/src/vec/exec/format/json/new_json_reader.cpp    | 10 +--
 .../docs/advanced/partition/dynamic-partition.md   | 85 +++++++++++++++++++++-
 .../Create/CREATE-TABLE.md                         |  2 +-
 .../docs/advanced/partition/dynamic-partition.md   | 81 +++++++++++++++++++++
 .../Create/CREATE-TABLE.md                         |  2 +-
 .../doris/common/util/DynamicPartitionUtil.java    | 19 ++---
 .../org/apache/doris/journal/JournalEntity.java    |  9 +--
 .../java/org/apache/doris/persist/DropInfo.java    | 39 +++++-----
 .../java/org/apache/doris/persist/RecoverInfo.java | 28 +++++--
 .../doris/catalog/DynamicPartitionTableTest.java   | 34 ++++++---
 .../apache/doris/catalog/ModifyBackendTest.java    |  2 +-
 .../java/org/apache/doris/utframe/DorisAssert.java |  4 +-
 regression-test/data/query/join/test_join.out      |  5 ++
 regression-test/suites/query/join/test_join.groovy |  1 +
 15 files changed, 261 insertions(+), 62 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to