Skip to content

Commit

Permalink
[HUDI-2057] CTAS Generate An External Table When Create Managed Table
Browse files Browse the repository at this point in the history
  • Loading branch information
dongkelun committed Aug 19, 2022
1 parent f5bb78b commit 8b8e052
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -174,7 +174,7 @@ trait ProvidesHoodieConfig extends Logging {

val enableHive = isUsingHiveCatalog(sparkSession)

withSparkConf(sparkSession, catalogProperties) {
withSparkConf(sparkSession, catalogProperties ++ extraOptions) {
Map(
"path" -> path,
TABLE_TYPE.key -> tableType,
Expand Down

0 comments on commit 8b8e052

Please sign in to comment.