Skip to content

fix(planner): align Elastic window validation - #648

Merged
milindsrivastava1997 merged 1 commit into
mainfrom
issue-485-elastic-window-size
Aug 28, 2026
Merged

fix(planner): align Elastic window validation#648
milindsrivastava1997 merged 1 commit into
mainfrom
issue-485-elastic-window-size

Conversation

@milindsrivastava1997

Copy link
Copy Markdown
Contributor

Summary

  • reject Elastic queries whose repetition interval is shorter than the ingestion interval
  • reject temporal Elastic ranges shorter than the repetition interval
  • preserve the one-ingestion-interval exception and valid t_repeat window sizing
  • update and extend Elastic integration coverage

Validation

  • cargo fmt --all -- --check
  • cargo test -p asap_planner

Closes #485

@milindsrivastava1997
milindsrivastava1997 force-pushed the issue-485-elastic-window-size branch from d48de56 to 4875c46 Compare August 28, 2026 15:22
@milindsrivastava1997
milindsrivastava1997 marked this pull request as ready for review August 28, 2026 15:26
@milindsrivastava1997
milindsrivastava1997 merged commit 201e05c into main Aug 28, 2026
13 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.

fix(planner): Elastic DSL window size falls back to t_repeat_ms instead of actual query duration

1 participant