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 dbfa909422ad [SPARK-49816][SQL] Should only update out-going-ref-count 
for referenced outer CTE relation
     add 3065dd92ab8f [SPARK-49561][SQL] Add SQL pipe syntax for the PIVOT and 
UNPIVOT operators

No new revisions were added by this update.

Summary of changes:
 .../spark/sql/catalyst/parser/SqlBaseParser.g4     |   5 +
 .../spark/sql/catalyst/parser/AstBuilder.scala     |  12 +-
 .../analyzer-results/pipe-operators.sql.out        | 352 +++++++++++++++++++++
 .../resources/sql-tests/inputs/pipe-operators.sql  | 141 +++++++++
 .../sql-tests/results/pipe-operators.sql.out       | 309 ++++++++++++++++++
 .../spark/sql/execution/SparkSqlParserSuite.scala  |  39 ++-
 6 files changed, 849 insertions(+), 9 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to