You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by ge...@apache.org on 2022/11/21 18:11:52 UTC

[spark] branch master updated (07427b854be -> d9abbfe5f71)

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

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


    from 07427b854be [SPARK-41154][SQL] Incorrect relation caching for queries with time travel spec
     add d9abbfe5f71 [SPARK-41195][SQL] Support PIVOT/UNPIVOT with join children

No new revisions were added by this update.

Summary of changes:
 docs/sql-ref-syntax-qry-select.md                  |   2 +
 .../spark/sql/catalyst/parser/SqlBaseParser.g4     |   8 +-
 .../spark/sql/catalyst/parser/AstBuilder.scala     | 105 ++++++++-------
 .../spark/sql/errors/QueryParsingErrors.scala      |   8 +-
 .../sql/catalyst/parser/UnpivotParserSuite.scala   | 148 +++++++++++++++++++++
 5 files changed, 219 insertions(+), 52 deletions(-)


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