Skip to content

Conversation

@cornerwings
Copy link

Which issue does this PR close?

What changes are included in this PR?

Change correctly updates name in catalog config to ensure catalog can correctly find/refer to existing namespaces/objects

Are these changes tested?

Added a new test that verifies name is considered by catalog (test fails without the corresponding code change)

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 @cornerwings for this pr, generally LGTM! Just one minor point to fix.

.unwrap()
}

async fn new_sql_catalog(warehouse_location: String) -> impl Catalog {
Copy link
Contributor

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 should keep this function. We should remove it.

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.

SQL catalog ignores name supplied

2 participants