Skip to content

feat!(storage): Add with_metadata to storage factory, update load_file_io#2247

Open
CTTY wants to merge 1 commit intoapache:mainfrom
CTTY:ctty/storage-metadata
Open

feat!(storage): Add with_metadata to storage factory, update load_file_io#2247
CTTY wants to merge 1 commit intoapache:mainfrom
CTTY:ctty/storage-metadata

Conversation

@CTTY
Copy link
Collaborator

@CTTY CTTY commented Mar 17, 2026

Which issue does this PR close?

What changes are included in this PR?

  • Introduced a new API with_metadata to StorageFactory
  • Updated RestCatalog::load_file_io accordingly

Are these changes tested?

Relying on the existing tests

"Unable to load file io, neither warehouse nor metadata location is set!",
));
}

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I don't think we need these checks anymore since now we rely on a configured StorageFactory

@CTTY CTTY added the breaking label Mar 17, 2026
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.

Add StorageFactory::with_metadata

1 participant