use DataFusionError;
use ;
/// Adds two test tables to the provided [SessionContext]:
/// - `flights_1m`: 1M rows of flight data.
/// - `weather`: smaller dataset with weather forecast.
///
/// Useful for testing queries using SQL directly.
pub async