-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
feat(module): support databend #9148
feat(module): support databend #9148
Conversation
6d20aee
to
9e16e8a
Compare
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.
modules/databend/src/test/java/org/testcontainers/DatabendTestImages.java
Outdated
Show resolved
Hide resolved
modules/databend/src/test/java/org/testcontainers/databend/DatabendContainerTest.java
Outdated
Show resolved
Hide resolved
modules/databend/src/test/java/org/testcontainers/databend/DatabendContainerTest.java
Outdated
Show resolved
Hide resolved
modules/databend/src/test/java/org/testcontainers/jdbc/databend/DatabendJDBCDriverTest.java
Outdated
Show resolved
Hide resolved
modules/databend/src/main/java/org/testcontainers/databend/DatabendContainer.java
Outdated
Show resolved
Hide resolved
modules/databend/src/test/java/org/testcontainers/DatabendTestImages.java
Outdated
Show resolved
Hide resolved
modules/databend/src/main/java/org/testcontainers/databend/DatabendContainer.java
Outdated
Show resolved
Hide resolved
modules/databend/src/main/java/org/testcontainers/databend/DatabendContainer.java
Outdated
Show resolved
Hide resolved
modules/databend/src/main/java/org/testcontainers/databend/DatabendContainer.java
Outdated
Show resolved
Hide resolved
modules/databend/src/test/java/org/testcontainers/databend/DatabendContainerTest.java
Show resolved
Hide resolved
cb00c66
to
7340f7a
Compare
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.
modules/databend/src/main/java/org/testcontainers/containers/DatabendContainerProvider.java
Outdated
Show resolved
Hide resolved
modules/databend/src/main/java/org/testcontainers/containers/DatabendContainerProvider.java
Outdated
Show resolved
Hide resolved
47869ba
to
f4b94c2
Compare
a16da98
to
5a1e600
Compare
Hi @hantmac, the project doesn't compile. PTAL, https://github.com/testcontainers/testcontainers-java/actions/runs/10626268429/job/29586004747?pr=9148#step:5:24 |
Thank you very much! I fixed it and have a try again. |
still failing, see https://github.com/testcontainers/testcontainers-java/actions/runs/10693866752/job/29645246728?pr=9148 @hantmac can you make sure the project compiles locally? |
Yeah, it's strange I build it successfully using IDEA. But the code has problems actually. |
Hi @hantmac, can you please execute |
@eddumelendez Hi bro, I have execute |
@eddumelendez Hi bro, if there has no review comments to be resolved, would you like to merge it? |
Thanks for your contribution, @hantmac! I have removed the |
@eddumelendez Thanks for your help! |
Hi there, I am a developer from Databend, which is built in Rust, is an open-source cloud data warehouse that serves as a cost-effective warehouse.
This pr add the New Modules: databend