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

fix: the output index number of DESC command is incorrect #3567

Merged
merged 1 commit into from
Oct 31, 2023

Conversation

dl239
Copy link
Collaborator

@dl239 dl239 commented Oct 23, 2023

close #3566

@github-actions github-actions bot added the storage-engine openmldb storage engine. nameserver & tablet label Oct 23, 2023
@codecov
Copy link

codecov bot commented Oct 23, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (9190ecf) 75.25% compared to head (2207657) 75.25%.
Report is 20 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff              @@
##               main    #3567      +/-   ##
============================================
- Coverage     75.25%   75.25%   -0.01%     
  Complexity      587      587              
============================================
  Files           701      701              
  Lines        129041   129031      -10     
  Branches       1280     1280              
============================================
- Hits          97115    97101      -14     
- Misses        31640    31660      +20     
+ Partials        286      270      -16     
Files Coverage Δ
src/cmd/display.h 14.42% <100.00%> (+0.40%) ⬆️

... and 45 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@dl239 dl239 merged commit d00449d into 4paradigm:main Oct 31, 2023
19 of 22 checks passed
@dl239 dl239 deleted the fix/desc_on_delete_index branch October 31, 2023 10:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
storage-engine openmldb storage engine. nameserver & tablet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The output index number of DESC command is incorrect after run DROP INDEX
3 participants