forked from lance-format/lance-graph
-
Notifications
You must be signed in to change notification settings - Fork 0
weather: start D-WXS-4 with streaming canonical W1 bake seam #955
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
Merged
Merged
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
982bfff
weather-poc: add streaming W1 bake image
AdaWorldAPI 4fe74e3
weather-poc: expose W1 bake assembly
AdaWorldAPI 3f47f7d
weather-poc: add opt-in canonical row adapter
AdaWorldAPI 4a29039
weather-poc: bridge W1 image to live NodeRow contract
AdaWorldAPI 042f83d
weather-poc: expose canonical adapter feature
AdaWorldAPI a6cfc0e
ci: gate weather-poc default and canonical-row paths
AdaWorldAPI b7f6d8d
weather-poc: hard-fail out-of-grid cell assembly
AdaWorldAPI 07234b0
ci: gate weather-poc on existing PR workflow
AdaWorldAPI a4abcc7
weather: address workflow review findings
AdaWorldAPI 5c4fb4b
weather: fix feature-gated rustdoc link
AdaWorldAPI 68950b9
weather: prove streaming source reads stop with sink
AdaWorldAPI 8ee7989
weather: strengthen canonical row layout oracle
AdaWorldAPI 9f39882
test(weather): make canonical row oracle independent
AdaWorldAPI e3b4869
fix(weather): sync minted OGAR weather codebook
AdaWorldAPI 7cd9f1f
fix(weather): accept minted weather domain in OGAR parity
AdaWorldAPI File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,41 @@ | ||
| name: Weather POC | ||
|
|
||
| on: | ||
| pull_request: | ||
| paths: | ||
| - crates/weather-poc/** | ||
| - crates/lance-graph-contract/** | ||
| - rust-toolchain | ||
| - rust-toolchain.toml | ||
| - .github/workflows/weather-poc.yml | ||
| push: | ||
| branches: | ||
| - main | ||
| paths: | ||
| - crates/weather-poc/** | ||
| - crates/lance-graph-contract/** | ||
| - .github/workflows/weather-poc.yml | ||
|
|
||
| permissions: | ||
| contents: read | ||
|
|
||
| concurrency: | ||
| group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} | ||
| cancel-in-progress: true | ||
|
|
||
| jobs: | ||
| test: | ||
| runs-on: ubuntu-24.04 | ||
| timeout-minutes: 10 | ||
| steps: | ||
| - uses: actions/checkout@v4 | ||
|
AdaWorldAPI marked this conversation as resolved.
|
||
| with: | ||
| persist-credentials: false | ||
| - name: Setup Rust | ||
| run: | | ||
| rustup toolchain install stable | ||
| rustup default stable | ||
| - name: Test zero-dependency codec path | ||
| run: cargo test --manifest-path crates/weather-poc/Cargo.toml | ||
| - name: Test live canonical NodeRow agreement path | ||
| run: cargo test --manifest-path crates/weather-poc/Cargo.toml --features canonical-row | ||
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.