* 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>
* 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
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.
* Migrate arrow-datafusion paths in Dockerfile
Following renames after the project extracted from Arrow.
* Make running in docker instruction be copy-pastable
* 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>
* 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>