-
Notifications
You must be signed in to change notification settings - Fork 284
refactor: Move memory catalog into core #1480
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
Conversation
Signed-off-by: Xuanwo <[email protected]>
Signed-off-by: Xuanwo <[email protected]>
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.
Thanks @Xuanwo , generally LGTM! Just some minor nits.
@@ -22,12 +22,10 @@ | |||
//! ## Scan A Table | |||
//! | |||
//! ```rust, ignore |
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.
It's supposed to be able to compile now?
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.
Yes
Also we need to remove |
Signed-off-by: Xuanwo <[email protected]>
cc @liurenjie1024 please review again. |
Signed-off-by: Xuanwo <[email protected]>
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.
Thanks @Xuanwo for this pr, LGTM!
Which issue does this PR close?
MemoryCatalog
intoiceberg
crate. #1472What changes are included in this PR?
Merge memory catalog into core.
Are these changes tested?