1
0

[HUDI-4356] Fix the error when sync hive in CTAS (#6029)

This commit is contained in:
董可伦
2022-07-06 00:08:23 +08:00
committed by GitHub
parent 8570c3aab4
commit 3670e82af5

View File

@@ -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)