pub fn convert_table_partition_cols( table_partition_cols: Vec<(String, String)>, ) -> PyDataFusionResult<Vec<(String, DataType)>>