Skip to content

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

Xuanwo
Copy link
Member

@Xuanwo Xuanwo commented Jun 30, 2025

Which issue does this PR close?

What changes are included in this PR?

Merge memory catalog into core.

Are these changes tested?

Signed-off-by: Xuanwo <github@xuanwo.io>
@Xuanwo Xuanwo requested review from kevinjqliu and liurenjie1024 and removed request for kevinjqliu June 30, 2025 13:23
Signed-off-by: Xuanwo <github@xuanwo.io>
Copy link
Contributor

@liurenjie1024 liurenjie1024 left a 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
Copy link
Contributor

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?

Copy link
Member Author

Choose a reason for hiding this comment

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

Yes

@@ -17,6 +17,8 @@

//! Catalog API for Apache Iceberg

pub mod memory;
Copy link
Contributor

Choose a reason for hiding this comment

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

This is odd to me, user have to use iceberg::memory::MemoryCatalog. I would prefer to ask user to use iceberg::MemoryCatalog, iceberg::catalog::memory::MeoryCatalog, or iceberg::catalog::MemoryCatalog

@liurenjie1024
Copy link
Contributor

Also we need to remove iceberg-catalog-memory from github publish workflow.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Move MemoryCatalog into iceberg crate.
2 participants