docs(parity): record the JMEOS-jar / MEOS-library resolution skew (stacks on #13)#14
Closed
estebanzimanyi wants to merge 2 commits into
Closed
Conversation
dcb9be8 to
8972caf
Compare
Section 5 of parity-status.md reports facade-method resolution against a built MEOS library (2277 of 2286) and splits the 9 unresolved into the seven symbols declared in the public headers that the build does not export and the two functions the JMEOS jar carries ahead of the current public headers. (cherry picked from commit 8972caf)
8972caf to
f8141d2
Compare
…MEOS-only The berlinmod Haversine and SegmentDistance classes computed a planar/great-circle distance that diverges from MEOS geog_distance (4124.39 vs 4132.97 m on the parity corpus) and were selected silently when libmeos failed to load, so the parity-oracle suite validated against a non-canonical distance and a missing libmeos produced a wrong number rather than an error. MEOSBridge now evaluates every spatial predicate through MEOS geog_dwithin / geog_distance with no fallback and fails loudly at load when libmeos is absent, matching the MeosOps surface. The BerlinMOD local drivers run on MEOS. The distance cells (Q5/Q6/Q9) now equal the MEOS value, matching the Kafka Streams parity row.
Member
Author
|
Superseded by the Path-B consolidation: the former 18-deep stack is collapsed into two reviewable topical PRs on top of the merged scaffold — MEOS integration #30 → benchmark #31 — each one clean squashed commit with the generated-facade bulk, dead family-flag profiles, committed target/ artifacts, and invented synthetic corpus removed. Closing as folded into #30/#31. |
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.
Section 5 of
docs/parity-status.mdreports facade-method resolution against a built MEOS library (2277 of 2286) and splits the 9 unresolved into the seven symbols declared in the public headers that the build does not export and the two functions the JMEOS jar carries ahead of the current public headers.