Skip to content

fix(tools): fixed profiling support for rust asap-query-engine#343

Merged
milindsrivastava1997 merged 1 commit into
mainfrom
341-profilingquery_engine-config-flag-is-broken-for-rust-query-engine
May 19, 2026
Merged

fix(tools): fixed profiling support for rust asap-query-engine#343
milindsrivastava1997 merged 1 commit into
mainfrom
341-profilingquery_engine-config-flag-is-broken-for-rust-query-engine

Conversation

@milindsrivastava1997

Copy link
Copy Markdown
Contributor

No description provided.

@milindsrivastava1997 milindsrivastava1997 merged commit 4901782 into main May 19, 2026
15 checks passed
@milindsrivastava1997 milindsrivastava1997 deleted the 341-profilingquery_engine-config-flag-is-broken-for-rust-query-engine branch May 19, 2026 22:09
milindsrivastava1997 added a commit that referenced this pull request Jun 25, 2026
PR #343 removed do_profiling from EngineConfig (deny_unknown_fields) but
missed updating benchmarks/config/engine_config.yaml and
examples/engine_config.yaml. The field causes the query engine to fail
at startup, which broke the full-stack CI.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
milindsrivastava1997 added a commit that referenced this pull request Jun 26, 2026
…437)

* feat(planner): added millisecond precision support

* feat: added millisecond-level precision support in planner and query engine

* updated experiment infra and yaml config files

* more python changes for milliseconds

* updated quickstart, drop-in and docs

* docs(query-engine,planner): clarify unit ambiguities raised in PR #437 review

- StoreQueryParams/QueryTimestamps: doc start/end fields as ms since epoch
- frequency.rs step_ms: inline comment that LogEntry.step is seconds (Prometheus log format), explaining the *1000
- sql.rs SQLPatternMatcher boundary and config.py dual-key transform: confirmed intentional, already documented; no change needed
- SQLPatternMatcher ms migration partially tracked by #427; prometheus_client ms migration tracked by #442

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* fix(config): remove stale do_profiling field from engine config YAMLs

PR #343 removed do_profiling from EngineConfig (deny_unknown_fields) but
missed updating benchmarks/config/engine_config.yaml and
examples/engine_config.yaml. The field causes the query engine to fail
at startup, which broke the full-stack CI.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

* more fixes

* addressed comments

* fixed a smell

* reverted arguments for quickstart and dropin, as they had version-pinned images

* reverted changes to asap-quickstart and asap-dropin

* fixed bug in CI due: benchmarks/docker-compose.yml overrides the image to the freshly built SHA tag but doesn't override the command, so the new binary (which uses _ms arg names) received the old arg names from asap-quickstart/docker-compose.yml

* more CI fixes because cmd line args have been changed

---------

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
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.

profiling.query_engine config flag is broken for Rust query engine

1 participant