Files
datafusion/datafusion-cli
Blake Orth d5ea5e9876 Adds DELETE and HEAD instrumentation to CLI (#18206)
## Which issue does this PR close?


This does not fully close, but is an incremental building block
component for:
 - https://github.com/apache/datafusion/issues/17207

The full context of how this code is likely to progress can be seen in
the POC for this effort:
 - https://github.com/apache/datafusion/pull/17266

## Rationale for this change

Further fills out method instrumentation

## What changes are included in this PR?

- Adds instrumentation to head requests in the instrumented object store
- Adds instrumentatin to delete requests in the instrumented object
store
 - 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
2025-10-21 19:30:09 +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.