-
Notifications
You must be signed in to change notification settings - Fork 395
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Improvement] Rethinking the implement of partition operations #2999
Comments
@mchades please take a look. |
I think it is necessary to refactor this part, we have to carefully rethink the whole thing. BTW, I'm curious why Hive's partition operation doesn't have such problem like #2997 mentioned. |
I guess Hive partition operations doesn't invoke the |
It's because the class please see: "com.datastrato.gravitino.catalog.hive.dyn.DynConstructors" |
…cher (#3221) ### What changes were proposed in this pull request? - reuse the class loader of the catalog for partition operation - add partition operation dispatcher ### Why are the changes needed? Fix: #2997 #2999 ### Does this PR introduce _any_ user-facing change? no ### How was this patch tested? tests added
…cher (#3221) ### What changes were proposed in this pull request? - reuse the class loader of the catalog for partition operation - add partition operation dispatcher ### Why are the changes needed? Fix: #2997 #2999 ### Does this PR introduce _any_ user-facing change? no ### How was this patch tested? tests added
…cher (#3315) ### What changes were proposed in this pull request? - reuse the class loader of the catalog for partition operation - add partition operation dispatcher ### Why are the changes needed? Fix: #2997 #2999 ### Does this PR introduce _any_ user-facing change? no ### How was this patch tested? tests added Co-authored-by: mchades <liminghuang@datastrato.com>
…ation dispatcher (apache#3221) ### What changes were proposed in this pull request? - reuse the class loader of the catalog for partition operation - add partition operation dispatcher ### Why are the changes needed? Fix: apache#2997 apache#2999 ### Does this PR introduce _any_ user-facing change? no ### How was this patch tested? tests added
What would you like to be improved?
The current partition operation is out of dispatcher, leading to some issues:
The text was updated successfully, but these errors were encountered: