-
Notifications
You must be signed in to change notification settings - Fork 20
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
Upgrade to Spark 3.4.1 and Delta 2.4.0 #211
Conversation
The current status is the following:
|
Codecov Report
@@ Coverage Diff @@
## main #211 +/- ##
==========================================
- Coverage 92.40% 92.00% -0.41%
==========================================
Files 87 88 +1
Lines 2187 2214 +27
Branches 177 168 -9
==========================================
+ Hits 2021 2037 +16
- Misses 166 177 +11
... and 1 file with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Pending TODO: Support TIMESTAMP_NTZ to index. |
This Draft PR is for updating versions of Spark and Delta to the latest available!
Here's a summary of some interesting changes that are included in the updates.
Spark 3.4.x
Read the full notes here: Apache Spark Version 3.4 , Apache Spark Version 3.4.1
TimestampNTZ
Type ).Delta 2.4.0
Read the full notes here: Delta Lake Version 2.4.0
PURGE
in case we want to deactivate the feature for the table (which will invoke a rewrite of some of the files).REPLACE WHERE
expressions in SQL to selectively overwrite data.DeltaLog
API: Nowsnapshot
is no longer reliable to return the last Snapshot available. UseDeltaLog.update()
instead.