maropu commented on a change in pull request #25300: [SPARK-28503][SQL] Return
null result on cast an out-of-range value to a integral type
URL: https://github.com/apache/spark/pull/25300#discussion_r309959580
##########
File path:
sql/hive/compatibility/src/test/scala/org/apache/spark/sql/hive/execution/HiveCompatibilitySuite.scala
##########
@@ -1086,7 +1090,6 @@ class HiveCompatibilitySuite extends HiveQueryFileTest
with BeforeAndAfter {
"udf_sum",
"udf_tan",
"udf_tinyint",
- "udf_to_byte",
Review comment:
Can we change this behaviour? cc: @gatorsmile @dongjoon-hyun @wangyum
If we do so, we need to update the guide, too:
https://github.com/apache/spark/blob/master/docs/sql-migration-guide-hive-compatibility.md
https://github.com/apache/spark/blob/master/docs/sql-migration-guide.md
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]