TestCase.assertEquals(1, getTotalRows(UNITTEST_DATASET_ID));
}
@Test
public void testDeleteWithHeaderAndNonExistantRowIDs() throws IOException, SodaError, InterruptedException, LongRunningQueryException {
final Soda2Producer producer = createProducer();
final SodaDdl ddl = createSodaDdl();
// Ensures dataset is in known state (3 rows)
File threeRowsFile = new File("src/test/resources/datasync_unit_test_three_rows.csv");
Soda2Publisher.replaceNew(producer, ddl, UNITTEST_DATASET_ID, threeRowsFile, true);