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:
parent
11cdc4f42f
commit
bb392a83dd
@ -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 {
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user