mirror of
https://github.com/apache/sqoop.git
synced 2025-05-05 00:00:22 +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;
|
||||
// This test is not currently working due to bug in HdfsExtractor.
|
||||
// Check SQOOP-761 for more details.
|
||||
assertEquals((1+numbers)*numbers/2, sum);
|
||||
|
||||
assertEquals(NUMBER_OF_FILES*NUMBER_OF_ROWS_PER_FILE, index-1);
|
||||
|
Loading…
Reference in New Issue
Block a user