Files
datafusion/datafusion-cli
Blake Orth 774b6fee0b Adds instrumentation to COPY operations in the CLI (#18227)
## Which issue does this PR close?

- Closes #17207 

## Rationale for this change

Completes the instrumentation of the object store used in datafusion-cli
🎉

## What changes are included in this PR?

 - Adds instrumentation to copy
 - Adds instrumentation to copy_if_not_exists
 - Adds tests for new code

## Are these changes tested?

Yes. New unit tests have been added.

## Are there any user-facing changes?

No-ish

##
cc @alamb 

This PR completes the final methods for the instrumented object store!
It seems like this should allow us to close the issue we've had tied to
all of these PRs and additional work in this area can probably be done
under new/targeted issues.
2025-10-22 21:05:52 +00:00
..
2025-10-16 17:21:24 +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.