Skip to content
This repository has been archived by the owner on Jun 26, 2024. It is now read-only.

chore | adding the support to run aggregations without groupby in EDS #203

Merged
merged 1 commit into from
Jun 17, 2024

Conversation

aman-bansal
Copy link
Member

No description provided.

@aman-bansal aman-bansal requested a review from a team as a code owner June 17, 2024 05:28
Copy link

Test Results

367 tests  ±0   367 ✅ ±0   8s ⏱️ ±0s
 68 suites ±0     0 💤 ±0 
 68 files   ±0     0 ❌ ±0 

Results for commit 54c7c4a. ± Comparison against base commit c613c1e.

This pull request removes 17 and adds 2 tests. Note that renamed tests count towards both.

      long: 60
      string: "PT1M"
      valueType: LONG
      valueType: STRING
    alias: "numCalls"
    columnName: "SERVICE.numCalls"
    value {
    }
  columnIdentifier {
…
org.hypertrace.gateway.service.baseline.BaselineServiceImplTest ‑ [1] function: AVGRATE
arguments {
  columnIdentifier {
    columnName: "SERVICE.numCalls"
    alias: "numCalls"
  }
}
arguments {
  literal {
    value {
      valueType: STRING
      string: "PT1M"
    }
  }
}
alias: "numCalls"

org.hypertrace.gateway.service.baseline.BaselineServiceImplTest ‑ [2] function: AVGRATE
arguments {
  columnIdentifier {
    columnName: "SERVICE.numCalls"
    alias: "numCalls"
  }
}
arguments {
  literal {
    value {
      valueType: LONG
      long: 60
    }
  }
}
alias: "numCalls"

@aman-bansal aman-bansal merged commit 961268a into main Jun 17, 2024
7 checks passed
@aman-bansal aman-bansal deleted the aman/eds_aggr branch June 17, 2024 05:35
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants