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

feat: user-facing part of variable vnode count #18515

Merged
merged 13 commits into from
Sep 26, 2024

Commits on Sep 24, 2024

  1. add back changes on session variable

    This reverts commit 683746c.
    BugenZhao committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    53b3556 View commit details
    Browse the repository at this point in the history
  2. vnode expr context

    Signed-off-by: Bugen Zhao <[email protected]>
    BugenZhao committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    5e96cc8 View commit details
    Browse the repository at this point in the history
  3. give up and use 256 for singleton vnode bitmap

    Signed-off-by: Bugen Zhao <[email protected]>
    BugenZhao committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    7e80eca View commit details
    Browse the repository at this point in the history
  4. rename vnode count to count_for_compat

    Signed-off-by: Bugen Zhao <[email protected]>
    BugenZhao committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    a003192 View commit details
    Browse the repository at this point in the history
  5. serving info be aware of vnode count

    Signed-off-by: Bugen Zhao <[email protected]>
    BugenZhao committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    5a802b9 View commit details
    Browse the repository at this point in the history
  6. fix java binding vnode count

    Signed-off-by: Bugen Zhao <[email protected]>
    BugenZhao committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    6067ec5 View commit details
    Browse the repository at this point in the history
  7. do not rewrite alter parallelism in frontend

    Signed-off-by: Bugen Zhao <[email protected]>
    BugenZhao committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    417a9a2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4cdd874 View commit details
    Browse the repository at this point in the history
  9. fix e2e

    Signed-off-by: Bugen Zhao <[email protected]>
    BugenZhao committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    df51fa2 View commit details
    Browse the repository at this point in the history
  10. add non-null constrait to new column (#18444 (comment))

    Signed-off-by: Bugen Zhao <[email protected]>
    BugenZhao committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    961d2bf View commit details
    Browse the repository at this point in the history
  11. update vnode count check message

    Signed-off-by: Bugen Zhao <[email protected]>
    BugenZhao committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    a3a5472 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. bail out if specified parallelism cannot be satisfied

    Signed-off-by: Bugen Zhao <[email protected]>
    BugenZhao committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    e8bee17 View commit details
    Browse the repository at this point in the history
  2. check parallelism for alter on meta, instead of frontend

    Signed-off-by: Bugen Zhao <[email protected]>
    BugenZhao committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    f27da15 View commit details
    Browse the repository at this point in the history