Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zhyass committed Aug 26, 2024
1 parent f66c646 commit 734e421
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/query/codegen/src/writes/hilbert_lut.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ use databend_common_expression::hilbert_compact_state_list;

pub fn codegen_hilbert_lut() {
let dest = Path::new("src/query/expression/src/hilbert");
let path = dest.join("hilbert_lut.rs");
let path = dest.join("lut.rs");

let mut file = File::create(path).expect("open");

Expand Down

0 comments on commit 734e421

Please sign in to comment.