Andy Grove

Results 438 issues of Andy Grove

### Is your feature request related to a problem or challenge? I plan on starting to prepare for the DataFusion 38 release on Monday, April 29th. Let's use this issue...

enhancement

## Which issue does this PR close? Closes https://github.com/apache/arrow-datafusion/issues/7951 ## Rationale for this change Adds a mechanism for ensuring that the documentation contains valid source code. See docs README in...

documentation
devrel
Stale

## Report incorrect documentation **Location of incorrect documentation** Compatibility guide. **Describe the problems or issues found in the documentation** There has been a lot of work around JSON reads and...

documentation

**Is your feature request related to a problem? Please describe.** Spark 3.5.0 adds support for lz4raw compression in Parquet files. cuDF does not support this, so we cannot support this...

feature request
cudf_dependency
audit_3.5.0

Rc is similar to Box but can be cloned (just the pointer is cloned, not the data) allowing for easier sharing of arrays.

## Which issue does this PR close? N/A ## Rationale for this change Add links to DataFusion subproject to make them more easily discoverable ## What changes are included in...

documentation

### Is your feature request related to a problem or challenge? DataFusion supports casting the string `4e7` to float but not to decimal. This is inconsistent with Postgres (and Apache...

enhancement

DataFusion is an in-memory query engine that uses Apache Arrow as the memory model. It supports executing SQL queries against CSV and Parquet files as well as querying directly against...

new solution