Commit Graph

21 Commits

Author SHA1 Message Date
Matthijs Brobbel 94d2baf318 Add Cargo.lock (#14483)
* Add `Cargo.lock`

* Style fix

* Update `Cargo.lock`

* Remove unused path

* Remove cli-specific ci job and dependabot config

* Remove home pin

* Make cli test work with backtrace feature

* More changes resulting from moving the cli crate in the workspace

* Exclude `depcheck` `Cargo.lock`

* Remove `--locked` from `depcheck` run

* Refer to guidance instead of updated guidance

* Remove `--locked` from benchmark script

* Only run with `--locked` in `linux-build-lib` job of `Rust` workflow

* Remove unrelated formatting changes

* Add a note about using `--locked`

* Update cargo.lock

* Update .github/workflows/rust.yml

* Update Cargo.lock

* fix yaml

---------

Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
2025-02-08 11:05:25 -05:00
Andrew Lamb 2a8b885be8 Update version in datafusion-cli/Dockerfile to 1.81 (#14344)
* Update version in dockerfile

* Update datafusion-cli/Dockerfile

Co-authored-by: Oleks V <comphead@users.noreply.github.com>

---------

Co-authored-by: Oleks V <comphead@users.noreply.github.com>
2025-01-29 10:03:20 -05:00
Piotr Findeisen dc4ae209c1 Increase minimum supported Rust version (MSRV) to 1.80 (#13622)
* Increase minimum supported Rust version (MSRV) to 1.80

Current goal is to support four last stable versions or versions for 4
months whichever is lower.  Given 1.80.0 was released on: 25 July, 2024
it's over 4 months old and 1.79 does not need to be supported.

* update dockerfile and workflow comment
2024-12-03 08:49:41 -08:00
Piotr Findeisen 56946b4d5d Increase minimum supported Rust version (MSRV) to 1.79 (#12962)
Current goal is to support four last stable versions or versions for 4
months whichever is lower.  Given 1.78.0 was released on: 2 May, 2024,
it does not need to be supported.
2024-10-17 10:10:14 -04:00
Tai Le Manh cd9237f96d Minor: Remove warning when building datafusion-cli from Dockerfile (#12018)
Signed-off-by: Tai Le Manh <manhtai.lmt@gmail.com>
2024-08-18 06:49:24 -04:00
Piotr Findeisen 7a7797c891 Make running in docker instruction be copy-pastable (#11148)
* Migrate arrow-datafusion paths in Dockerfile

Following renames after the project extracted from Arrow.

* Make running in docker instruction be copy-pastable
2024-06-28 16:15:42 -04:00
Bruce Ritchie 3e4e09a7b0 Update cli Dockerfile to a newer ubuntu release, newer rust release. (#10638) 2024-05-24 03:58:05 -04:00
comphead 98ba11f3cd MSRV 1.73 (#9977) 2024-04-06 16:19:58 -07:00
ZHENGLIN LI 497cb9d46c fix: fix `GLIBC_2.35' not found error in ci (#9243) 2024-02-18 17:34:49 -08:00
Andrew Lamb d1aca48b5e Fix Dockerfile min rust version to 1.72 (#9135) 2024-02-05 14:21:53 -05:00
Kousuke Saruta 2dd3c24fab Fix Dockerfile. (#7031) 2023-07-20 12:57:39 -04:00
Jiayu Liu abcb39d3e2 update datafusion cli deps (#3588) 2022-09-23 08:50:04 +08:00
Shogo Yamazaki 3c1c188e14 Remove Ballista related lines from Dockerfile (#2692) 2022-06-03 13:24:00 -06:00
NaincyKumariKnoldus 447b40db1a update rust version (#1903) 2022-03-02 11:26:26 -05:00
xudong.w 811bb51a96 Update to rust 1.58 (#1557) 2022-01-14 06:03:32 -05:00
Carlos d04790041c Update rust vesion to 1.57 (#1395)
* Update rust vesion to 1.57

* Clean ups related to clippy

* remove more unused fields

* Remove some more unused code

* remove data_type from Average, but keep in consutrctor

Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
2021-12-04 06:43:12 -05:00
Jiayu Liu b020aba079 use 2021 edition (#1084) 2021-10-27 19:25:56 -04:00
Jiayu Liu 2f04d67156 fix docker for cli (#1046) 2021-09-29 12:23:15 -07:00
Nan Zhu e4b0a7e080 Fix datafusion-cli docker build (#912) 2021-08-22 08:57:07 -06:00
Jiayu Liu 1c40738232 Use multi-stage build dockerfile in datafusion-cli and reduce image size from 2.16GB to 89.9MB (#266)
* optimize datafusion-cli docker image size

* update workspace def

* get rid of alpine

* use debian:buster-slim
2021-05-06 06:09:00 -04:00
Daniël Heres 47bd3faddb Move datafusion-cli to new crate (#231)
* Move datafusion-cli to own crate

* Cargo.toml fixes, remove repl code

* Remove bin option

* License and doc updates

* Fix link to CLI docs in readme

* Use re-exported arrow

* fmt

* Spacing

* Inherit datafusion default

* Update datafusion/docs/cli.md

Co-authored-by: Andy Grove <andygrove@users.noreply.github.com>

* Update datafusion/docs/cli.md

Co-authored-by: Andy Grove <andygrove@users.noreply.github.com>

* Update docker setup

Co-authored-by: Andy Grove <andygrove@users.noreply.github.com>
2021-05-03 09:59:40 -04:00