Skip to content

Commit

Permalink
chore: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ovr committed Jan 24, 2024
1 parent 36ff739 commit a09aabb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rust/cubesql/cubesql/src/compile/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13369,6 +13369,7 @@ limit
measures: Some(vec![
"KibanaSampleDataEcommerce.count".to_string(),
"KibanaSampleDataEcommerce.maxPrice".to_string(),
"KibanaSampleDataEcommerce.sumPrice".to_string(),
"KibanaSampleDataEcommerce.minPrice".to_string(),
"KibanaSampleDataEcommerce.avgPrice".to_string(),
"KibanaSampleDataEcommerce.countDistinct".to_string(),
Expand Down

0 comments on commit a09aabb

Please sign in to comment.