Skip to content

Commit 61d3543

Browse files
authored
Add integration test for IO operations for listing tables queries (#18229)
## Which issue does this PR close? - Part of #18160 ## Rationale for this change As we spend more effort optimizing the number of IO requests made during various scenarios, we need to ensure we have test coverage to: 1. Verify that the optimizations are working as intended 2. Prevent regressions in the future as code changes are made ## What changes are included in this PR? Add a new integration test that verifies what IO operations happen when creating and querying listing tables ## Are these changes tested? It is all tests ## Are there any user-facing changes? No, only tests
1 parent e2516e2 commit 61d3543

File tree

2 files changed

+617
-0
lines changed

2 files changed

+617
-0
lines changed

datafusion/core/tests/datasource/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@
2121
2222
// Include tests in csv module
2323
mod csv;
24+
mod object_store_access;

0 commit comments

Comments
 (0)