1
0

[HUDI-2195] Sync Hive Failed When Execute CTAS In Spark2 And Spark3 (#3299)

This commit is contained in:
pengzhiwei
2021-07-22 15:33:38 +08:00
committed by GitHub
parent 2370a9facb
commit 151f22e43a
3 changed files with 17 additions and 3 deletions

View File

@@ -181,8 +181,7 @@ object HoodieSqlUtils extends SparkAdapterSupport {
}
/**
* Append the SparkSession config and table options to the baseConfig.
* We add the "spark" prefix to hoodie's config key.
* Append the spark config and table options to the baseConfig.
*/
def withSparkConf(spark: SparkSession, options: Map[String, String])
(baseConfig: Map[String, String]): Map[String, String] = {