Skip to content

Commit 22ca720

Browse files
committed
Add statistics integration tests
1 parent b6b542e commit 22ca720

27 files changed

+1251
-0
lines changed

datafusion/core/tests/core_integration.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ mod catalog_listing;
6060
/// Run all tests that are found in the `tracing` directory
6161
mod tracing;
6262

63+
/// Run all tests in the `statistics` directory
64+
mod statistics;
65+
6366
#[cfg(test)]
6467
#[ctor::ctor]
6568
fn init() {
11.1 KB
Binary file not shown.
97.8 KB
Binary file not shown.
151 KB
Binary file not shown.
188 KB
Binary file not shown.
85.5 KB
Binary file not shown.
Binary file not shown.
130 KB
Binary file not shown.
96.9 KB
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)