Skip to content

Comments

feat(playground): add memory catalog support#2121

Merged
blackmwk merged 2 commits intoapache:mainfrom
Shekharrajak:feat/playground-memory
Feb 24, 2026
Merged

feat(playground): add memory catalog support#2121
blackmwk merged 2 commits intoapache:mainfrom
Shekharrajak:feat/playground-memory

Conversation

@Shekharrajak
Copy link
Contributor

@Shekharrajak Shekharrajak commented Feb 7, 2026

Which issue does this PR close?

What changes are included in this PR?

  • Added MemoryCatalogBuilder
  • Changed the return to use the already-Arc-wrapped catalog
  • Replaced the hardcoded rest-only check with a match statement: Easy extensibility (just add a new match arm for new catalog types)

Are these changes tested?

After build :


$ cargo build -p iceberg-playground --release 

$ cat ~/.icebergrc 
[[catalogs]]
name = "local"
type = "memory"
[catalogs.config]
warehouse = "/tmp/iceberg-warehouse"



$ ./target/release/iceberg-playground --rc /path/to/config.toml


Copy link
Contributor

@blackmwk blackmwk left a comment

Choose a reason for hiding this comment

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

Thanks @Shekharrajak for this pr!

@blackmwk blackmwk merged commit 873f7ad into apache:main Feb 24, 2026
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support memory catalog in playground

2 participants