Skip to content

Commit 4932504

Browse files
committed
refactor(cubesql): Use Default struct update for V1LoadRequestQuery in scan tests
1 parent 9346f21 commit 4932504

File tree

1 file changed

+1
-7
lines changed
  • rust/cubesql/cubesql/src/compile/engine/df

1 file changed

+1
-7
lines changed

rust/cubesql/cubesql/src/compile/engine/df/scan.rs

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1505,13 +1505,7 @@ mod tests {
15051505
"KibanaSampleDataEcommerce.orderDate".to_string(),
15061506
"KibanaSampleDataEcommerce.city".to_string(),
15071507
]),
1508-
segments: None,
1509-
time_dimensions: None,
1510-
order: None,
1511-
limit: None,
1512-
offset: None,
1513-
filters: None,
1514-
ungrouped: None,
1508+
..Default::default()
15151509
},
15161510
wrapped_sql: None,
15171511
auth_context: Arc::new(HttpAuthContext {

0 commit comments

Comments
 (0)