datafusion-ballista
datafusion-ballista copied to clipboard
Apache Arrow Ballista Distributed Query Engine
# Ballista Reloaded - Roadmap Proposal [As it looks like we reached some kind of consensus](https://github.com/apache/datafusion-ballista/pull/1066) about moving Ballista from application to a library, I'd like to propose few targets...
As per our discussion in #1066 I'm opening this epic to break down PR #1066 to set of smaller chunks. - [x] #1069 - datafusion python is the main effort,...
Updates the requirements on [dashmap](https://github.com/xacrimon/dashmap) to permit the latest version. Release notes Sourced from dashmap's releases. v6.1.0 xacrimon/dashmap#308 Commits f2d248e v6.1.0 da6ac5e Add typesize::TypeSize implementation for DashMap/DashSet (#308) 633aadb v6.0.1...
Bumps [express](https://github.com/expressjs/express) from 4.18.2 to 4.21.0. Release notes Sourced from express's releases. 4.21.0 What's Changed Deprecate "back" magic string in redirects by @blakeembrey in expressjs/express#5935 [email protected] by @wesleytodd in expressjs/express#5954...
Bumps [rollup](https://github.com/rollup/rollup) from 2.79.1 to 2.79.2. Changelog Sourced from rollup's changelog. rollup changelog 4.22.5 2024-09-27 Bug Fixes Allow parsing of certain unicode characters again (#5674) Pull Requests #5674: Fix panic...
Bumps [webpack](https://github.com/webpack/webpack) from 5.89.0 to 5.94.0. Release notes Sourced from webpack's releases. v5.94.0 Bug Fixes Added runtime condition for harmony reexport checked Handle properly data/http/https protocols in source maps Make...
Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.5 to 4.0.8. Release notes Sourced from micromatch's releases. 4.0.8 Ultimate release that fixes both CVE-2024-4067 and CVE-2024-4068. We consider the issues low-priority, so even if you...
Upgrades datafusion and certain libraries to the equivalent versions of what datafusion uses (mainly arrow and it's crates, which depend on prost, tonic, hyper etc). `warp` was still on hyper...
**Describe the bug** See discussion here https://github.com/apache/datafusion/issues/12454 The "broadcast join" (CollectLeft) is wrong for certain join types which produce results on unmatched left rows. **To Reproduce** Run a broadcast join...
# Which issue does this PR close? Closes #. # Rationale for this change - keep up with datafusion release # What changes are included in this PR? - update...