Skip to content

Commit a66f38a

Browse files
committed
fix compile
1 parent 01ba6fc commit a66f38a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafusion-cli/src/catalog.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ impl SchemaProvider for DynamicFileSchemaProvider {
192192
&state.default_table_options(),
193193
)
194194
.await?;
195-
state.register_object_store(url, store);
195+
state.runtime_env().register_object_store(url, store);
196196
}
197197
}
198198

0 commit comments

Comments
 (0)