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

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


    from e326b9b6565 [SPARK-41532][DOCS][FOLLOWUP] Regenerate 
`sql-error-conditions-connect-error-class.md`
     add cfc75ec12ae [SPARK-44503][SQL] Add analysis and planning for PARTITION 
BY and ORDER BY clause after TABLE arguments for TVF calls

No new revisions were added by this update.

Summary of changes:
 docs/sql-ref-ansi-compliance.md                    |   1 +
 .../spark/sql/catalyst/parser/SqlBaseLexer.g4      |   1 +
 .../spark/sql/catalyst/parser/SqlBaseParser.g4     |  11 +-
 .../spark/sql/catalyst/analysis/Analyzer.scala     |  12 +-
 .../FunctionTableSubqueryArgumentExpression.scala  |  69 +++++++++-
 .../spark/sql/catalyst/parser/AstBuilder.scala     |  32 +++--
 .../sql/catalyst/parser/PlanParserSuite.scala      | 152 +++++++++++++++++----
 .../sql-tests/results/ansi/keywords.sql.out        |   1 +
 .../resources/sql-tests/results/keywords.sql.out   |   1 +
 .../sql/execution/python/PythonUDTFSuite.scala     |  67 ++++++++-
 .../ThriftServerWithSparkContextSuite.scala        |   2 +-
 11 files changed, 307 insertions(+), 42 deletions(-)


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

Reply via email to