Skip to content

Commit 53f11d8

Browse files
committed
updated tests
1 parent 227712b commit 53f11d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/parquet.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ mod parser {
1212
let file_path = paths::get_testdata_path("Npix=754.parquet");
1313
let mut params = HashMap::new();
1414

15-
params.insert("cols".to_string(), "RA,DEC".to_string());
16-
params.insert("query".to_string(), "RA>=30.1241,DEC<=-30.3".to_string());
15+
params.insert("columns".to_string(), "RA,DEC".to_string());
16+
params.insert("filters".to_string(), "RA>=30.1241,DEC<=-30.3,RA>30,DEC<-30,RA==1,RA=1,RA!=0".to_string());
1717

1818
let result = parquet::parquet::process_and_return_parquet_file(
1919
file_path.to_str().unwrap(),

0 commit comments

Comments
 (0)