Andy Grove
Andy Grove
I'm generating code from https://github.com/apache/arrow/blob/master/format/Schema.fbs which has a union named `Type` and this caused flatbuffers to generate a `Type.rs` module but since `type` is a reserved word in Rust this...
The generated `mod.rs` file for my project contains `mod` and `pub use` statements with lower case names: ```rust mod dateunit; pub use self::dateunit::*; ``` However, the generated module is named...
# Which issue does this PR close? Closes #. # Rationale for this change Add support for distributed execution with Python engines such as Polars, Pandas, cuDF # What changes...
# Which issue does this PR close? N/A # Rationale for this change Pin to specific rev # What changes are included in this PR? Pin to specific rev #...
# Which issue does this PR close? N/A # Rationale for this change Make some changes now that Apache DataFusion is a TLP # What changes are included in this...
### What is the problem the feature request solves? Comet is not consistent with Spark when casting between decimals. Here is a test to demonstrate this. ```scala test("cast between decimals...
### What is the problem the feature request solves? We need to show users how to tune the performance of Comet. We do already have documentation for our configuration settings...