Add result-verified QuestDB adapter#32
Merged
Merged
Conversation
frahlg
force-pushed
the
codex/m4-questdb-adapter
branch
from
July 21, 2026 16:51
221d28e to
0a9ac42
Compare
frahlg
marked this pull request as ready for review
July 21, 2026 16:55
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
summary.txtandpoints.csvwith SHA-256 from validation through importSAMPLE BY 5m ALIGN TO FIRST OBSERVATIONReal QuestDB 9.4.3 checks
Pinned image:
questdb/questdb:9.4.3@sha256:3fd139f9f16015afc1b064fe4591b271be26cdec10315415e5511e9d80a5919e1767225601234567: 9,438 visible rows, 288 exact buckets, result CRC3282607103cc32df51TIMESTAMP,LONG, andVARCHARtypesThe query uses
[first,last), so it excludes the generator's final closing point. It usesALIGN TO FIRST OBSERVATION; it does not round the start withWITH OFFSET.Tests
python3 -m unittest -v bench.adapters.test_questdbcargo fmt --all -- --checkcargo clippy --all-targets --all-features --locked --offline -- -D warningscargo test --all-targets --all-features --locked --offlinecargo test --doc --all-features --locked --offline--locked --offlinedocker compose -f bench/compose.yml config --quietScope
QuestDB stores all portable point rows and the three revision times. This adapter verifies only site-0 grid actuals. Catalog import, plan-record import, and a DST calendar query remain
not_implemented; this does not claim that QuestDB lacks those features. WAL plus ILP/HTTP acknowledgement is not claimed equal to FTWDB sync durability.