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 458ed55 Fix BITMAP_UNION_COUNT couldn't hit rollup table (#2655)
add 42dfe13 Add filter conditions for 'show partitions from table' syntax
(#2553)
No new revisions were added by this update.
Summary of changes:
.../Data Manipulation/SHOW PARTITIONS.md | 15 +-
.../Data Manipulation/SHOW PARTITIONS_EN.md | 12 +-
fe/src/main/cup/sql_parser.cup | 4 +-
.../apache/doris/analysis/ShowPartitionsStmt.java | 190 ++++++++++++++++++---
.../doris/common/proc/PartitionsProcDir.java | 176 ++++++++++++++++---
.../java/org/apache/doris/qe/ShowExecutor.java | 21 +--
.../doris/analysis/ShowPartitionsStmtTest.java | 100 +++++++++++
7 files changed, 450 insertions(+), 68 deletions(-)
create mode 100644
fe/src/test/java/org/apache/doris/analysis/ShowPartitionsStmtTest.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]