-
Notifications
You must be signed in to change notification settings - Fork 4.8k
HIVE-26985: Create a trackable hive configuration object #4002
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
|
Kudos, SonarCloud Quality Gate passed! |
| * @deprecated This method will become private eventually; Use {@link #create()} instead. | ||
| */ | ||
| @Deprecated | ||
| protected HiveConf() { |
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.
I think there are other options than making HiveConf protected - and I don't think its worth to break all 3rd party extensions for a rarely used debug feature (-1)
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.
hey, thanks for the comment, actually this codepath is just a dependency (before maybe merging HIVE-26984), can we discuss the constuctor related stuff on #3983?
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.
sure; I've copied almost the same message to other places... :)
|
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |









What changes were proposed in this pull request?
Why are the changes needed?
Does this PR introduce any user-facing change?
How was this patch tested?