findepi commented on issue #13814: URL: https://github.com/apache/datafusion/issues/13814#issuecomment-2740776452
> I was wondering recently if the the probably could be related to all the re-exports (`pub use ....`) we do in DataFusion. Maybe we could see if reducing them helped 🤔 it might be good idea for reasons other than compilation time. For example, my IDE asking me which `ScalarValue` to import (`datafusion::common::ScalarValue` or `datafusion::scalar::ScalarValue`) isn't helpful at all. I would strongly prefer if a public entity had only one public path. -- 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