rdblue commented on a change in pull request #3663:
URL: https://github.com/apache/iceberg/pull/3663#discussion_r776504232
##########
File path: api/src/main/java/org/apache/iceberg/LockManager.java
##########
@@ -17,14 +17,14 @@
* under the License.
*/
-package org.apache.iceberg.aws.glue;
+package org.apache.iceberg;
Review comment:
I think that having this in the API module makes sense, but I would put
`LockManagers` and the in-memory implementation in core. I'd also move the
implementation back to the `util` package since we want to avoid making
`org.apache.iceberg` any more huge.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]