datafusion
datafusion copied to clipboard
Apache DataFusion SQL Query Engine
Bumps [apache-avro](https://github.com/apache/avro-rs) from 0.17.0 to 0.18.0. Release notes Sourced from apache-avro's releases. Apache Avro Rust SDK 0.18.0 release What's Changed Copy the Github Actions workflows from the main repo by...
# What I see (what problem we are trying to solve) DataFusion's current join implementations are fairly basic. They are functional enough to run TPCH and TPC-DS, but lack other...
### Is your feature request related to a problem or challenge? Currently, our clickbench benchmark data don't have page index, this ticket will add page index data generator, also add...
## Which issue does this PR close? - Closes #15916 ## Rationale for this change Add Spark-style ceil&floor function, the differences between DataFusion and Spark's implementations of mathematical functions `ceil`...
## Which issue does this PR close? - Closes #16374 ## Rationale for this change ```rust //! Example: embedding a "distinct values" index in a Parquet file's metadata //! //!...
## Which issue does this PR close? - Closes #16130 . ## Further Jobs to to do I filed a separate issue to investigate the benefit of this compression option....
Bumps the proto group with 1 update: [prost-build](https://github.com/tokio-rs/prost). Updates `prost-build` from 0.13.5 to 0.14.1 Changelog Sourced from prost-build's changelog. Prost version 0.14.1 PROST! is a Protocol Buffers implementation for the...
## Which issue does this PR close? - Closes #16124 . ## Rationale for this change ## What changes are included in this PR? Implement spark-compatible `factorical` function ## Are...
When searching "datafusion create_udf", the first result is `https://datafusion.apache.org/library-user-guide/adding-udfs.html` which is showing a 404 page.
## Which issue does this PR close? - Closes #15216. ## What changes are included in this PR? This PR adds support for encryption in DataFusion’s Parquet implementation. The changes...