mirror of
https://github.com/apache/sqoop.git
synced 2025-05-04 23:42:14 +08:00
SQOOP-782: Update comment to reflect that TestHdfsExtract works fine.
(Hari Shreedharan via Jarek Jarcec Cecho)
This commit is contained in:
parent
c417148888
commit
a43542f784
@ -239,8 +239,6 @@ public void load(ImmutableContext context, Object oc, Object oj, DataReader read
|
|||||||
};
|
};
|
||||||
|
|
||||||
int numbers = NUMBER_OF_FILES*NUMBER_OF_ROWS_PER_FILE;
|
int numbers = NUMBER_OF_FILES*NUMBER_OF_ROWS_PER_FILE;
|
||||||
// This test is not currently working due to bug in HdfsExtractor.
|
|
||||||
// Check SQOOP-761 for more details.
|
|
||||||
assertEquals((1+numbers)*numbers/2, sum);
|
assertEquals((1+numbers)*numbers/2, sum);
|
||||||
|
|
||||||
assertEquals(NUMBER_OF_FILES*NUMBER_OF_ROWS_PER_FILE, index-1);
|
assertEquals(NUMBER_OF_FILES*NUMBER_OF_ROWS_PER_FILE, index-1);
|
||||||
|
Loading…
Reference in New Issue
Block a user