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 c082c53  [SPARK-34404][SQL] Add new Avro datasource options to control 
datetime rebasing in read
     add 32a523b  [SPARK-34234][SQL] Remove TreeNodeException that didn't work

No new revisions were added by this update.

Summary of changes:
 .../spark/sql/catalyst/analysis/unresolved.scala   | 89 +++++++++++-----------
 .../apache/spark/sql/catalyst/errors/package.scala | 59 --------------
 .../sql/catalyst/expressions/BoundAttribute.scala  | 18 ++---
 .../expressions/higherOrderFunctions.scala         | 12 +--
 .../catalyst/expressions/windowExpressions.scala   |  4 +-
 .../sql/catalyst/plans/logical/v2Commands.scala    |  4 +-
 .../spark/sql/catalyst/rules/RuleExecutor.scala    |  9 +--
 .../apache/spark/sql/catalyst/trees/TreeNode.scala |  6 +-
 .../sql/catalyst/analysis/AnalysisSuite.scala      |  9 +--
 .../OptimizerStructuralIntegrityCheckerSuite.scala |  7 +-
 .../sql/catalyst/optimizer/OptimizerSuite.scala    |  8 +-
 .../sql/catalyst/trees/RuleExecutorSuite.scala     |  8 +-
 .../apache/spark/sql/execution/ExpandExec.scala    |  3 +-
 .../sql/execution/adaptive/QueryStageExec.scala    |  5 +-
 .../execution/aggregate/HashAggregateExec.scala    |  3 +-
 .../aggregate/ObjectHashAggregateExec.scala        |  3 +-
 .../execution/aggregate/SortAggregateExec.scala    |  3 +-
 .../spark/sql/execution/command/commands.scala     |  6 +-
 .../execution/exchange/ShuffleExchangeExec.scala   |  3 +-
 .../execution/streaming/statefulOperators.scala    |  3 +-
 .../apache/spark/sql/execution/ReferenceSort.scala |  3 +-
 .../sql/execution/WholeStageCodegenSuite.scala     |  2 +-
 .../adaptive/AdaptiveQueryExecSuite.scala          |  2 +-
 .../spark/sql/sources/BucketedReadSuite.scala      |  2 +-
 24 files changed, 96 insertions(+), 175 deletions(-)
 delete mode 100644 
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/errors/package.scala


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

Reply via email to