Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewmturner committed Nov 20, 2024
1 parent 1eac330 commit 68af0e1
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 103 deletions.
100 changes: 0 additions & 100 deletions \

This file was deleted.

2 changes: 1 addition & 1 deletion src/extensions/s3.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
use crate::config::ExecutionConfig;
use crate::extensions::{DftSessionStateBuilder, Extension};
use crate::object_store::io_object_store::IoObjectStore;
use crate::object_stores::io_object_store::IoObjectStore;
use log::info;
use std::sync::Arc;

Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pub mod execution;
pub mod extensions;
#[cfg(feature = "experimental-flightsql-server")]
pub mod flightsql_server;
pub mod object_store;
pub mod object_stores;
pub mod telemetry;
pub mod test_utils;
pub mod tui;
File renamed without changes.
2 changes: 1 addition & 1 deletion src/object_store/mod.rs → src/object_stores/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.

#[cfg(feature = "s3")]
pub mod io_object_store;

0 comments on commit 68af0e1

Please sign in to comment.