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

refactor!: remove the tableid in ddl response since tableids is enough #4080

Merged

Conversation

fengjiachun
Copy link
Collaborator

@fengjiachun fengjiachun commented May 31, 2024

I hereby agree to the terms of the GreptimeDB CLA.

Refer to a related PR or issue link (optional)

What's changed and what's your intention?

As the title said, we do not need table id any more, table ids is enough, the PR of proto is: GreptimeTeam/greptime-proto#175

Checklist

  • I have written the necessary rustdoc comments.
  • I have added the necessary unit tests and integration tests.
  • This PR requires documentation updates.

@fengjiachun fengjiachun requested review from MichaelScofield and a team as code owners May 31, 2024 03:48
@github-actions github-actions bot added the docs-not-required This change does not impact docs. label May 31, 2024
@fengjiachun fengjiachun requested a review from WenyXu May 31, 2024 03:49
Cargo.toml Outdated Show resolved Hide resolved
@fengjiachun fengjiachun force-pushed the refactor/remove-table-id-in-ddl-resp branch from b9d9ad0 to 81a22ff Compare May 31, 2024 03:58
Copy link

codecov bot commented May 31, 2024

Codecov Report

Attention: Patch coverage is 11.11111% with 8 lines in your changes are missing coverage. Please review.

Project coverage is 85.23%. Comparing base (fcfcf86) to head (76a43b5).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4080      +/-   ##
==========================================
- Coverage   85.53%   85.23%   -0.31%     
==========================================
  Files         991      991              
  Lines      172933   172929       -4     
==========================================
- Hits       147925   147391     -534     
- Misses      25008    25538     +530     

@fengjiachun fengjiachun changed the title refactor: remove the tableid in ddl response since tableids is enough refactor!: remove the tableid in ddl response since tableids is enough May 31, 2024
@github-actions github-actions bot added the breaking-change This pull request contains breaking changes. label May 31, 2024
@fengjiachun fengjiachun added this pull request to the merge queue May 31, 2024
Merged via the queue into GreptimeTeam:main with commit 43afea1 May 31, 2024
28 checks passed
@fengjiachun fengjiachun deleted the refactor/remove-table-id-in-ddl-resp branch May 31, 2024 06:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking-change This pull request contains breaking changes. docs-not-required This change does not impact docs.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants