From a699392e69e4663a787a60d6443e9c8c504c0505 Mon Sep 17 00:00:00 2001 From: Ameya Ketkar <94497232+ketkarameya@users.noreply.github.com> Date: Tue, 5 Sep 2023 22:00:23 -0700 Subject: [PATCH] Update `plugins/spark_upgrade/README.md` (#598) --- plugins/spark_upgrade/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/plugins/spark_upgrade/README.md b/plugins/spark_upgrade/README.md index 62e49c573..810ae0623 100644 --- a/plugins/spark_upgrade/README.md +++ b/plugins/spark_upgrade/README.md @@ -6,6 +6,11 @@ Upgrades your codebase to Spark 3.3 Currently, it updates to [v.3.3](https://spark.apache.org/releases/spark-release-3-3-0.html) only. Supported rewrites: * `CalendarInterval` -> `DateTimeConstants` +* Updates execution plan access +* `Calculator` signature change +* `GradientBoostTrees` api change +* Update `SQLExecution.withNewExecutionId` +* Update `QueryTest.CheckAnswer`