hadrian-reppas opened a new pull request, #46961: URL: https://github.com/apache/arrow/pull/46961
### Rationale for this change See https://github.com/apache/arrow/issues/46629. ### What changes are included in this PR? This PR updates the `DatasetFactory.inspect` method so that it accepts new `promote_options` and `fragments` parameters. ### Are these changes tested? I'm having issues importing `DatasetFactory` on main (see https://github.com/apache/arrow/issues/46629#issuecomment-3020425208). I tested it on version 20 and it works. ### Are there any user-facing changes? This adds optional parameters to a public method. It changes the default behavior from checking one fragment to checking all fragments (the old documentation said it inspected "all data fragments" even though it didn't). -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org