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

Integration test #10

Merged
merged 3 commits into from
Jan 3, 2025
Merged

Integration test #10

merged 3 commits into from
Jan 3, 2025

Conversation

suremarc
Copy link
Collaborator

@suremarc suremarc commented Dec 31, 2024

This PR implements an integration test with a (very rudimentary) materialized ListingTable implementation. It utilizes the stale_files UDTF to determine when materialized data is stale, and incrementally regenerate the now-old data.

The test is quite long, as it is somewhat complicated as of now to set up materialized views correctly. We hope to make this easier in the future, but for now the library is focused on providing the minimal kernel of functionality necessary to support incremental view maintenance.

For now, the integration test serves dually as both a test and an example of how to utilize the library correctly.

@suremarc suremarc marked this pull request as ready for review January 3, 2025 06:32
@suremarc suremarc merged commit da8ed33 into main Jan 3, 2025
8 checks passed
@github-actions github-actions bot mentioned this pull request Jan 3, 2025
@suremarc suremarc deleted the integration-test branch January 6, 2025 17:48
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.

1 participant