[GitHub] spark pull request #20498: [SPARK-22036][SQL][FOLLOWUP] Fix imperfect test

2018-02-03 Thread dongjoon-hyun
Github user dongjoon-hyun commented on a diff in the pull request: https://github.com/apache/spark/pull/20498#discussion_r165819002 --- Diff: sql/core/src/test/resources/sql-tests/inputs/typeCoercion/native/decimalArithmeticOperations.sql --- @@ -49,7 +49,7 @@ select 1e35 / 0.1;

[GitHub] spark pull request #20498: [SPARK-22036][SQL][FOLLOWUP] Fix imperfect test

2018-02-03 Thread wangyum
GitHub user wangyum opened a pull request: https://github.com/apache/spark/pull/20498 [SPARK-22036][SQL][FOLLOWUP] Fix imperfect test ## What changes were proposed in this pull request? Fix imperfect test ## How was this patch tested? N/A You can merge