| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
- Use USE_GITHUB temporarily when the python and rust crate has same version
It helps to avoid directory conflicts between datafusion-51.0.0 from PyPI source distribution and Rust crate
Changes: https://github.com/apache/datafusion-python/tree/main/dev/changelog
|
| |
|
|
| |
PR: 292360
|
| |
|
|
| |
PR: 291582
|
| |
|
|
| |
PR: 290816
|
| |
|
|
| |
Changes: https://github.com/apache/datafusion-python/tree/main/dev/changelog
|
| |
|
|
| |
Changes: https://github.com/apache/datafusion-python/tree/main/dev/changelog
|
| |
|
|
|
| |
Reference: https://pkg-status.freebsd.org/ampere2/data/main-armv7-default/p6fecc51c6cfb_s1344979687/logs/py311-datafusion-48.0.0.log
https://pkg-status.freebsd.org/beefy21/data/142i386-default/c978487f3e0d/logs/py311-datafusion-49.0.0.log
|
| |
|
|
| |
PR: 289709
|
| |
|
|
| |
Changes: https://github.com/apache/datafusion-python/tree/main/dev/changelog
|
| |
|
|
| |
PR: 288923
|
|
|
This is a Python library that binds to Apache Arrow in-memory query engine
DataFusion.
DataFusion's Python bindings can be used as a foundation for building new data
systems in Python. Here are some examples:
- Dask SQL uses DataFusion's Python bindings for SQL parsing, query planning,
and logical plan optimizations, and then transpiles the logical plan to Dask
operations for execution.
- DataFusion Ballista is a distributed SQL query engine that extends
DataFusion's Python bindings for distributed use cases.
- DataFusion Ray is another distributed query engine that uses DataFusion's
Python bindings.
|