Skip to content

Commit

Permalink
Fix the order of fixed query plan
Browse files Browse the repository at this point in the history
  • Loading branch information
AmrDeveloper committed Dec 15, 2024
1 parent d783af2 commit 7dc7ea2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/gitql-engine/src/engine.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ const FIXED_LOGICAL_PLAN: [&str; FIXED_LOGICAL_PLAN_LEN] = [
"group",
"aggregation",
"having",
"order",
"window_functions",
"order",
"offset",
"limit",
];
Expand Down

0 comments on commit 7dc7ea2

Please sign in to comment.