1
0

[HUDI-2811] Support Spark 3.2 (#4270)

This commit is contained in:
Yann Byron
2021-12-28 16:12:44 +08:00
committed by GitHub
parent 32505d5adb
commit 05942e018c
36 changed files with 596 additions and 167 deletions

View File

@@ -40,7 +40,6 @@ public class TestReflectUtil extends HoodieClientTestBase {
InsertIntoStatement statement = (InsertIntoStatement) spark.sessionState().sqlParser().parsePlan(insertIntoSql);
InsertIntoStatement newStatment = ReflectUtil.createInsertInto(
spark.version().startsWith("3.0"),
statement.table(),
statement.partitionSpec(),
scala.collection.immutable.List.empty(),