From 69dfbf7e44e429f0fa3e9816e2ff7212dc360ec4 Mon Sep 17 00:00:00 2001 From: Skitii <1101964585@qq.com> Date: Wed, 4 Sep 2024 20:04:08 +0800 Subject: [PATCH] Improve the parsing of methods in MySQL and Doris (#32789) * Improve the parsing of geo methods in MySQL * check in Doris * remove useless xml node * remove useless xml node --- .../case/dml/select-special-function.xml | 244 +++++++++++++++++- .../supported/dml/select-special-function.xml | 13 + 2 files changed, 255 insertions(+), 2 deletions(-) diff --git a/test/it/parser/src/main/resources/case/dml/select-special-function.xml b/test/it/parser/src/main/resources/case/dml/select-special-function.xml index 44e59a25cdfda..e445579734352 100644 --- a/test/it/parser/src/main/resources/case/dml/select-special-function.xml +++ b/test/it/parser/src/main/resources/case/dml/select-special-function.xml @@ -2322,7 +2322,6 @@ - // - + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/test/it/parser/src/main/resources/sql/supported/dml/select-special-function.xml b/test/it/parser/src/main/resources/sql/supported/dml/select-special-function.xml index e2a5a3a92b8fb..b5ac614e1bbe1 100644 --- a/test/it/parser/src/main/resources/sql/supported/dml/select-special-function.xml +++ b/test/it/parser/src/main/resources/sql/supported/dml/select-special-function.xml @@ -225,4 +225,17 @@ + + + + + + + + + + + + +