You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: datafusion/core/src/datasource/listing_table_factory.rs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ impl TableProviderFactory for ListingTableFactory {
52
52
state:&dynSession,
53
53
cmd:&CreateExternalTable,
54
54
) -> Result<Arc<dynTableProvider>>{
55
-
// TODO remove downcast_ref from here. Should file format factory be an extension to session state?
55
+
// TODO (https://github.com/apache/datafusion/issues/11600) remove downcast_ref from here. Should file format factory be an extension to session state?
56
56
let session_state = state.as_any().downcast_ref::<SessionState>().unwrap();
0 commit comments