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

SQOOP-782: Update comment to reflect that TestHdfsExtract works fine.

(Hari Shreedharan via Jarek Jarcec Cecho)
This commit is contained in:
Jarek Jarcec Cecho 2012-12-15 14:59:01 -08:00
parent c417148888
commit a43542f784

View File

@ -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);