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: tables stream with CatalogManager #3180

Merged
merged 7 commits into from Jan 17, 2024

Conversation

fengjiachun
Copy link
Collaborator

@fengjiachun fengjiachun commented Jan 16, 2024

I hereby agree to the terms of the GreptimeDB CLA

What's changed and what's your intention?

  1. Enhanced CatalogManager: get tables with stream by catalog and schema
  2. Let information_schema.columns & information_schema.tables use stream API to get tables

Checklist

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

Refer to a related PR or issue link (optional)

@github-actions github-actions bot added the docs-not-required This change does not impact docs. label Jan 16, 2024
Copy link

codecov bot commented Jan 16, 2024

Codecov Report

Attention: 59 lines in your changes are missing coverage. Please review.

Comparison is base (c2edaff) 85.63% compared to head (5d5326f) 85.16%.
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3180      +/-   ##
==========================================
- Coverage   85.63%   85.16%   -0.48%     
==========================================
  Files         829      829              
  Lines      135773   135837      +64     
==========================================
- Hits       116273   115682     -591     
- Misses      19500    20155     +655     

src/catalog/src/information_schema/columns.rs Outdated Show resolved Hide resolved
src/catalog/src/information_schema/columns.rs Outdated Show resolved Hide resolved
src/catalog/src/information_schema/tables.rs Outdated Show resolved Hide resolved
src/catalog/src/information_schema/tables.rs Outdated Show resolved Hide resolved
fengjiachun and others added 4 commits January 16, 2024 21:03
Co-authored-by: Weny Xu <wenymedia@gmail.com>
Co-authored-by: Weny Xu <wenymedia@gmail.com>
Co-authored-by: Weny Xu <wenymedia@gmail.com>
Co-authored-by: Weny Xu <wenymedia@gmail.com>
@fengjiachun
Copy link
Collaborator Author

Some code has been modified (MemoryCatalogManager). PTALA @WenyXu

@MichaelScofield MichaelScofield added this pull request to the merge queue Jan 17, 2024
Merged via the queue into GreptimeTeam:main with commit c6c4ea5 Jan 17, 2024
15 checks passed
@fengjiachun fengjiachun deleted the feat/tables-stream branch January 17, 2024 03:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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