//! # Ballista Integration
//!
//! This module provides integration with Apache Ballista for distributed processing.
pub use BallistaCluster;
pub use BallistaEngine;
/// Dummy implementation when the distributed feature is not enabled
;
/// Dummy implementation when the distributed feature is not enabled