fix(deps): remove vulnerable thrift dependency (#3926)

This commit is contained in:
Zhengchao An
2026-06-27 00:16:51 +08:00
committed by GitHub
parent c0ddc14bb8
commit 840d21d201
4 changed files with 93 additions and 217 deletions
+2 -5
View File
@@ -16,15 +16,12 @@ use std::sync::Arc;
use async_trait::async_trait;
use datafusion::arrow::datatypes::DataType;
use datafusion::common::Result as DFResult;
use datafusion::common::{Result as DFResult, TableReference};
use datafusion::datasource::TableProvider;
use datafusion::logical_expr::var_provider::is_system_variables;
use datafusion::logical_expr::{AggregateUDF, HigherOrderUDF, ScalarUDF, TableSource, WindowUDF};
use datafusion::variable::VarType;
use datafusion::{
config::ConfigOptions,
sql::{TableReference, planner::ContextProvider},
};
use datafusion::{config::ConfigOptions, sql::planner::ContextProvider};
use rustfs_s3select_api::query::{function::FuncMetaManagerRef, session::SessionCtx};
use crate::data_source::table_source::{TableHandle, TableSourceAdapter};