You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, we rely on manual code reviews to ensure this is the case, but we don't have any way to ensure all functions are documented (and indeed some are not)
Describe the solution you'd like
I would like CI to fail if a new function is added without documentation
Describe alternatives you've considered
I think we can modify the ./dev/update_function_docs.sh scrip / function to error when functions do not have documentation
Additional context
We do have to wait for all content to be ported to code before we can enable this check
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem or challenge?
Part of #12740
All functions in DataFusion should be documented on the documentation site https://datafusion.apache.org/user-guide/sql/index.html
Right now, we rely on manual code reviews to ensure this is the case, but we don't have any way to ensure all functions are documented (and indeed some are not)
Describe the solution you'd like
I would like CI to fail if a new function is added without documentation
Describe alternatives you've considered
I think we can modify the
./dev/update_function_docs.sh
scrip / function to error when functions do not have documentationAdditional context
We do have to wait for all content to be ported to code before we can enable this check
The text was updated successfully, but these errors were encountered: