cj-zhukov commented on PR #20233: URL: https://github.com/apache/datafusion/pull/20233#issuecomment-3871194436
### High-level overview In a previous PR https://github.com/apache/datafusion/pull/20122#pullrequestreview-3757909001 , `examples_docs` module for parsing and generating documentation for DataFusion examples was introduced. This PR focuses on refactoring that implementation by splitting the logic into smaller, well-scoped modules under the `example_metadata` folder. The goal is to make the codebase easier to navigate, reason about, and maintain, instead of keeping all responsibilities inside a single module. No new features or behavioral changes were introduced - this PR is purely a structural refactor. The new layout groups related concerns (discovery, parsing, modeling, rendering, and test helpers) more explicitly, which should make future changes and reviews simpler. I’m happy to iterate on module boundaries, naming, or structure if there are better conventions or preferences. -- 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]
