diff --git a/crates/query-engine/translation/src/translation/query/root.rs b/crates/query-engine/translation/src/translation/query/root.rs index bedc6119..7dfba533 100644 --- a/crates/query-engine/translation/src/translation/query/root.rs +++ b/crates/query-engine/translation/src/translation/query/root.rs @@ -173,7 +173,6 @@ pub fn translate_query_part( query: &models::Query, select: &mut sql::ast::Select, ) -> Result<(), Error> { - // the root table and the current table are the same at this point let current_table_scope = TableScope::new(current_table.clone()); // translate order_by