5
0
mirror of https://github.com/apache/sqoop.git synced 2025-05-02 23:21:22 +08:00

fix testcase DB2DECFLOATTypeImportManualTest

This commit is contained in:
Chiran Ravani 2019-09-06 20:48:54 +05:30 committed by GitHub
parent 11cdc4f42f
commit bb392a83dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -92,7 +92,7 @@ public class DB2DECFLOATTypeImportManualTest extends ImportJobTestCase {
+ "/" + DATABASE_NAME;
static final String HIVE_TABLE_NAME = "DECFLOATTESTHIVE";
static String ExpectedResults =
"10.123";
"1,10.123";
static {
@ -245,4 +245,4 @@ private void runDb2Test(String expectedResults) throws IOException {
}
}
}
}