From 919d931f987cd615b9184584371ca5513f8e9e7a Mon Sep 17 00:00:00 2001 From: Denys Ordynskiy Date: Thu, 9 Jan 2020 18:40:23 +0200 Subject: [PATCH] DRILL-7502: fix baselines (#602) --- .../Functional/decimal_parquet/CaseIfEmptyStrThenNull.e_tsv | 2 +- .../decimal_parquet/CaseIfEmptyStrThenNullAsDecimal.e_tsv | 2 +- .../decimal_parquet/multiplDecimalOnCastFloatAsDecimal.e_tsv | 2 +- .../decimal_parquet/multiplDecimalOnCastIntAsDecimal.e_tsv | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/framework/resources/Functional/decimal_parquet/CaseIfEmptyStrThenNull.e_tsv b/framework/resources/Functional/decimal_parquet/CaseIfEmptyStrThenNull.e_tsv index 9d89cf277..06d25b341 100755 --- a/framework/resources/Functional/decimal_parquet/CaseIfEmptyStrThenNull.e_tsv +++ b/framework/resources/Functional/decimal_parquet/CaseIfEmptyStrThenNull.e_tsv @@ -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 diff --git a/framework/resources/Functional/decimal_parquet/CaseIfEmptyStrThenNullAsDecimal.e_tsv b/framework/resources/Functional/decimal_parquet/CaseIfEmptyStrThenNullAsDecimal.e_tsv index 149a5e534..b79b9a144 100755 --- a/framework/resources/Functional/decimal_parquet/CaseIfEmptyStrThenNullAsDecimal.e_tsv +++ b/framework/resources/Functional/decimal_parquet/CaseIfEmptyStrThenNullAsDecimal.e_tsv @@ -3,5 +3,5 @@ 55555.5555 VARDECIMAL -55555.5555 VARDECIMAL 99999.9999 VARDECIMAL -null NULL +null VARDECIMAL -99999.9999 VARDECIMAL diff --git a/framework/resources/Functional/decimal_parquet/multiplDecimalOnCastFloatAsDecimal.e_tsv b/framework/resources/Functional/decimal_parquet/multiplDecimalOnCastFloatAsDecimal.e_tsv index 6e350d6b3..6c43bfb46 100755 --- a/framework/resources/Functional/decimal_parquet/multiplDecimalOnCastFloatAsDecimal.e_tsv +++ b/framework/resources/Functional/decimal_parquet/multiplDecimalOnCastFloatAsDecimal.e_tsv @@ -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) diff --git a/framework/resources/Functional/decimal_parquet/multiplDecimalOnCastIntAsDecimal.e_tsv b/framework/resources/Functional/decimal_parquet/multiplDecimalOnCastIntAsDecimal.e_tsv index e79b69a92..b0e736eec 100755 --- a/framework/resources/Functional/decimal_parquet/multiplDecimalOnCastIntAsDecimal.e_tsv +++ b/framework/resources/Functional/decimal_parquet/multiplDecimalOnCastIntAsDecimal.e_tsv @@ -3,5 +3,5 @@ VARDECIMAL VARDECIMAL VARDECIMAL VARDECIMAL -NULL +VARDECIMAL VARDECIMAL