TestCase.assertEquals(4, getTotalRows(UNITTEST_DATASET_ID));
}
@Test
public void testReplaceViaFTPWithControlFile() throws IOException, SodaError, InterruptedException, LongRunningQueryException {
final SodaDdl ddl = createSodaDdl();
final Soda2Producer producer = createProducer();
final UserPreferences userPrefs = getUserPrefs();
// Ensures dataset is in known state (2 rows)
File twoRowsFile = new File("src/test/resources/datasync_unit_test_two_rows.csv");