[GitHub] dbtsai commented on issue #23632: [SPARK-26706][SQL] Fix `illegalNumericPrecedence` for ByteType

2019-01-23 Thread GitBox
dbtsai commented on issue #23632: [SPARK-26706][SQL] Fix `illegalNumericPrecedence` for ByteType URL: https://github.com/apache/spark/pull/23632#issuecomment-457077598 @maropu thanks for checking. I just resolved the jira. Th

[GitHub] dbtsai commented on issue #23632: [SPARK-26706][SQL] Fix `illegalNumericPrecedence` for ByteType

2019-01-23 Thread GitBox
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/23e35d4f6cd75d3cc2a8054f8872fdf61c1a8

[GitHub] dbtsai commented on issue #23632: [SPARK-26706][SQL] Fix `illegalNumericPrecedence` for ByteType

2019-01-23 Thread GitBox
dbtsai commented on issue #23632: [SPARK-26706][SQL] Fix `illegalNumericPrecedence` for ByteType URL: https://github.com/apache/spark/pull/23632#issuecomment-457031875 @gatorsmile `mayTruncate` was renamed from `canUpCast` after 2.3 resulting complication error. I am fixing it now.

[GitHub] dbtsai commented on issue #23632: [SPARK-26706][SQL] Fix `illegalNumericPrecedence` for ByteType

2019-01-23 Thread GitBox
dbtsai commented on issue #23632: [SPARK-26706][SQL] Fix `illegalNumericPrecedence` for ByteType URL: https://github.com/apache/spark/pull/23632#issuecomment-457022097 Manually merged into 2.4 branch and 2.3 branch. Thanks!

[GitHub] dbtsai commented on issue #23632: [SPARK-26706][SQL] Fix `illegalNumericPrecedence` for ByteType

2019-01-23 Thread GitBox
dbtsai commented on issue #23632: [SPARK-26706][SQL] Fix `illegalNumericPrecedence` for ByteType URL: https://github.com/apache/spark/pull/23632#issuecomment-457018221 @gatorsmile I am working on it. Since it's not a clean merge for 2.4 and 2.3, `merge_spark_pr.py` doesn't work well. ---

[GitHub] dbtsai commented on issue #23632: [SPARK-26706][SQL] Fix `illegalNumericPrecedence` for ByteType

2019-01-23 Thread GitBox
dbtsai commented on issue #23632: [SPARK-26706][SQL] Fix `illegalNumericPrecedence` for ByteType URL: https://github.com/apache/spark/pull/23632#issuecomment-457017395 Merged into master. This is an automated message from th