cj-zhukov commented on PR #19319: URL: https://github.com/apache/datafusion/pull/19319#issuecomment-3651023729
## High-level overview This PR stores example datasets directly inside the `datafusion-examples` crate and replaces inlined data with real files. The goal is to keep examples self-contained and stable, avoiding dependencies on internal test data or external repositories that may change over time. This makes examples easier to run, review, and maintain, especially when the crate is used standalone. That said, I’m not certain this is the best long-term solution. I’m open to discussing alternative approaches (for example, a shared or external dataset) if the community prefers a different way to store and manage example data. -- 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]
