Files
datafusion/datafusion-cli
Andrew Lamb a06073913b Update to arrow, parquet to 57.1.0 (#18820)
## Which issue does this PR close?
- related to https://github.com/apache/arrow-rs/issues/8464

## Rationale for this change

Get latest and greatest code from arrow

## What changes are included in this PR?

1. Update to Arrow 57.1.0
2. Update for API changes (comments inline)

## Are these changes tested?

Yes, by CI

## Are there any user-facing changes?

No

---------

Co-authored-by: Raz Luvaton <16746759+rluvaton@users.noreply.github.com>
2025-12-01 12:00:26 +00:00
..
2025-02-08 11:05:25 -05:00

Apache DataFusion Command-line Interface

Apache DataFusion is an extensible query execution framework, written in Rust, that uses Apache Arrow as its in-memory format.

DataFusion CLI (datafusion-cli) is a small command line utility that runs SQL queries using the DataFusion engine.

Frequently Asked Questions

Where can I find more information?

See the datafusion-cli documentation for further information.