BlakeOrth opened a new pull request, #17984:
URL: https://github.com/apache/datafusion/pull/17984
## 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
Functionally this code currently does nothing, but it's an important
component that will allow instrumentation of object stores. 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
This is another bite-sized building block on the road to completing #17207
## What changes are included in this PR?
- Adds the InstrumentedObjectStore to datafusion-cli to support building
instrumented output for queries executed via the cli
- Integrates the new InstrumentedObjectStore into the
InstrumentedObjectStoreRegistry to ensure any ObjectStore instance registered
gets instrumentation
## Are these changes tested?
Yes. While no additional tests have been added, the
`InstrumentedObjectStoreRegistry` now automatically invokes the
`InstrumentedObjectStore` which means all new code is exercised under existing
tests.
## Are there any user-facing changes?
No
cc @alamb
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]