Skip to content

Conversation

@nastra
Copy link
Contributor

@nastra nastra commented Dec 21, 2022

While reviewing #6410 (which accesses the catalog properties via properties()), I've noticed that not every catalog exposes their properties. This PR aligns the affected catalog with how other catalogs expose their properties.


@Override
protected Map<String, String> properties() {
return catalogProperties == null ? ImmutableMap.of() : catalogProperties;
Copy link
Contributor Author

Choose a reason for hiding this comment

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

this is how it's being already done in the HadoopCatalog / HiveCatalog

@rdblue rdblue merged commit e3a7b16 into apache:master Dec 21, 2022
@nastra nastra deleted the catalog-properties branch December 22, 2022 07:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants