Remove another println.
This commit is contained in:
parent
41c6a7ebba
commit
4b3e57be44
1 changed files with 0 additions and 1 deletions
|
@ -30,7 +30,6 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
|
||||||
let table = t.split('=');
|
let table = t.split('=');
|
||||||
let table = table.last().unwrap();
|
let table = table.last().unwrap();
|
||||||
let root = format!("{ROOT}/{t}/*");
|
let root = format!("{ROOT}/{t}/*");
|
||||||
println!("Making table");
|
|
||||||
println!(
|
println!(
|
||||||
r#"create table {table} as select * from read_parquet("{root}") where bbox.xmin between {xmin} and {xmax} and bbox.ymin between {ymin} and {ymax};"#
|
r#"create table {table} as select * from read_parquet("{root}") where bbox.xmin between {xmin} and {xmax} and bbox.ymin between {ymin} and {ymax};"#
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue