-
Notifications
You must be signed in to change notification settings - Fork 69
feat: partitioned writes and data skipping for Delta Lake #634
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
Conversation
Spark 3.5.5 Test ReportCommit Information
Test Summary
Test DetailsError CountsPassed Tests Diff(empty) Failed Tests |
Spark 4.0.0 Test ReportCommit Information
Test Summary
Test DetailsError Counts(truncated) Passed Tests Diff(empty) Failed Tests(truncated) |
Resolved merge conflicts: - Updated cargo dependencies and lock file - Resolved conflicts in sail-plan resolver - Removed obsolete delta format factory/format files - Updated delta data source to use async create_writer - Integrated catalog and session management changes
linhr
left a comment
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.
Great work!! The tests also look really nice! 🚀
|
@linhr I think we need to find an appropriate way to handle the validation for |
Yes, |
part of #171