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: drop Table trait #3654

Merged
merged 6 commits into from
Apr 8, 2024
Merged

Conversation

tisonkun
Copy link
Collaborator

@tisonkun tisonkun commented Apr 7, 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?

This refers to #2065.

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.

@tisonkun tisonkun requested review from waynexia and zhongzc April 7, 2024 14:49
@github-actions github-actions bot added the docs-not-required This change does not impact docs. label Apr 7, 2024
src/table/src/thin_table.rs Outdated Show resolved Hide resolved
Signed-off-by: tison <wander4096@gmail.com>
@tisonkun tisonkun force-pushed the remove-table-trait branch from 8e34139 to c34f9eb Compare April 7, 2024 14:50
Copy link

codecov bot commented Apr 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.82%. Comparing base (097a037) to head (495e8a9).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3654      +/-   ##
==========================================
- Coverage   85.14%   84.82%   -0.33%     
==========================================
  Files         943      942       -1     
  Lines      157092   157092              
==========================================
- Hits       133754   133250     -504     
- Misses      23338    23842     +504     

Signed-off-by: tison <wander4096@gmail.com>
Co-authored-by: Zhenchi <zhongzc_arch@outlook.com>
Copy link
Contributor

@zhongzc zhongzc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🫣

src/table/src/dist_table.rs Outdated Show resolved Hide resolved
src/table/src/dist_table.rs Outdated Show resolved Hide resolved
src/table/src/table/numbers.rs Outdated Show resolved Hide resolved
src/table/src/table/numbers.rs Outdated Show resolved Hide resolved
src/table/src/test_util/empty_table.rs Outdated Show resolved Hide resolved
src/table/src/test_util/empty_table.rs Outdated Show resolved Hide resolved
src/table/src/test_util/memtable.rs Outdated Show resolved Hide resolved
src/table/src/test_util/memtable.rs Outdated Show resolved Hide resolved
@tisonkun
Copy link
Collaborator Author

tisonkun commented Apr 7, 2024

All handled.

@tisonkun tisonkun requested a review from shuiyisong April 8, 2024 03:18
@waynexia waynexia added this pull request to the merge queue Apr 8, 2024
Merged via the queue into GreptimeTeam:main with commit e920f95 Apr 8, 2024
18 checks passed
@tisonkun tisonkun deleted the remove-table-trait branch April 8, 2024 09:34
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.

3 participants