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

@@ -32,7 +32,7 @@ import org.apache.spark.sql.hudi.SparkAdapter
import org.apache.spark.sql.internal.SQLConf
/**
* A sql adapter for spark3.
* The adapter for spark3.
*/
class Spark3Adapter extends SparkAdapter {