From ce6ff74cd647de6bf66add891be1f1354fd10700 Mon Sep 17 00:00:00 2001 From: TcMits Date: Thu, 4 Sep 2025 13:02:10 +0700 Subject: [PATCH] add test --- core/util.rs | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/core/util.rs b/core/util.rs index 18b4e835a..09ff97116 100644 --- a/core/util.rs +++ b/core/util.rs @@ -1370,6 +1370,7 @@ pub fn extract_view_columns(select_stmt: &ast::Select, schema: &Schema) -> Vec