feat: wire RDF bloom typed payloads - #2
Draft
discord9 wants to merge 3 commits into
Draft
Conversation
5 tasks
discord9
force-pushed
the
omos/rdf-bloom-wiring
branch
2 times, most recently
from
June 25, 2026 09:16
775a077 to
c5a8c74
Compare
discord9
force-pushed
the
omos/rdf-bloom-common-query
branch
from
June 25, 2026 09:16
7768ea3 to
7b323f3
Compare
5 tasks
discord9
changed the base branch from
omos/rdf-bloom-common-query
to
omos/rdf-bloom-lookup-encoder
June 25, 2026 09:19
5 tasks
discord9
force-pushed
the
omos/rdf-bloom-wiring
branch
from
June 25, 2026 10:24
c5a8c74 to
e6375bc
Compare
discord9
force-pushed
the
omos/rdf-bloom-lookup-encoder
branch
from
June 25, 2026 10:24
e11ba18 to
4ac6cbb
Compare
discord9
force-pushed
the
omos/rdf-bloom-wiring
branch
from
June 25, 2026 12:59
e6375bc to
b19e1ec
Compare
discord9
force-pushed
the
omos/rdf-bloom-lookup-encoder
branch
2 times, most recently
from
June 30, 2026 04:01
5dfb2e7 to
d709602
Compare
discord9
force-pushed
the
omos/rdf-bloom-wiring
branch
from
June 30, 2026 04:01
b19e1ec to
c4e8c34
Compare
Signed-off-by: discord9 <discord9@163.com>
Signed-off-by: discord9 <discord9@163.com>
Signed-off-by: discord9 <discord9@163.com>
discord9
force-pushed
the
omos/rdf-bloom-lookup-encoder
branch
from
July 6, 2026 09:46
d709602 to
e36383d
Compare
discord9
force-pushed
the
omos/rdf-bloom-wiring
branch
from
July 6, 2026 09:46
c4e8c34 to
6f5e273
Compare
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.
I hereby agree to the terms of the GreptimeDB CLA.
Refer to a related PR or issue link (optional)
Fork-only stack PR. Stacked on PR1c: #6
Earlier stack:
Depends on:
Part of original umbrella draft PR: GreptimeTeam#8342
What's changed and what's your intention?
This is PR 2 of the RDF Bloom stack. It wires typed RDF Bloom remote dynamic filter payloads through FE fanout, initial snapshots, and DN handling:
JoinHashBloompayloads while retaining legacy payload fallbacktyped_payloadand fall back to legacypayloadDynamicFilterPhysicalExpr::is_complete()Validation run locally:
cargo fmt --all -- --checkgit diff --checkCARGO_PROFILE_DEV_DEBUG=0 CARGO_PROFILE_TEST_DEBUG=0 cargo test -p common-query request --libCARGO_PROFILE_DEV_DEBUG=0 CARGO_PROFILE_TEST_DEBUG=0 cargo test -p query remote_dyn_filter --libCARGO_PROFILE_DEV_DEBUG=0 CARGO_PROFILE_TEST_DEBUG=0 cargo test -p datanode remote_dyn_filter --libPR Checklist
Please convert it to a draft if some of the following conditions are not met.