1
0

[HUDI-1884] MergeInto Support Partial Update For COW (#3154)

This commit is contained in:
pengzhiwei
2021-07-17 12:59:18 +08:00
committed by GitHub
parent af837d2f18
commit 572a214412
6 changed files with 200 additions and 16 deletions

View File

@@ -33,7 +33,7 @@ import org.apache.spark.sql.hudi.parser.HoodieSqlParser
import org.apache.spark.sql.internal.SQLConf
/**
* A sql adapter for spark2.
* The adapter for spark2.
*/
class Spark2Adapter extends SparkAdapter {