int rowcount = 0;
return rowcount;
}
EntityGroup createEntityGroup(final EntityGroupInfo egi) throws IOException {
FTable table = FMetaTestUtil.makeTable("TestSplitTransaction");
return EntityGroup.createEntityGroup(egi, TEST_UTIL.getConfiguration(), table, null);
}