Skip to content
Closed
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
5c662f6
[SPARK-24598][SQL] Overflow on airthmetic operation returns incorrect…
mgaido91 Jun 20, 2018
fad75fa
fix scalastyle
mgaido91 Jun 20, 2018
8591417
fix ut failures
mgaido91 Jun 20, 2018
9c3df7d
use larger intermediate buffer for sum
mgaido91 Jun 21, 2018
ebdaf61
fix UT error
mgaido91 Jun 22, 2018
a0b862e
allow precision loss when converting decimal to long
mgaido91 Jun 22, 2018
7bba22f
Merge branch 'master' into SPARK-24598
mgaido91 Jul 16, 2018
77f26f2
Merge branch 'master' of github.com:apache/spark into SPARK-24598
mgaido91 Jun 21, 2019
74cd0a4
Handle NaN
mgaido91 Jun 22, 2019
2cfd946
Add conf flag for checking overflow
mgaido91 Jun 26, 2019
25c853c
fix
mgaido91 Jun 26, 2019
ff02dca
Merge branch 'master' of github.com:apache/spark into SPARK-24598
mgaido91 Jun 27, 2019
00fae1d
fix tests
mgaido91 Jun 27, 2019
8e9715c
change default value and fix tests
mgaido91 Jun 28, 2019
1dff779
Merge branch 'master' into SPARK-24598
mgaido91 Jul 14, 2019
38fc1f4
fix typo
mgaido91 Jul 15, 2019
0d5e510
Merge branch 'SPARK-24598' of github.com:mgaido91/spark into SPARK-24598
mgaido91 Jul 15, 2019
37e19ce
fix
mgaido91 Jul 15, 2019
eb37ee7
Merge branch 'master' of github.com:apache/spark into SPARK-24598
mgaido91 Jul 20, 2019
98bbf83
address comments
mgaido91 Jul 20, 2019
650ea79
fix
mgaido91 Jul 20, 2019
1d20f73
address comments
mgaido91 Jul 26, 2019
538e332
address comments
mgaido91 Jul 26, 2019
3de4bfb
fix
mgaido91 Jul 27, 2019
3baecbc
fixes
mgaido91 Jul 27, 2019
a247f9f
fix unaryminus
mgaido91 Jul 27, 2019
582d148
address comments
mgaido91 Jul 30, 2019
b809a3f
fix
mgaido91 Jul 30, 2019
ce3ed2b
address comments
mgaido91 Jul 31, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'master' into SPARK-24598
  • Loading branch information
mgaido91 authored Jul 14, 2019
commit 1dff7793a285af9783be0c0f717bb5fc6e72b6d7
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ true


-- !query 42
SELECT smallint('2') * int('2') = int('16') / smallint('4') AS true
SELECT int('1000') < int('999') AS `false`
-- !query 42 schema
struct<true:boolean>
-- !query 42 output
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.