Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Report zero values instead of unknown for empty ingest queries #15674

Merged
merged 9 commits into from
Jan 17, 2024

Commits on Jan 12, 2024

  1. Account for empty counters.

    - MSQ engine allows empty ingest by default. The statement response and task
    status API should show 0 rows instead of null rows. If worker counter snapshot
    is present but empty that denotes that 0 rows were processed.
    - Add tests for this scenario.
    - Fixup miscellaneous interpollation in QueryHostFinder (extra space, incorrect
    interpolations).
    abhishekrb19 committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    0999800 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3843933 View commit details
    Browse the repository at this point in the history
  3. Update javadocs

    abhishekrb19 committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    c3f722a View commit details
    Browse the repository at this point in the history
  4. test fixes

    abhishekrb19 committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    9ba5c27 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2024

  1. Updates

    abhishekrb19 committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    3adc996 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a3b368 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2024

  1. Configuration menu
    Copy the full SHA
    751b959 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. Configuration menu
    Copy the full SHA
    2719218 View commit details
    Browse the repository at this point in the history
  2. fix checkstyle

    abhishekrb19 committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    b259c9b View commit details
    Browse the repository at this point in the history