avantgardnerio commented on code in PR #4112:
URL: https://github.com/apache/arrow-datafusion/pull/4112#discussion_r1014449275
##########
datafusion/core/src/catalog/listing_schema.rs:
##########
@@ -72,7 +74,7 @@ impl ListingSchemaProvider {
}
/// Reload table information from ObjectStore
- pub async fn refresh(&self) -> datafusion_common::Result<()> {
+ pub async fn refresh(&self, state: &SessionState) ->
datafusion_common::Result<()> {
Review Comment:
Needed to add `SessionState` to allow `ListingTable`s to load their schema.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]