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

[spark] branch master updated (cd16a10 -> 184074d)

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

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


    from cd16a10  [SPARK-32364][SQL] Use CaseInsensitiveMap for DataFrameReader/Writer options
     add 184074d  [SPARK-31999][SQL] Add REFRESH FUNCTION command

No new revisions were added by this update.

Summary of changes:
 docs/_data/menu-sql.yaml                           |  2 +
 docs/sql-ref-syntax-aux-cache-cache-table.md       |  1 +
 docs/sql-ref-syntax-aux-cache-clear-cache.md       |  1 +
 ...> sql-ref-syntax-aux-cache-refresh-function.md} | 32 ++++++++-------
 docs/sql-ref-syntax-aux-cache-refresh-table.md     |  1 +
 docs/sql-ref-syntax-aux-cache-refresh.md           |  1 +
 docs/sql-ref-syntax-aux-cache-uncache-table.md     |  1 +
 docs/sql-ref-syntax-aux-cache.md                   |  3 +-
 docs/sql-ref-syntax.md                             |  1 +
 .../apache/spark/sql/catalyst/parser/SqlBase.g4    |  1 +
 .../spark/sql/catalyst/analysis/Analyzer.scala     |  6 +++
 .../sql/catalyst/analysis/v2ResolutionPlans.scala  | 20 +++++++++
 .../sql/catalyst/catalog/SessionCatalog.scala      |  8 ++++
 .../spark/sql/catalyst/parser/AstBuilder.scala     |  5 +++
 .../sql/catalyst/plans/logical/v2Commands.scala    |  7 ++++
 .../sql/connector/catalog/CatalogV2Implicits.scala | 10 ++++-
 .../sql/connector/catalog/LookupCatalog.scala      | 29 ++++++++++++-
 .../spark/sql/catalyst/parser/DDLParserSuite.scala | 11 ++++-
 .../catalyst/analysis/ResolveSessionCatalog.scala  | 30 ++------------
 .../spark/sql/execution/command/functions.scala    | 39 ++++++++++++++++++
 .../spark/sql/connector/DataSourceV2SQLSuite.scala | 13 ++++++
 .../spark/sql/execution/command/DDLSuite.scala     | 47 +++++++++++++++++++++-
 22 files changed, 223 insertions(+), 46 deletions(-)
 copy docs/{sql-ref-syntax-aux-cache-refresh.md => sql-ref-syntax-aux-cache-refresh-function.md} (53%)


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