We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a523803 commit 58845c0Copy full SHA for 58845c0
datafusion/catalog/src/table.rs
@@ -25,7 +25,7 @@ use arrow::datatypes::SchemaRef;
25
use async_trait::async_trait;
26
use datafusion_common::Result;
27
use datafusion_common::{not_impl_err, Constraints, Statistics};
28
-use datafusion_expr::{Expr, SortExpr};
+use datafusion_expr::Expr;
29
30
use datafusion_expr::dml::InsertOp;
31
use datafusion_expr::{
0 commit comments