//! Shared helpers for integration tests (SparkSession and DataFrame setup).
use df;
use ;
/// Create a SparkSession with a descriptive app name for tests.
/// Convenience helper for a small (id, age, name) test DataFrame.
/// Use in tests that need a standard 3-row table; see core_dataframe.rs.
// not used by every test binary (e.g. io, windows)