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

Sampleimprove2.0 #40982

Draft
wants to merge 3 commits into
base: branch-2.0
Choose a base branch
from
Draft

Commits on Sep 19, 2024

  1. [improvement](statistics)Return -1 to neredis if report olap table ro…

    …w count for new table is not done for all tablets. (apache#40457)
    
    Return -1 to neredis if report olap table row count for new table is not
    done for all tablets.
    After this change, nereids could know new table is empty or not. When
    it's not empty but not reported yet, return -1 as row count to nereids.
    Jibing-Li committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    c4c94c8 View commit details
    Browse the repository at this point in the history
  2. [fix](statistics)Fix drop stats log editlog bug. Catch drop stats exc…

    …eption while truncate table. (apache#40738)
    
    Bug fix.
    1. Fix drop stats log editlog NPE bug.
    2. Catch drop stats exception while truncate table.
    Jibing-Li committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    79a282a View commit details
    Browse the repository at this point in the history
  3. [fix](statistics)Fix empty table keep auto analyze bug. (apache#40811)

    1. Fix empty table keep auto analyze bug, reset new partition flag no
    matter row count is 0 or not.
    2. Use report row count == -1 to check table is empty or not.
    Jibing-Li committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    0efd0e6 View commit details
    Browse the repository at this point in the history