Re: [PR] Support tencent COS fileIO [iceberg]

2024-10-08 Thread via GitHub
github-actions[bot] closed pull request #9048: Support tencent COS fileIO URL: https://github.com/apache/iceberg/pull/9048 -- 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 un

Re: [PR] Support tencent COS fileIO [iceberg]

2024-10-08 Thread via GitHub
github-actions[bot] commented on PR #9048: URL: https://github.com/apache/iceberg/pull/9048#issuecomment-2401027269 This pull request has been closed due to lack of activity. This is not a judgement on the merit of the PR in any way. It is just a way of keeping the PR queue manageable. If y

Re: [PR] Support tencent COS fileIO [iceberg]

2023-11-22 Thread via GitHub
nastra commented on code in PR #9048: URL: https://github.com/apache/iceberg/pull/9048#discussion_r1401887508 ## build.gradle: ## @@ -948,6 +948,48 @@ project(':iceberg-snowflake') { } } +project(':iceberg-tencentcloud') { + test { +useJUnitPlatform() + } + + depend

Re: [PR] Support tencent COS fileIO [iceberg]

2023-11-22 Thread via GitHub
nastra commented on code in PR #9048: URL: https://github.com/apache/iceberg/pull/9048#discussion_r1401886198 ## build.gradle: ## @@ -948,6 +948,48 @@ project(':iceberg-snowflake') { } } +project(':iceberg-tencentcloud') { + test { +useJUnitPlatform() + } + + depend

Re: [PR] Support tencent COS fileIO [iceberg]

2023-11-22 Thread via GitHub
nastra commented on code in PR #9048: URL: https://github.com/apache/iceberg/pull/9048#discussion_r1401883707 ## build.gradle: ## @@ -948,6 +948,48 @@ project(':iceberg-snowflake') { } } +project(':iceberg-tencentcloud') { + test { +useJUnitPlatform() + } + + depend

Re: [PR] Support tencent COS fileIO [iceberg]

2023-11-22 Thread via GitHub
nastra commented on code in PR #9048: URL: https://github.com/apache/iceberg/pull/9048#discussion_r1401825158 ## tencent/src/test/java/org/apache/iceberg/tencentcloud/cos/TestCosClientFactories.java: ## @@ -0,0 +1,77 @@ +/* + * Licensed to the Apache Software Foundation (ASF) un

Re: [PR] Support tencent COS fileIO [iceberg]

2023-11-22 Thread via GitHub
nastra commented on code in PR #9048: URL: https://github.com/apache/iceberg/pull/9048#discussion_r1401806041 ## tencent/src/test/java/org/apache/iceberg/tencentcloud/cos/TestCosFileIO.java: ## @@ -0,0 +1,166 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one

Re: [PR] Support tencent COS fileIO [iceberg]

2023-11-22 Thread via GitHub
nastra commented on code in PR #9048: URL: https://github.com/apache/iceberg/pull/9048#discussion_r1401767120 ## tencent/src/test/java/org/apache/iceberg/tencentcloud/cos/TestCosFileIO.java: ## @@ -0,0 +1,166 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one

Re: [PR] Support tencent COS fileIO [iceberg]

2023-11-22 Thread via GitHub
lubo212 commented on code in PR #9048: URL: https://github.com/apache/iceberg/pull/9048#discussion_r1401684618 ## tencent/src/test/java/org/apache/iceberg/tencentcloud/cos/TestCosClientFactories.java: ## @@ -0,0 +1,90 @@ +/* + * Licensed to the Apache Software Foundation (ASF) u

Re: [PR] Support tencent COS fileIO [iceberg]

2023-11-13 Thread via GitHub
nastra commented on code in PR #9048: URL: https://github.com/apache/iceberg/pull/9048#discussion_r1390789456 ## tencent/src/test/java/org/apache/iceberg/tencentcloud/cos/TestCosClientFactories.java: ## @@ -0,0 +1,90 @@ +/* + * Licensed to the Apache Software Foundation (ASF) un