datafusion-ballista
datafusion-ballista copied to clipboard
Apache Arrow Ballista Distributed Query Engine
Updates the requirements on [hashlink](https://github.com/kyren/hashlink) to permit the latest version. Release notes Sourced from hashlink's releases. v0.9.1 Bugfix: LruCache::contains_key should take &self and not move the entry as though it...
# Which issue does this PR close? Closes #1016 # Rationale for this change Reflect the project's elevation from a subproject to a top-level project by updating documentation and reference...
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** Need to update DataFusion references post-promotion to top-level project. **Describe the solution...
# Which issue does this PR close? Closes #. I was exploring the code and came across the `TODO` about the `csv` file format support. So decided to address it....
Bumps [ejs](https://github.com/mde/ejs) from 3.1.9 to 3.1.10. Release notes Sourced from ejs's releases. v3.1.10 Version 3.1.10 Commits d3f807d Version 3.1.10 9ee26dd Mocha TDD e469741 Basic pollution protection 715e950 Merge pull request...
# Which issue does this PR close? Closes #1005 . # Rationale for this change Improves clarity for developers (particularly new ones) about which toolchain to use for Rust development....
**Describe the bug** use flight-sql-jdbc-driver can not execute "select 1" in ballista **To Reproduce** os: wsl2 ArchLinux ## start ballista RUST_LOG=info ballista-scheduler RUST_LOG=info ballista-executor -c 4 ## connect ballista with...
return empty location in FlightEndpoint # Which issue does this PR close? fix bug to make flight-sql-jdbc-driver work https://github.com/apache/datafusion-ballista/issues/1012 Closes #. # Rationale for this change make flight-sql-jdbc-driver work #...
# Which issue does this PR close? Closes #. # Rationale for this change # What changes are included in this PR? # Are there any user-facing changes?
# Which issue does this PR close? Slots are locked using "all" key elsewhere. I think this place should be "all" too. # Rationale for this change # What changes...