5
0
mirror of https://github.com/apache/sqoop.git synced 2025-05-03 06:51:49 +08:00

SQOOP-3195: SQLServerDatatypeImportDelimitedFileTest can fail in some environments

(Szabolcs Vasas via Boglarka Egyed)
This commit is contained in:
Boglarka Egyed 2017-08-29 15:21:21 +02:00
parent caec28c1fa
commit 1378520e49

View File

@ -5,7 +5,7 @@ MONEY,92233720,92233720.0000,92233720.0000,POS
SMALLINT,-32768,-32768,-32768,POS SMALLINT,-32768,-32768,-32768,POS
SMALLMONEY,-214748.3648,-214748.3648,-214748.3648,POS SMALLMONEY,-214748.3648,-214748.3648,-214748.3648,POS
TINYINT,0,0,0,POS TINYINT,0,0,0,POS
FLOAT,1.7976931348623157,1.7976931348623155,1.7976931348623155,POS FLOAT,1.797693134862,1.797693134862,1.797693134862,POS
REAL,3.4028234663852886,3.4028234,3.4028234,POS REAL,3.4028234663852886,3.4028234,3.4028234,POS
DATE,0001-01-01,0001-01-01,0001-01-01,POS DATE,0001-01-01,0001-01-01,0001-01-01,POS
DATETIME2,0001-01-01 00:00:00,0001-01-01 00:00:00.0000000,0001-01-01 00:00:00.0,POS DATETIME2,0001-01-01 00:00:00,0001-01-01 00:00:00.0000000,0001-01-01 00:00:00.0,POS