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 39596b9  [SPARK-29649][SQL] Stop task set if 
FileAlreadyExistsException was thrown when writing to output file
     add fe1f456  [SPARK-29837][SQL] PostgreSQL dialect: cast to boolean

No new revisions were added by this update.

Summary of changes:
 .../sql/catalyst/analysis/PostgreSQLDialect.scala  | 12 ++--
 .../spark/sql/catalyst/expressions/Cast.scala      | 10 +--
 .../postgreSQL/PostgreCastStringToBoolean.scala    | 80 ---------------------
 .../postgreSQL/PostgreCastToBoolean.scala          | 83 ++++++++++++++++++++++
 .../expressions/postgreSQL/CastSuite.scala         | 74 +++++++++++--------
 .../sql-tests/results/postgreSQL/boolean.sql.out   | 60 +++++++++-------
 .../spark/sql/PostgreSQLDialectQuerySuite.scala    |  2 +-
 7 files changed, 175 insertions(+), 146 deletions(-)
 delete mode 100644 
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/postgreSQL/PostgreCastStringToBoolean.scala
 create mode 100644 
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/postgreSQL/PostgreCastToBoolean.scala


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

Reply via email to