Skip to content

Fix CI workflow + accept layered Router's#6345

Merged
congx4 merged 3 commits intoquickwit-oss:mainfrom
alexanderbianchi:bianchi/df-4-serve
Apr 27, 2026
Merged

Fix CI workflow + accept layered Router's#6345
congx4 merged 3 commits intoquickwit-oss:mainfrom
alexanderbianchi:bianchi/df-4-serve

Conversation

@alexanderbianchi
Copy link
Copy Markdown
Collaborator

@alexanderbianchi alexanderbianchi commented Apr 27, 2026

Fixes two issues surfaced while pulling the DataFusion work into the Datadog fork:

  • dorny/paths-filter could not list changed PR files because the DataFusion CI job token did not grant pull-requests: read.
  • Pomsky layers its tonic gRPC router for mTLS before DataFusion is mounted, but DataFusionMount::apply only accepted the default Router<Identity>, causing a type mismatch in quickwit-serve.

The router mount now preserves the caller's Router<L> layer type, and the CI workflow grants the minimum PR-read permission needed by the path filter.

@congx4 congx4 enabled auto-merge (squash) April 27, 2026 17:15
@congx4 congx4 merged commit 19fb6f3 into quickwit-oss:main Apr 27, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants