135136137138139140141142143144145
test1.close(); commit(); /* Confirm that an external sort occured */ RuntimeStatisticsParser parser = SQLUtilities.getRuntimeStatisticsParser(st); assertTrue(parser.usedExternalSort()); st.close(); stUtil.close(); }
188189190191192193194195196197198
278279280281282283284285286287288
commit(); test1.close(); /* Confirm that an external sort occured */ RuntimeStatisticsParser parser = SQLUtilities.getRuntimeStatisticsParser(st); assertTrue(parser.usedExternalSort()); stUtil.close(); st.close(); } }