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
@@ -18,12 +18,11 @@ use std::sync::Arc;
use async_trait::async_trait;
use datafusion::arrow::datatypes::SchemaRef;
use datafusion::common::Result as DFResult;
use datafusion::common::{Result as DFResult, TableReference};
use datafusion::datasource::{TableProvider, provider_as_source};
use datafusion::error::DataFusionError;
use datafusion::logical_expr::{LogicalPlan, LogicalPlanBuilder, TableProviderFilterPushDown, TableSource};
use datafusion::prelude::Expr;
use datafusion::sql::TableReference;
use tracing::debug;
pub const TEMP_LOCATION_TABLE_NAME: &str = "external_location_table";