Skip to content

Commit 3635a9a

Browse files
committed
Fix up test
1 parent f53e007 commit 3635a9a

File tree

2 files changed

+36
-38
lines changed

2 files changed

+36
-38
lines changed

Cargo.lock

Lines changed: 36 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/datafusion-ffi-example/src/table_provider_factory.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@ impl TableProviderFactory for ExampleTableProviderFactory {
4444
_state: &dyn Session,
4545
cmd: &CreateExternalTable,
4646
) -> DataFusionResult<Arc<dyn TableProvider>> {
47-
eprintln!("OPTIONS: {:#?}", cmd.options);
48-
let val = cmd.options.get("my_format.some_option");
4947
if val != Some(&"42".to_owned()) {
5048
return Err(DataFusionError::Internal(format!(
5149
"Expected '42', got '{val:?}'"

0 commit comments

Comments
 (0)