From bea156cf99887cc55dcfc7e179e21eac32c448fd Mon Sep 17 00:00:00 2001 From: Benoit Ranque Date: Mon, 13 Jan 2025 22:51:42 -0400 Subject: [PATCH] remove oudated comment --- crates/query-engine/translation/src/translation/query/root.rs | 1 - 1 file changed, 1 deletion(-) 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