Re: [PR] feat: podman support [iceberg-rust]

2024-07-30 Thread via GitHub
liurenjie1024 merged PR #489: URL: https://github.com/apache/iceberg-rust/pull/489 -- 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: issues-unsubscr...@ic

Re: [PR] feat: podman support [iceberg-rust]

2024-07-30 Thread via GitHub
alexyin1 commented on code in PR #489: URL: https://github.com/apache/iceberg-rust/pull/489#discussion_r1697497521 ## CONTRIBUTING.md: ## @@ -110,14 +110,16 @@ $ cargo version cargo 1.69.0 (6e9a83356 2023-04-12) ``` - Install docker + Install Docker or Podman -Curr

Re: [PR] feat: podman support [iceberg-rust]

2024-07-30 Thread via GitHub
alexyin1 commented on code in PR #489: URL: https://github.com/apache/iceberg-rust/pull/489#discussion_r1697497521 ## CONTRIBUTING.md: ## @@ -110,14 +110,16 @@ $ cargo version cargo 1.69.0 (6e9a83356 2023-04-12) ``` - Install docker + Install Docker or Podman -Curr

Re: [PR] feat: podman support [iceberg-rust]

2024-07-30 Thread via GitHub
alexyin1 commented on code in PR #489: URL: https://github.com/apache/iceberg-rust/pull/489#discussion_r1697495594 ## crates/test_utils/src/cmd.rs: ## @@ -28,14 +28,27 @@ pub fn run_command(mut cmd: Command, desc: impl ToString) { } } -pub fn get_cmd_output(mut cmd: Comm

Re: [PR] feat: podman support [iceberg-rust]

2024-07-30 Thread via GitHub
liurenjie1024 commented on PR #489: URL: https://github.com/apache/iceberg-rust/pull/489#issuecomment-2258505768 One minor hint: it's better to use merge rather than force push so that review could pick up from last review. -- This is an automated message from the Apache Git Service. To r

Re: [PR] feat: podman support [iceberg-rust]

2024-07-30 Thread via GitHub
liurenjie1024 commented on code in PR #489: URL: https://github.com/apache/iceberg-rust/pull/489#discussion_r1697072080 ## crates/test_utils/src/cmd.rs: ## @@ -28,14 +28,27 @@ pub fn run_command(mut cmd: Command, desc: impl ToString) { } } -pub fn get_cmd_output(mut cmd:

Re: [PR] feat: podman support [iceberg-rust]

2024-07-30 Thread via GitHub
Xuanwo commented on code in PR #489: URL: https://github.com/apache/iceberg-rust/pull/489#discussion_r169242 ## CONTRIBUTING.md: ## @@ -110,14 +110,16 @@ $ cargo version cargo 1.69.0 (6e9a83356 2023-04-12) ``` - Install docker + Install Docker or Podman -Curren

Re: [PR] feat: podman support [iceberg-rust]

2024-07-29 Thread via GitHub
alexyin1 commented on code in PR #489: URL: https://github.com/apache/iceberg-rust/pull/489#discussion_r1696120360 ## website/src/reference/podman.md: ## @@ -0,0 +1,87 @@ + + +# Using Podman instead of Docker + +The majority of iceberg-rust is agnostic as to which containerizati

Re: [PR] feat: podman support [iceberg-rust]

2024-07-29 Thread via GitHub
alexyin1 commented on code in PR #489: URL: https://github.com/apache/iceberg-rust/pull/489#discussion_r1696120360 ## website/src/reference/podman.md: ## @@ -0,0 +1,87 @@ + + +# Using Podman instead of Docker + +The majority of iceberg-rust is agnostic as to which containerizati

Re: [PR] feat: podman support [iceberg-rust]

2024-07-29 Thread via GitHub
alexyin1 commented on code in PR #489: URL: https://github.com/apache/iceberg-rust/pull/489#discussion_r1695784467 ## crates/test_utils/src/docker.rs: ## @@ -40,15 +41,28 @@ impl DockerCompose { self.project_name.as_str() } +// docker/podman do not consistent

Re: [PR] feat: podman support [iceberg-rust]

2024-07-29 Thread via GitHub
alexyin1 commented on code in PR #489: URL: https://github.com/apache/iceberg-rust/pull/489#discussion_r1695784200 ## crates/test_utils/src/cmd.rs: ## @@ -28,6 +28,17 @@ pub fn run_command(mut cmd: Command, desc: impl ToString) { } } +pub fn get_cmd_output_dont_panic(mut

Re: [PR] feat: podman support [iceberg-rust]

2024-07-29 Thread via GitHub
alexyin1 commented on code in PR #489: URL: https://github.com/apache/iceberg-rust/pull/489#discussion_r1695747997 ## crates/test_utils/src/cmd.rs: ## @@ -28,6 +28,17 @@ pub fn run_command(mut cmd: Command, desc: impl ToString) { } } +pub fn get_cmd_output_dont_panic(mut

Re: [PR] feat: podman support [iceberg-rust]

2024-07-29 Thread via GitHub
alexyin1 commented on code in PR #489: URL: https://github.com/apache/iceberg-rust/pull/489#discussion_r1695719265 ## crates/catalog/hms/testdata/hms_catalog/Dockerfile: ## @@ -15,8 +15,6 @@ FROM --platform=$BUILDPLATFORM openjdk:8-jre-slim AS build -ARG BUILDPLATFORM Revi

Re: [PR] feat: podman support [iceberg-rust]

2024-07-29 Thread via GitHub
alexyin1 commented on code in PR #489: URL: https://github.com/apache/iceberg-rust/pull/489#discussion_r1695718458 ## crates/catalog/glue/tests/glue_catalog_test.rs: ## @@ -83,15 +81,15 @@ async fn get_catalog() -> GlueCatalog { (AWS_REGION_NAME.to_string(), "us-east-1"

Re: [PR] feat: podman support [iceberg-rust]

2024-07-29 Thread via GitHub
alexyin1 commented on code in PR #489: URL: https://github.com/apache/iceberg-rust/pull/489#discussion_r1695717804 ## crates/catalog/glue/tests/glue_catalog_test.rs: ## @@ -83,15 +81,15 @@ async fn get_catalog() -> GlueCatalog { (AWS_REGION_NAME.to_string(), "us-east-1"

Re: [PR] feat: podman support [iceberg-rust]

2024-07-29 Thread via GitHub
alexyin1 commented on code in PR #489: URL: https://github.com/apache/iceberg-rust/pull/489#discussion_r1695714416 ## website/src/reference/podman.md: ## @@ -0,0 +1,87 @@ + + +# Using Podman instead of Docker + +The majority of iceberg-rust is agnostic as to which containerizati

Re: [PR] feat: podman support [iceberg-rust]

2024-07-29 Thread via GitHub
alexyin1 commented on code in PR #489: URL: https://github.com/apache/iceberg-rust/pull/489#discussion_r1695710521 ## website/src/reference/podman.md: ## @@ -0,0 +1,87 @@ + + +# Using Podman instead of Docker + +The majority of iceberg-rust is agnostic as to which containerizati

Re: [PR] feat: podman support [iceberg-rust]

2024-07-29 Thread via GitHub
alexyin1 commented on code in PR #489: URL: https://github.com/apache/iceberg-rust/pull/489#discussion_r1695706639 ## website/src/reference/podman.md: ## @@ -0,0 +1,87 @@ + + +# Using Podman instead of Docker + +The majority of iceberg-rust is agnostic as to which containerizati

Re: [PR] feat: podman support [iceberg-rust]

2024-07-29 Thread via GitHub
alexyin1 commented on code in PR #489: URL: https://github.com/apache/iceberg-rust/pull/489#discussion_r1695706639 ## website/src/reference/podman.md: ## @@ -0,0 +1,87 @@ + + +# Using Podman instead of Docker + +The majority of iceberg-rust is agnostic as to which containerizati

Re: [PR] feat: podman support [iceberg-rust]

2024-07-29 Thread via GitHub
alexyin1 commented on code in PR #489: URL: https://github.com/apache/iceberg-rust/pull/489#discussion_r1695526821 ## crates/catalog/rest/testdata/rest_catalog/docker-compose.yaml: ## @@ -15,6 +15,9 @@ # specific language governing permissions and limitations # under the Licen

Re: [PR] feat: podman support [iceberg-rust]

2024-07-29 Thread via GitHub
alexyin1 commented on code in PR #489: URL: https://github.com/apache/iceberg-rust/pull/489#discussion_r1695652798 ## CONTRIBUTING.md: ## @@ -110,14 +110,16 @@ $ cargo version cargo 1.69.0 (6e9a83356 2023-04-12) ``` - Install docker + Install Docker or Podman -Curr

Re: [PR] feat: podman support [iceberg-rust]

2024-07-29 Thread via GitHub
alexyin1 commented on code in PR #489: URL: https://github.com/apache/iceberg-rust/pull/489#discussion_r1695652798 ## CONTRIBUTING.md: ## @@ -110,14 +110,16 @@ $ cargo version cargo 1.69.0 (6e9a83356 2023-04-12) ``` - Install docker + Install Docker or Podman -Curr

Re: [PR] feat: podman support [iceberg-rust]

2024-07-29 Thread via GitHub
alexyin1 commented on code in PR #489: URL: https://github.com/apache/iceberg-rust/pull/489#discussion_r1695652798 ## CONTRIBUTING.md: ## @@ -110,14 +110,16 @@ $ cargo version cargo 1.69.0 (6e9a83356 2023-04-12) ``` - Install docker + Install Docker or Podman -Curr

Re: [PR] feat: podman support [iceberg-rust]

2024-07-29 Thread via GitHub
Xuanwo commented on PR #489: URL: https://github.com/apache/iceberg-rust/pull/489#issuecomment-2256406009 > Is there a cleaner way of having "CONTRIBUTING.MD" appear in the website and as a toplevel file in the github? It's a little tricky getting both the "github.com" version and the "rust

Re: [PR] feat: podman support [iceberg-rust]

2024-07-29 Thread via GitHub
alexyin1 commented on code in PR #489: URL: https://github.com/apache/iceberg-rust/pull/489#discussion_r1695528164 ## crates/catalog/hms/testdata/hms_catalog/Dockerfile: ## @@ -15,8 +15,6 @@ FROM --platform=$BUILDPLATFORM openjdk:8-jre-slim AS build -ARG BUILDPLATFORM Revi

Re: [PR] feat: podman support [iceberg-rust]

2024-07-29 Thread via GitHub
alexyin1 commented on code in PR #489: URL: https://github.com/apache/iceberg-rust/pull/489#discussion_r1695526821 ## crates/catalog/rest/testdata/rest_catalog/docker-compose.yaml: ## @@ -15,6 +15,9 @@ # specific language governing permissions and limitations # under the Licen

Re: [PR] feat: podman support [iceberg-rust]

2024-07-29 Thread via GitHub
liurenjie1024 commented on PR #489: URL: https://github.com/apache/iceberg-rust/pull/489#issuecomment-2256148753 Hi, @alexyin1 > What is the purpose of ARG BUILDPLATFORM and when/where should that be used? It was only present in one of the Dockerfiles, so I removed it. It's us

Re: [PR] feat: podman support [iceberg-rust]

2024-07-29 Thread via GitHub
liurenjie1024 commented on code in PR #489: URL: https://github.com/apache/iceberg-rust/pull/489#discussion_r1695336217 ## website/src/reference/podman.md: ## @@ -0,0 +1,87 @@ + + +# Using Podman instead of Docker + +The majority of iceberg-rust is agnostic as to which container