Skip to content

Remove iceberg catalog from executor for drop statements#17

Merged
osipovartem merged 4 commits into
mainfrom
aosipov/remove_iceberg_catalog_calls
Nov 17, 2025
Merged

Remove iceberg catalog from executor for drop statements#17
osipovartem merged 4 commits into
mainfrom
aosipov/remove_iceberg_catalog_calls

Conversation

@osipovartem
Copy link
Copy Markdown
Contributor

Related to #12

if let Some(catalog) = &self.iceberg_catalog {
let namespace = Namespace::try_new(std::slice::from_ref(&name.to_string()))
.map_err(|err| DataFusionError::External(Box::new(err)))?;
block_on(
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

block_on or spawn_blocking?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

@osipovartem osipovartem force-pushed the aosipov/remove_iceberg_catalog_calls branch from c1de2d9 to 9c08502 Compare November 17, 2025 15:00
@osipovartem osipovartem merged commit c9141d9 into main Nov 17, 2025
3 checks passed
@osipovartem osipovartem deleted the aosipov/remove_iceberg_catalog_calls branch November 17, 2025 15:26
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.

2 participants