martin-g commented on PR #19319: URL: https://github.com/apache/datafusion/pull/19319#issuecomment-3659172301
If the data is used only by the -examples crate then it should be in the crate itself. If the same data is used also in another crate then it should be put in a neutral folder, e.g. "../shared/data/". If you need to make it look like a local data then you can use symbolic links. -- 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]
