-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use Delta 1.1.0 for Spark 3.2.x #192
Conversation
Signed-off-by: Allen Xu <[email protected]>
Signed-off-by: Allen Xu <[email protected]>
@@ -175,6 +175,9 @@ when you are about to shutdown the Metastore service. | |||
For [unmanaged tables](https://docs.databricks.com/lakehouse/data-objects.html#what-is-an-unmanaged-table), | |||
user doesn't need to create the Metastore service, appending `--delta_unmanaged` to arguments will be enough. | |||
|
|||
NOTE: To enabling Delta against different Spark versions, please modify the Delta package version accordingly in the template file. | |||
For more version compatibility information, please visit [compatibility with apache spark](https://docs.delta.io/latest/releases.html#compatibility-with-apache-spark). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Apache Spark should be capitalized properly.
@@ -15,7 +15,7 @@ | |||
# limitations under the License. | |||
# | |||
|
|||
# 1. The io.delta:delta-core_2.12:1.0.1 only works on Spark 3.1.x | |||
# 1. The io.delta:delta-core_2.12:1.1.0 only works on Spark 3.2.x |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We really should be using Delta Lake 2.0.x for consistency, as that's what we support in the RAPIDS Accelerator when accelerating Delta Lake. See https://docs.nvidia.com/spark-rapids/user-guide/24.04.01/additional-functionality/delta-lake-support.html#delta-lake-versions-supported-for-write
As title.
To fix #191