Skip to content

Commit

Permalink
update fed test
Browse files Browse the repository at this point in the history
  • Loading branch information
wangxiaoying committed Feb 3, 2025
1 parent 4667605 commit e4d1777
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion connectorx/tests/test_fed.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ fn test_fed() {
println!("db_map: {:?}", db_map);

// make sure no error here
let rbs = run(sql.to_string(), db_map, None).unwrap();
let rbs = run(sql.to_string(), db_map, None, "pushdown").unwrap();
arrow::util::pretty::print_batches(&rbs).unwrap();
}

0 comments on commit e4d1777

Please sign in to comment.