pub async fn analyze_region_migration_task(
task: &RegionMigrationTaskBatch,
table_metadata_manager: &TableMetadataManagerRef,
) -> Result<RegionMigrationAnalysis>Expand description
Analyzes the migration task and categorizes regions by their current state.
Returns a RegionMigrationAnalysis describing the migration status.