malinjawi commented on PR #12036: URL: https://github.com/apache/gluten/pull/12036#issuecomment-4396812578
@FelixYBW done. I updated the generated-doc path instead of hand-editing only the markdown: - added the static/dynamic Status column to `AllGlutenConfiguration`, so `docs/Configuration.md` is generated with the same markers - moved the status helper there and reused it from `AllVeloxConfiguration` - regenerated the docs through `dev/gen-all-config-docs.sh` Verified with: - `dev/gen-all-config-docs.sh` - `GLUTEN_UPDATE=0 ./build/mvn test -Pbackends-velox -pl backends-velox -am -Dtest=none -DfailIfNoTests=false -DwildcardSuites=org.apache.gluten.config.AllGlutenConfiguration,org.apache.gluten.config.AllVeloxConfiguration` - `./dev/format-scala-code.sh check` - `git diff --check` -- 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]
