Skip to content

Comments

fix: adding a deleted index will fail if the index name is different from the previous name#3635

Merged
dl239 merged 3 commits into4paradigm:mainfrom
dl239:fix/add_deleted_index
Jan 15, 2024
Merged

fix: adding a deleted index will fail if the index name is different from the previous name#3635
dl239 merged 3 commits into4paradigm:mainfrom
dl239:fix/add_deleted_index

Conversation

@dl239
Copy link
Collaborator

@dl239 dl239 commented Nov 28, 2023

  • What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)

  • What is the current behavior? (You can also link to an open issue here)

  • What is the new behavior (if this is a feature change)?

@github-actions github-actions bot added the storage-engine openmldb storage engine. nameserver & tablet label Nov 28, 2023
@dl239 dl239 changed the title fix: add deleted index fix: adding a deleted index will fail if the index name is different from the previous name Nov 28, 2023
@codecov
Copy link

codecov bot commented Nov 28, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (25a24dc) 74.97% compared to head (aa92799) 40.16%.
Report is 7 commits behind head on main.

Additional details and impacted files
@@              Coverage Diff              @@
##               main    #3635       +/-   ##
=============================================
- Coverage     74.97%   40.16%   -34.82%     
  Complexity      640      640               
=============================================
  Files           724      191      -533     
  Lines        130359    11233   -119126     
  Branches       1318     1325        +7     
=============================================
- Hits          97742     4512    -93230     
+ Misses        32324     6428    -25896     
  Partials        293      293               

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

@github-actions github-actions bot added the build openmldb compiling and installing label Nov 29, 2023
@dl239 dl239 marked this pull request as ready for review November 29, 2023 08:42
@dl239 dl239 enabled auto-merge (squash) December 25, 2023 02:40
@dl239 dl239 merged commit ed35c8b into 4paradigm:main Jan 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

build openmldb compiling and installing storage-engine openmldb storage engine. nameserver & tablet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Adding a deleted index will fail if the index name is different from the previous name

3 participants