275276277278279280281282283
test = new QueryExecution(userTxn.getSource("pm2")); test.execute("select * from g1 where e1 >= 800 and e1 < 807"); test.assertRowCount(7); test.execute("select * from g2 where e1 >= 800 and e1 < 807"); test.assertRowCount(7); } }