Skip to content

Commit 7a2e084

Browse files
committed
revert: extern crate suggestion
1 parent d4ac6e3 commit 7a2e084

File tree

1 file changed

+1
-4
lines changed
  • datafusion/spark/src/function/string

1 file changed

+1
-4
lines changed

datafusion/spark/src/function/string/char.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,12 @@
1515
// specific language governing permissions and limitations
1616
// under the License.
1717

18-
use std::{any::Any, sync::Arc};
19-
extern crate arrow;
20-
extern crate datafusion_common;
21-
extern crate datafusion_expr;
2218
use arrow::array::ArrayRef;
2319
use arrow::array::GenericStringBuilder;
2420
use arrow::datatypes::DataType;
2521
use arrow::datatypes::DataType::Int64;
2622
use arrow::datatypes::DataType::Utf8;
23+
use std::{any::Any, sync::Arc};
2724

2825
use datafusion_common::{cast::as_int64_array, exec_err, Result, ScalarValue};
2926
use datafusion_expr::{

0 commit comments

Comments
 (0)