//! Single integration test crate for delta_kernel.
//!//! All integration tests are linked into one binary so they share a single
//! compile + link cycle. Each topic lives in its own submodule below and is
//! organized by file/directory.
#[macro_use]modcommon;modcreate_table;modfeatures;modgolden_tables;modhdfs;modlog;modmetrics;modread;modwrite;