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 b9f2f78  [SPARK-33498][SQL] Datetime parsing should fail if the input 
string can't be parsed, or the pattern string is invalid
     add 35ded12  [SPARK-33141][SQL] Capture SQL configs when creating 
permanent views

No new revisions were added by this update.

Summary of changes:
 docs/sql-migration-guide.md                        |  2 +
 .../spark/sql/catalyst/analysis/Analyzer.scala     |  4 +-
 .../sql/catalyst/catalog/SessionCatalog.scala      |  9 ++-
 .../spark/sql/catalyst/catalog/interface.scala     | 18 ++++++
 .../plans/logical/basicLogicalOperators.scala      | 16 +++++
 .../org/apache/spark/sql/internal/SQLConf.scala    | 11 ++++
 .../apache/spark/sql/execution/command/views.scala | 49 ++++++++++++--
 .../results/postgreSQL/create_view.sql.out         | 28 ++++----
 .../apache/spark/sql/execution/SQLViewSuite.scala  | 75 +++++++++++++++++++++-
 9 files changed, 190 insertions(+), 22 deletions(-)


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

Reply via email to