Skip to content

Conversation

@Shekharrajak
Copy link

@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


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

1 participant