You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by mo...@apache.org on 2020/03/25 02:24:59 UTC

[incubator-doris] branch master updated (e794bb6 -> 3cff89d)

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

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


    from e794bb6  [BUG] Make default result ordering of SHOW PARTITIONS statement be consist with 0.11 (#3184)
     add 3cff89d  [Dynamic Partition] Support for automatically drop partitions (#3081)

No new revisions were added by this update.

Summary of changes:
 .../doris/analysis/ShowDynamicPartitionStmt.java   |   4 +-
 .../doris/catalog/DynamicPartitionProperty.java    |   8 +
 .../doris/clone/DynamicPartitionScheduler.java     | 249 ++++++++++++++-------
 .../java/org/apache/doris/common/ErrorCode.java    |   4 +
 .../doris/common/util/DynamicPartitionUtil.java    |  23 ++
 .../java/org/apache/doris/qe/ShowExecutor.java     |   6 +-
 .../doris/catalog/DynamicPartitionTableTest.java   |  45 ++++
 .../apache/doris/catalog/TablePropertyTest.java    |   2 +
 .../persist/ModifyDynamicPartitionInfoTest.java    |   1 +
 .../org/apache/doris/planner/QueryPlanTest.java    |  32 +++
 10 files changed, 287 insertions(+), 87 deletions(-)


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