dbtsai commented on issue #23632: [SPARK-26706][SQL] Fix `illegalNumericPrecedence` for ByteType URL: https://github.com/apache/spark/pull/23632#issuecomment-457036296 @gatorsmile The 2.3 branch should be fixed by https://github.com/apache/spark/commit/23e35d4f6cd75d3cc2a8054f8872fdf61c1a8bcc It's broken because in 2.3 branch, we don't have `canSafeCast` which is used in the test. I removed this test given we have enough explicit casting tests which should give us enough coverage.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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]
