pub async fn validate_sstable( sstable_path: &Path, schema_path: Option<&Path>, deep: bool, fix: bool, report_path: Option<&Path>, ) -> Result<()>
Validate SSTable format, integrity, and data consistency