[HUDI-4356] Fix the error when sync hive in CTAS (#6029)
This commit is contained in:
@@ -76,6 +76,7 @@ case class CreateHoodieTableAsSelectCommand(
|
|||||||
table.storage.compressed,
|
table.storage.compressed,
|
||||||
table.storage.properties.--(needFilterProps))
|
table.storage.properties.--(needFilterProps))
|
||||||
val newTable = table.copy(
|
val newTable = table.copy(
|
||||||
|
identifier = tableIdentWithDB,
|
||||||
storage = newStorage,
|
storage = newStorage,
|
||||||
schema = reOrderedQuery.schema,
|
schema = reOrderedQuery.schema,
|
||||||
properties = table.properties.--(needFilterProps)
|
properties = table.properties.--(needFilterProps)
|
||||||
|
|||||||
Reference in New Issue
Block a user