-
Notifications
You must be signed in to change notification settings - Fork 332
Move nodeids to nosql package parent
#2931
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
+1 on it. We might change the other modules to be consistent in that case. They are with |
Following up on apache#2728 this change moves "nodeids" code to the `org.apache.polaris.nosql.nodeids` package.
|
Moved to |
|
@flyrain :
Do you have a concrete proposal for this? Thx! |
I was thinking of changing all |
|
@flyrain :
Would you mind opening a PR for that? |
|
@flyrain :
Let's revisit this after the OPA PR #2680 merges. It already depends on some of those classes and I would not want to cause extra overhead in OPA work because that PR is already very old and has a lot of changes induced by reviews. |
dennishuo
left a comment
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, thanks for following up on this!
Following up on apache#2728 this change moves "nodeids" code to the `org.apache.polaris.persistence.nosql.nodeids` package.
Following up on #2728 this change moves "nodeids" code to the
org.apache.polaris.nosql.nodeidspackage.