We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4932504 commit deee594Copy full SHA for deee594
rust/cubesql/cubesql/src/compile/test/test_bi_workarounds.rs
@@ -45,12 +45,9 @@ async fn test_powerbi_count_distinct_with_max_case() {
45
measures: Some(vec!["KibanaSampleDataEcommerce.countDistinct".to_string()]),
46
dimensions: Some(vec!["KibanaSampleDataEcommerce.customer_gender".to_string()]),
47
segments: Some(vec![]),
48
- time_dimensions: None,
49
order: Some(vec![]),
50
limit: Some(1000001),
51
- offset: None,
52
- filters: None,
53
- ungrouped: None,
+ ..Default::default()
54
}
55
)
56
0 commit comments