killzoner commented on issue #1258: URL: https://github.com/apache/datafusion-ballista/issues/1258#issuecomment-3396599683
Hey @milenkovicm I'm interested in picking this one From my understanding, this would mean adding `#![warn(missing_docs)]` at the root of at least `ballista/core`, but this is not really doable right now (a lot of errors yield with this, and i'm not knowledgable enough to document the missing items) As a first step alternative, I implemented documenting private items like this is done in `datafusion`. See https://github.com/apache/datafusion-ballista/pull/1327 -- 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]
