pub fn validate_dataset_against_schema( dataset: &Dataset, schema: &SchemaDefinition, ) -> Result<Vec<String>>
Validate dataset against schema