You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
some properties are critical for graviton catalogs, such as provider, hive metastore uri for HiveCatalog, Iceberg catalog type for IcebergCatalog, these properties should't be changed or we may encounter unexpected problems.
How should we improve?
No response
The text was updated successfully, but these errors were encountered:
)
### What changes were proposed in this pull request?
Implement `catalogPropertiesMetadata` for `HiveCatalogOperations`
### Why are the changes needed?
Currently `catalogPropertiesMetadata` will return an empty map, and we
need to implement it to return a real value for the hive property
metadata.
Fix: #470Fix: #362
### Does this PR introduce _any_ user-facing change?
N/A
### How was this patch tested?
Add test `testCatalogProperty` in `TestHiveCatalog`
What would you like to be improved?
some properties are critical for graviton catalogs, such as
provider
,hive metastore uri
forHiveCatalog
,Iceberg catalog type
forIcebergCatalog
, these properties should't be changed or we may encounter unexpected problems.How should we improve?
No response
The text was updated successfully, but these errors were encountered: