Recovers all the partitions in the directory of a table and update the catalog
recoverPartitions.Rd
Recovers all the partitions in the directory of a table and update the catalog. The name should reference a partitioned table, and not a view.
Examples
if (FALSE) { # \dontrun{
sparkR.session()
recoverPartitions("spark_catalog.default.myTable")
} # }