pub type PartitionData = Arc<RwLock<Vec<RecordBatch>>>;
Type alias for partition data
pub struct PartitionData { /* private fields */ }