1
0

[HUDI-2838] refresh table after drop partition (#4084)

This commit is contained in:
Yann Byron
2021-11-24 11:46:48 +08:00
committed by GitHub
parent 5078d29eb4
commit 0cf2f103e0

View File

@@ -59,6 +59,7 @@ extends RunnableCommand {
parameters,
sparkSession.emptyDataFrame)
sparkSession.catalog.refreshTable(tableIdentifier.unquotedString)
Seq.empty[Row]
}