Add lake-native Parquet and Iceberg serving foundations - #521
Merged
Merged
Conversation
added 21 commits
August 21, 2026 10:09
…ntract # Conflicts: # zig/e2e/antfly/test_transforms.py
ajroetker
force-pushed
the
feature/row-source-contract
branch
from
August 22, 2026 23:42
34249bf to
fbb9c45
Compare
Contributor
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
zig/LAKES.mdlake-testtarget covering the complete standalone lake stackPorting approach
This is a surgical state port, not a cherry-pick series. Every lake-owned implementation and design file comes from the current
origin/combine-pr-141-143-144tree. Shared files were merged onto currentmainso the PR retains the object-store hardening already merged through #504 and does not regress newer serverless/runtime work.The lake-owned files match the mega branch state except for compatibility with #504's expanded object-checksum contract and the review hardening listed below. Public typed relational HTTP/SQL routing remains outside this standalone PR because that adapter depends on the broader relational query and catalog surfaces intentionally excluded from the minimal #502 boundary. The complete standalone lake engine, publication stack, and row-source bridge are present here;
zig/LAKES.mdnow marks mega-only public routing claims explicitly.Review hardening
.currentsnapshots without document-segment fallbacks, while avoiding duplicate versions for unchanged inventories.currentbinding has no configured discovery resolverValidation
zig build lake-test -fincremental --summary all— 275 passedzig build serverless-test -fincremental --summary all— 60 passed, 2 opt-in cloud tests skippedmake zig-generated-checkzig fmton all changed Zig sourcesgit diff --checkDepends on the object-store semantics merged in #504. The original row-source layer remains the L1 foundation in the first commit of this PR.