Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[branch-2.1](auto-partition) pick auto partition and some more prs #33523

Merged
merged 8 commits into from
Apr 11, 2024

Commits on Apr 11, 2024

  1. Configuration menu
    Copy the full SHA
    6100658 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    029b0be View commit details
    Browse the repository at this point in the history
  3. [Feature](partition) Support OLAP table null partition (apache#31827)

        for auto partition, support nullable partition column.
        for auto list partition, support create real null partition for null values.
        for auto range partition, null value will raise a error now. but maybe we can improve this in the future
    zclllyybb committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    b391857 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a0f7707 View commit details
    Browse the repository at this point in the history
  5. [Enhancement](partition) Refine some auto partition behaviours (apach…

    …e#32737)
    
    fix legacy planner grammer
    fix nereids planner parsing
    fix cases
    forbid auto range partition with null column
    fix CreateTableStmt with auto partition and some partition items.
    1 and 2 are about apache#31585
    doc pr: apache/doris-website#488
    zclllyybb committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    9869e39 View commit details
    Browse the repository at this point in the history
  6. [Fix](grace-exit) Fix threadpool hang on grace exit (apache#33132)

    Fix threadpool hang on grace exit
    zclllyybb committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    84fa189 View commit details
    Browse the repository at this point in the history
  7. [Enhancement](auto-partition) support all intervals for date_trunc in…

    … auto partition (apache#33439)
    
    support all intervals for date_trunc in auto partition
    zclllyybb committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    37f1eeb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3b796fc View commit details
    Browse the repository at this point in the history