Skip to content

Commit

Permalink
DRILL-7502: fix baselines (#602)
Browse files Browse the repository at this point in the history
  • Loading branch information
denysord88 authored and agirish committed Jan 9, 2020
1 parent 9a5d7ec commit 919d931
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
3 55555.5555 VARDECIMAL
4 -55555.5555 VARDECIMAL
5 99999.9999 VARDECIMAL
6 null NULL
6 null VARDECIMAL
7 -99999.9999 VARDECIMAL
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
55555.5555 VARDECIMAL
-55555.5555 VARDECIMAL
99999.9999 VARDECIMAL
null NULL
null VARDECIMAL
-99999.9999 VARDECIMAL
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ VARDECIMAL -0.0001 DECIMAL(38, 4)
VARDECIMAL 555555555555555555555555.5555 DECIMAL(38, 4)
VARDECIMAL -555555555555555555555555.5555 DECIMAL(38, 4)
VARDECIMAL 999999999999999999999999.9999 DECIMAL(38, 4)
NULL null DECIMAL
VARDECIMAL null DECIMAL
VARDECIMAL -999999999999999999999999.9999 DECIMAL(38, 4)
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ VARDECIMAL
VARDECIMAL
VARDECIMAL
VARDECIMAL
NULL
VARDECIMAL
VARDECIMAL

0 comments on commit 919d931

Please sign in to comment.