[GitHub] [spark] maropu commented on issue #26595: [SPARK-29956][SQL] A literal number with an exponent should be parsed to Double

2019-11-25 Thread GitBox
maropu commented on issue #26595: [SPARK-29956][SQL] A literal number with an exponent should be parsed to Double URL: https://github.com/apache/spark/pull/26595#issuecomment-558501425 > Actually, literals like 1E2 are parsed as Double before Spark2.1, but changed to Decimal after #14828

[GitHub] [spark] maropu commented on issue #26595: [SPARK-29956][SQL] A literal number with an exponent should be parsed to Double

2019-11-25 Thread GitBox
maropu commented on issue #26595: [SPARK-29956][SQL] A literal number with an exponent should be parsed to Double URL: https://github.com/apache/spark/pull/26595#issuecomment-558489184 Actually, it seems this behaviour depends on implementations (the standard says so though). In