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

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


    from a50959a  [SPARK-27937][CORE] Revert partial logic for auto namespace 
discovery
     add 0bfcf9c  [SPARK-28322][SQL] Add support to Decimal type for integral 
divide

No new revisions were added by this update.

Summary of changes:
 .../sql/catalyst/analysis/DecimalPrecision.scala   |  17 ++
 .../sql/catalyst/expressions/arithmetic.scala      |  51 +++-
 .../scala/org/apache/spark/sql/types/Decimal.scala |   6 +-
 .../expressions/ArithmeticExpressionSuite.scala    |  31 +++
 .../resources/sql-tests/inputs/operator-div.sql    |   9 +-
 .../resources/sql-tests/inputs/pgSQL/numeric.sql   |  10 +-
 .../sql-tests/results/operator-div.sql.out         |  90 ++++++-
 .../sql-tests/results/pgSQL/numeric.sql.out        | 274 ++++++++++++---------
 8 files changed, 334 insertions(+), 154 deletions(-)


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

Reply via email to