We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43cc911 commit 0a59d55Copy full SHA for 0a59d55
1 file changed
src/config.rs
@@ -1,7 +1,4 @@
1
-// Licensed to the Apache use parking_lot::RwLock;
2
-
3
-#[pyclass(name = "Config", module = "datafusion", subclass, frozen)]
4
-#[derive(Clone)]Foundation (ASF) under one
+// Licensed to the Apache Software Foundation (ASF) under one
5
// or more contributor license agreements. See the NOTICE file
6
// distributed with this work for additional information
7
// regarding copyright ownership. The ASF licenses this file
@@ -28,7 +25,6 @@ use datafusion::config::ConfigOptions;
28
25
use crate::errors::PyDataFusionResult;
29
26
use crate::utils::py_obj_to_scalar_value;
30
27
use parking_lot::RwLock;
31
32
#[pyclass(name = "Config", module = "datafusion", subclass, frozen)]
33
#[derive(Clone)]
34
pub(crate) struct PyConfig {
0 commit comments