[HUDI-2195] Sync Hive Failed When Execute CTAS In Spark2 And Spark3 (#3299)
This commit is contained in:
@@ -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] = {
|
||||
|
||||
Reference in New Issue
Block a user