Re: [PR] Update version in `datafusion-cli/Dockerfile` to 1.81 [datafusion]

2025-01-29 Thread via GitHub
alamb merged PR #14344: URL: https://github.com/apache/datafusion/pull/14344 -- 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: github-unsubscr...@datafusi

Re: [PR] Update version in `datafusion-cli/Dockerfile` to 1.81 [datafusion]

2025-01-29 Thread via GitHub
alamb commented on PR #14344: URL: https://github.com/apache/datafusion/pull/14344#issuecomment-2621905518 I tested that this builds locally via ```shell $ docker build -f datafusion-cli/Dockerfile . ``` It seems to work great Thanks @comphead and @findepi --

Re: [PR] Update version in `datafusion-cli/Dockerfile` to 1.81 [datafusion]

2025-01-28 Thread via GitHub
comphead commented on code in PR #14344: URL: https://github.com/apache/datafusion/pull/14344#discussion_r1932834070 ## datafusion-cli/Dockerfile: ## @@ -15,7 +15,7 @@ # specific language governing permissions and limitations # under the License. -FROM rust:1.80-bookworm AS

Re: [PR] Update version in `datafusion-cli/Dockerfile` to 1.81 [datafusion]

2025-01-28 Thread via GitHub
comphead commented on code in PR #14344: URL: https://github.com/apache/datafusion/pull/14344#discussion_r1932833081 ## datafusion-cli/Dockerfile: ## @@ -15,7 +15,7 @@ # specific language governing permissions and limitations # under the License. -FROM rust:1.80-bookworm AS

Re: [PR] Update version in `datafusion-cli/Dockerfile` to 1.81 [datafusion]

2025-01-28 Thread via GitHub
alamb commented on code in PR #14344: URL: https://github.com/apache/datafusion/pull/14344#discussion_r1932826915 ## datafusion-cli/Dockerfile: ## @@ -15,7 +15,7 @@ # specific language governing permissions and limitations # under the License. -FROM rust:1.80-bookworm AS bui

[PR] Update version in `datafusion-cli/Dockerfile` to 1.81 [datafusion]

2025-01-28 Thread via GitHub
alamb opened a new pull request, #14344: URL: https://github.com/apache/datafusion/pull/14344 ## Which issue does this PR close? - Follow on to https://github.com/apache/datafusion/pull/14330 ## Rationale for this change Let's keep the Dockerfile up to date with the MSRV