[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.properties.--(needFilterProps))
|
||||
val newTable = table.copy(
|
||||
identifier = tableIdentWithDB,
|
||||
storage = newStorage,
|
||||
schema = reOrderedQuery.schema,
|
||||
properties = table.properties.--(needFilterProps)
|
||||
|
||||
Reference in New Issue
Block a user