Prefer exact semantic schema for structured static reports - #111
Draft
masarray wants to merge 7 commits into
Draft
Prefer exact semantic schema for structured static reports#111masarray wants to merge 7 commits into
masarray wants to merge 7 commits into
Conversation
masarray
changed the base branch from
main
to
baseline/arsas-report-projection-b9ee5fc
September 4, 2026 13:12
masarray
changed the base branch from
baseline/arsas-report-projection-b9ee5fc
to
main
September 4, 2026 13:17
masarray
changed the base branch from
main
to
baseline/arsas-report-projection-b9ee5fc
September 4, 2026 13:19
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
Fix structured Static DataSet report projection on the exact ARIEC baseline currently pinned by ARSAS (
b9ee5fc9650b72e69bc81287a1e1b047ad19b054). This PR is intentionally based onbaseline/arsas-report-projection-b9ee5fcrather than the divergent currentmain, so the physical-test engine does not absorb unrelated progress.Field issue
On AA1E1F06R4, structured values such as
PPRE_MMXU1.TotPFare readable in IEDScout but ARSAS can remainUnknown / report pendingin report-only Static DataSet mode. The generic projector can recognize a two-value structure as aninstMag/magpair before exact semantic schema authority is applied, which can prevent the exact SCL leaves (for example.instMag.f/.mag.f) from reaching ARSAS.A second hardening case exists when an InformationReport omits
MemberReference: the semantic resolver can still prove the exact static member from DataSet + member index, while the generic projector has no authoritative parent and may emit unrooted heuristic leaves.Changes
q/tcompanion updates before semantic scalar values so consumers can retain quality/timestamp without an MMS read.AA1E1F06R4VI3p1_OperationalValues/PPRE_MMXU1.TotPFproves exact.instMag.f/.mag.fschema overrides the generic measurement-pair heuristic.MemberReferenceresolves uniquely through static DataSet index, publishes only exact semantic leaves, and leaks no unrooted genericprojected-mx-pairupdates.Safety contract
This change does not add polling, dynamic DataSet writes, fuzzy reference matching, or arbitrary parent reconstruction. If semantic schema cannot prove the projection, baseline behavior is preserved.
Validation
The PR stays based on the ARSAS-pinned baseline and remains draft pending CI plus physical relay validation. The repository CI normally auto-triggers pull requests only when the base is
main; for this intentionally baseline-targeted PR the same.NET CIjob is re-run manually against the branch.Draft pending physical relay validation.