Skip to content
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

Issue #405: DataWriter refactory #402

Merged
merged 20 commits into from
Sep 10, 2024
Merged

Conversation

cugni
Copy link
Member

@cugni cugni commented Sep 6, 2024

Description

This PR is working toward the abstraction of Qbeast-spark from Delta code #398. It makes the RollupDataWrite more independent of the Open Table Format used and reorganizes the roles of accessing the data between the DataWriter and the QbeastSnapshot. This PR also solves a potential issue when optimizing a table with a changed schema.

Checklist:

Here is the list of things you should do before submitting this pull request:

  • New feature / bug fix has been committed following the Contribution guide.
  • Add logging to the code following the Contribution guide.
  • Add comments to the code (make it easier for the community!).
  • Change the documentation.
  • Add tests.
  • Your branch is updated to the main branch (dependent changes have been merged).

@cugni cugni marked this pull request as ready for review September 9, 2024 13:53
@cugni cugni requested review from Jiaweihu08, fpj and osopardo1 and removed request for fpj September 9, 2024 13:54
Copy link
Member

@osopardo1 osopardo1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks for reducing the refactor PR size :)
few comments:

@osopardo1 osopardo1 changed the title DataWriter refactory Issue #405: DataWriter refactory Sep 10, 2024
@osopardo1
Copy link
Member

FYI @cugni : I've opened a new issue with a more fine-grained scope than the Delta Refactor, and I've also changed the PR title with the Issue number linked.

@osopardo1 osopardo1 self-requested a review September 10, 2024 12:43
Copy link
Member

@osopardo1 osopardo1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved 👍

@osopardo1 osopardo1 merged commit 29cb3ac into Qbeast-io:main Sep 10, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants