adriangb opened a new pull request, #15971: URL: https://github.com/apache/datafusion/pull/15971
I changed this from `pub fn` to pub(crate) fn` in https://github.com/apache/datafusion/pull/15769 because it was no longer being used outside of the crate. However then I went to update our system and realized we use it as well for a custom `FileSource` implementation. I imagine others may use it as well / may want to use it. And since it would be a breaking change to make it private... I propose we revert this before the next release and keep it public. -- 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...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org