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
we must support FunctionCatalog in #2709, it's better to register specific catalog to Spark catalog manager, the specific catalog could implement FunctionCatalog
@FANNG1 Does this mean that we will support Functions in Gravitino? So we can list functions and get function.
No, supports functions in Gravitino are long term, this issue aims to refactor GravitinoCatalog to easily implement FunctionCatalog to support partitions for Iceberg. list and get functions will proxy to the underlying spark catalog not Gravitino server after this issue.
…log manager (#2906)
### What changes were proposed in this pull request?
register specific catalog like `GravitinoHiveCatalog` to Spark catalog
manager, no the general `GravitinoCatalog`
### Why are the changes needed?
The specific catalog could implement different interfaces like
`FunctionCatalog`, to support Iceberg partition.
Fix: #2903
### Does this PR introduce _any_ user-facing change?
no
### How was this patch tested?
existing tests
What would you like to be improved?
we must support FunctionCatalog in #2709, it's better to register specific catalog to Spark catalog manager, the specific catalog could implement
FunctionCatalog
How should we improve?
#1227
The text was updated successfully, but these errors were encountered: