MaxGekk opened a new pull request #31571: URL: https://github.com/apache/spark/pull/31571
### What changes were proposed in this pull request? Remove `.internal()` from the SQL config legacy config `spark.sql.legacy.replaceDatabricksSparkAvro.enabled`. ### Why are the changes needed? In fact, the SQL config `spark.sql.legacy.replaceDatabricksSparkAvro.enabled` has been already documented publicly, see http://spark.apache.org/docs/latest/sql-data-sources-avro.html. So, it can be considered as internal config. ### Does this PR introduce _any_ user-facing change? This updates the list of auto generated SQL configs. ### How was this patch tested? By generating docs: ``` $ ./sql/create-docs.sh $ cd docs $ SKIP_API=1 SKIP_SCALADOC=1 SKIP_PYTHONDOC=1 SKIP_RDOC=1 jekyll serve --watch ``` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
