-
Notifications
You must be signed in to change notification settings - Fork 299
feat(catalog): Implement catalog loader for hms #1612
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @lliangyu-lin for this pr, generally looks good!
@@ -51,7 +146,8 @@ pub enum HmsThriftTransport { | |||
|
|||
/// Hive metastore Catalog configuration. | |||
#[derive(Debug, TypedBuilder)] | |||
pub struct HmsCatalogConfig { | |||
pub(crate) struct HmsCatalogConfig { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove the TypedBuilder
, it's not needed.
Please help to resolve conflicts. |
Co-authored-by: Renjie Liu <[email protected]>
# Conflicts: # Cargo.lock # Cargo.toml # crates/catalog/loader/Cargo.toml # crates/catalog/loader/src/lib.rs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @lliangyu-lin for this pr!
Which issue does this PR close?
What changes are included in this PR?
Are these changes tested?
Yes, updated existing
hms_catalog_test