This is an automated email from the ASF dual-hosted git repository. maxgekk pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/spark.git
from 315c62510da8 [SPARK-52815][CORE] Improve `SparkClassUtils` to support `getAllInterfaces` add b77749801ac3 [SPARK-52619][SQL] Cast TimeType to IntegralType No new revisions were added by this update. Summary of changes: .../spark/sql/catalyst/expressions/Cast.scala | 70 +++++++++ .../sql/catalyst/expressions/CastSuiteBase.scala | 42 ++++++ .../expressions/CastWithAnsiOffSuite.scala | 18 ++- .../catalyst/expressions/CastWithAnsiOnSuite.scala | 28 +++- .../sql-tests/analyzer-results/cast.sql.out | 119 +++++++++++++++ .../analyzer-results/nonansi/cast.sql.out | 119 +++++++++++++++ .../src/test/resources/sql-tests/inputs/cast.sql | 27 ++++ .../test/resources/sql-tests/results/cast.sql.out | 166 +++++++++++++++++++++ .../sql-tests/results/nonansi/cast.sql.out | 136 +++++++++++++++++ 9 files changed, 723 insertions(+), 2 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org