You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by ya...@apache.org on 2020/07/28 00:44:41 UTC

[spark] branch master updated (f7542d3 -> 8de4333)

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

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


    from f7542d3  [SPARK-32457][ML] logParam thresholds in DT/GBT/FM/LR/MLP
     add 8de4333  [SPARK-31753][SQL][DOCS] Add missing keywords in the SQL docs

No new revisions were added by this update.

Summary of changes:
 docs/_data/menu-sql.yaml                           |   6 +
 docs/sql-ref-syntax-ddl-create-table-hiveformat.md |  94 +++++++++++++++-
 docs/sql-ref-syntax-qry-select-case.md             | 109 ++++++++++++++++++
 docs/sql-ref-syntax-qry-select-clusterby.md        |   3 +
 docs/sql-ref-syntax-qry-select-distribute-by.md    |   3 +
 docs/sql-ref-syntax-qry-select-groupby.md          |  27 +++++
 docs/sql-ref-syntax-qry-select-having.md           |   3 +
 docs/sql-ref-syntax-qry-select-lateral-view.md     | 125 +++++++++++++++++++++
 docs/sql-ref-syntax-qry-select-limit.md            |   3 +
 docs/sql-ref-syntax-qry-select-orderby.md          |   3 +
 docs/sql-ref-syntax-qry-select-pivot.md            | 101 +++++++++++++++++
 docs/sql-ref-syntax-qry-select-sortby.md           |   3 +
 docs/sql-ref-syntax-qry-select-where.md            |   3 +
 docs/sql-ref-syntax-qry-select.md                  |  56 +++++----
 docs/sql-ref-syntax-qry.md                         |   3 +
 docs/sql-ref-syntax.md                             |   3 +
 16 files changed, 520 insertions(+), 25 deletions(-)
 create mode 100644 docs/sql-ref-syntax-qry-select-case.md
 create mode 100644 docs/sql-ref-syntax-qry-select-lateral-view.md
 create mode 100644 docs/sql-ref-syntax-qry-select-pivot.md


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