refactor: split test

Signed-off-by: discord9 <discord9@163.com>
This commit is contained in:
discord9
2026-05-21 11:13:55 +08:00
parent 89b1a204bf
commit fe95c0135d
2 changed files with 1286 additions and 0 deletions

View File

@@ -52,6 +52,9 @@ use crate::df_optimizer::apply_df_optimizer;
use crate::error::{DatafusionSnafu, ExternalSnafu, InvalidQuerySnafu, TableNotFoundSnafu};
use crate::{Error, TableName};
#[cfg(test)]
mod test;
/// Describes how one aggregate output field should be merged with the
/// corresponding existing field in the sink table.
///

File diff suppressed because it is too large Load Diff