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 3cb18d9 [SPARK-29151][CORE] Support fractional resources for task resource scheduling add 4c53ac1 [SPARK-29387][SQL] Support `*` and `/` operators for intervals No new revisions were added by this update. Summary of changes: .../spark/sql/catalyst/analysis/TypeCoercion.scala | 8 +++ .../catalyst/expressions/intervalExpressions.scala | 70 ++++++++++++++++++---- .../spark/sql/catalyst/util/IntervalUtils.scala | 23 +++++++ .../sql/catalyst/analysis/TypeCoercionSuite.scala | 21 +++++++ .../expressions/IntervalExpressionsSuite.scala | 39 +++++++++++- .../sql/catalyst/util/IntervalUtilsSuite.scala | 47 +++++++++++++-- .../test/resources/sql-tests/inputs/datetime.sql | 5 ++ .../resources/sql-tests/results/datetime.sql.out | 26 +++++++- 8 files changed, 219 insertions(+), 20 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org