-
Notifications
You must be signed in to change notification settings - Fork 332
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(puffin): add file reader #2751
feat(puffin): add file reader #2751
Conversation
Signed-off-by: Zhenchi <[email protected]>
Signed-off-by: Zhenchi <[email protected]>
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## develop #2751 +/- ##
===========================================
- Coverage 85.42% 85.14% -0.29%
===========================================
Files 769 781 +12
Lines 125115 126253 +1138
===========================================
+ Hits 106881 107497 +616
- Misses 18234 18756 +522 |
Signed-off-by: Zhenchi <[email protected]>
Signed-off-by: Zhenchi <[email protected]>
@waynexia @fengjiachun @evenyag PTAL 🕸️ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
Co-authored-by: Yingwen <[email protected]>
Co-authored-by: Yingwen <[email protected]>
Co-authored-by: Yingwen <[email protected]>
Co-authored-by: Yingwen <[email protected]>
Signed-off-by: Zhenchi <[email protected]>
Signed-off-by: Zhenchi <[email protected]>
Signed-off-by: Zhenchi <[email protected]>
Signed-off-by: Zhenchi <[email protected]>
Signed-off-by: Zhenchi <[email protected]>
Signed-off-by: Zhenchi <[email protected]>
Signed-off-by: Zhenchi <[email protected]>
All comments are addressed, PTAL again @evenyag |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
I hereby agree to the terms of the GreptimeDB CLA
What's changed and what's your intention?
Add parser for Puffin in sync and async manner.
Mainly introduce
PuffinSyncReader
andPuffinAsyncReader
traits and implementations.Please note that
src/puffin/src/tests.rs
is not a bin file, check it by clicking View File.Checklist
Refer to a related PR or issue link (optional)
#2705