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 e9362c2  [SPARK-34319][SQL] Resolve duplicate attributes for 
FlatMapCoGroupsInPandas/MapInPandas
     add bb9bf66  [SPARK-34199][SQL] Block `table.*` inside function to follow 
ANSI standard and other SQL engines

No new revisions were added by this update.

Summary of changes:
 docs/sql-migration-guide.md                        |  2 +
 .../spark/sql/catalyst/analysis/Analyzer.scala     | 15 ++++++++
 .../spark/sql/catalyst/analysis/unresolved.scala   |  4 ++
 .../spark/sql/errors/QueryCompilationErrors.scala  |  5 +++
 .../org/apache/spark/sql/internal/SQLConf.scala    | 11 ++++++
 .../src/test/resources/sql-tests/inputs/count.sql  | 12 +++++-
 .../resources/sql-tests/inputs/postgreSQL/join.sql | 13 +++++--
 .../sql-tests/inputs/udf/postgreSQL/udf-join.sql   |  8 ++--
 .../resources/sql-tests/inputs/udf/udf-count.sql   |  4 +-
 .../test/resources/sql-tests/results/count.sql.out | 43 +++++++++++++++++++---
 .../sql-tests/results/postgreSQL/join.sql.out      |  6 +--
 .../results/udf/postgreSQL/udf-join.sql.out        |  6 +--
 .../sql-tests/results/udf/udf-count.sql.out        |  8 ++--
 .../apache/spark/sql/ColumnExpressionSuite.scala   | 22 +++++++++++
 14 files changed, 132 insertions(+), 27 deletions(-)


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

Reply via email to