Skip to content
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

Remove spring-boot dependency #11291

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jbonofre
Copy link
Member

@jbonofre jbonofre commented Oct 9, 2024

This PR removes the spring-boot dependency from Iceberg and implement Aliyun OSS Mock using the JDK HTTP server.

@@ -121,8 +116,9 @@ void deleteBucket(String bucketName) throws IOException {

File dir = new File(root, bucket.getName());
if (Files.walk(dir.toPath()).anyMatch(p -> p.toFile().isFile())) {
throw new AliyunOSSMockLocalController.OssException(
409, OSSErrorCode.BUCKET_NOT_EMPTY, "The bucket you tried to delete is not empty. ");
// throw new OSSException(409, OSSErrorCode.BUCKET_NOT_EMPTY, "The bucket you tried to delete
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why do we keep this commented line?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants