-
Notifications
You must be signed in to change notification settings - Fork 322
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
fix: openmldb-import curator version and docs #2384
Conversation
Codecov Report
@@ Coverage Diff @@
## main #2384 +/- ##
=========================================
Coverage 75.91% 75.91%
Complexity 368 368
=========================================
Files 629 629
Lines 119710 119710
Branches 1036 1036
=========================================
+ Hits 90872 90882 +10
+ Misses 28622 28612 -10
Partials 216 216
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
<artifactId>apache-curator</artifactId> | ||
<version>5.1.0</version> | ||
<type>pom</type> | ||
<artifactId>curator-client</artifactId> |
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.
many module has deps to curator, it is better to define curator version in a single place( the parent pom) later.
Should we exclude zookeeper as explained in https://curator.apache.org/zk-compatibility-34.html ?
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.
openmldb-import is not a submodule now. Maybe later?
Excluding zookeeper is ok, we can discuss it in a new issue.
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.
LGTM
Closes #2377