Skip to content

[opt](mtmv) partition rollup support week and quarter (#39286)#39477

Merged
morrySnow merged 1 commit intoapache:branch-2.1from
zddr:mtmv_datetrunc_week_2.1
Aug 16, 2024
Merged

[opt](mtmv) partition rollup support week and quarter (#39286)#39477
morrySnow merged 1 commit intoapache:branch-2.1from
zddr:mtmv_datetrunc_week_2.1

Conversation

@zddr
Copy link
Copy Markdown
Contributor

@zddr zddr commented Aug 16, 2024

pick: #39286

if base table have 3 partitions:

PARTITION p_20200101 VALUES [("2020-01-01"),("2020-01-02")),
PARTITION p_20200102 VALUES [("2020-01-02"),("2020-01-03")),
PARTITION p_20200108 VALUES [("2020-01-08"),("2020-01-09"))

mtmv partition date_trunc(week)

mtmv will have 2 partitions

[("2019-12-30"),("2020-01-06"))
[("2020-01-06"),("2020-01-13"))
@doris-robot
Copy link
Copy Markdown

Thank you for your contribution to Apache Doris.
Don't know what should be done next? See How to process your PR

Since 2024-03-18, the Document has been moved to doris-website.
See Doris Document.

@zddr
Copy link
Copy Markdown
Contributor Author

zddr commented Aug 16, 2024

run buildall

@morrySnow morrySnow merged commit ae8073f into apache:branch-2.1 Aug 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants