[MINOR] move metrics implementation to hudi-common#3356
[MINOR] move metrics implementation to hudi-common#3356jintaoguan wants to merge 3 commits intoapache:masterfrom jintaoguan:move-metrics-module
Conversation
garyli1019
left a comment
There was a problem hiding this comment.
Hi @jintaoguan , thanks for your contribution. Would you describe the initiative of this PR? I couldn't see the benefit of moving the metric to common.
|
@garyli1019 Currently all metrics-related implementations are in |
|
@jintaoguan I see, this is not a minor change. Would you create a Jira ticket and add the description there? |
|
@garyli1019 We might need to think about the plan for moving the implementations of metrics. So I will just abandon this PR for now. Thank you for reviewing. |
Tips
What is the purpose of the pull request
(For example: This pull request adds quick-start document.)
Brief change log
(for example:)
Verify this pull request
(Please pick either of the following options)
This pull request is a trivial rework / code cleanup without any test coverage.
(or)
This pull request is already covered by existing tests, such as (please describe tests).
(or)
This change added tests and can be verified as follows:
(example:)
Committer checklist
Has a corresponding JIRA in PR title & commit
Commit message is descriptive of the change
CI is green
Necessary doc changes done or have another open PR
For large changes, please consider breaking it into sub-tasks under an umbrella JIRA.