You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by gu...@apache.org on 2020/02/09 10:22:20 UTC

[spark] branch master updated (a7ae77a -> 339c0f9)

This is an automated email from the ASF dual-hosted git repository.

gurwls223 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git.


    from a7ae77a  [SPARK-30662][ML][PYSPARK] Put back the API changes for HasBlockSize in ALS/MLP
     add 339c0f9  [SPARK-30510][SQL][DOCS] Publicly document Spark SQL configuration options

No new revisions were added by this update.

Summary of changes:
 docs/.gitignore                                    |   1 +
 docs/configuration.md                              |  46 ++------
 sql/README.md                                      |   2 +-
 .../org/apache/spark/sql/internal/SQLConf.scala    |  35 +++---
 .../spark/sql/api/python/PythonSQLUtils.scala      |   7 ++
 sql/create-docs.sh                                 |  14 +--
 sql/{gen-sql-markdown.py => gen-sql-api-docs.py}   |   8 +-
 sql/gen-sql-config-docs.py                         | 117 +++++++++++++++++++++
 8 files changed, 163 insertions(+), 67 deletions(-)
 create mode 100644 docs/.gitignore
 rename sql/{gen-sql-markdown.py => gen-sql-api-docs.py} (96%)
 create mode 100644 sql/gen-sql-config-docs.py


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org