add test case

Signed-off-by: junxiang Mu <1948535941@qq.com>
This commit is contained in:
junxiang Mu
2025-03-14 04:35:36 +00:00
parent 83e2c8f69f
commit 9d9bc150f6
8 changed files with 1003 additions and 3173 deletions
+3
View File
@@ -38,6 +38,9 @@ pub enum QueryError {
#[snafu(display("Udf already exists, name:{}.", name))]
FunctionExists { name: String },
#[snafu(display("Store Error, e:{}.", e))]
StoreError { e: String },
}
impl From<DataFusionError> for QueryError {