rluvaton opened a new issue, #22154: URL: https://github.com/apache/datafusion/issues/22154
Why looking at the code I thought I could use `InProgressSpillFile` since it marked as `pub`, or the function `create_in_progress_file` that is also `pub`, but `InProgressSpillFile` mod is behind `pub(crate)` so to avoid confusion when reading the source code I want to enable `unreachable_pub` lint at the workspace level so this won't happen since you will be forced to specify the correct visibility -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
