Closed kaicao closed 6 months ago
wasn't able to reproduce. Sample below
env.advanceTime(0); String epl = "select p00, min(p01), max(p01) from SupportBean_S0#time(5) as s0 " + "group by p00, s0.getP02() " + "having sum(id) > 2" + "output snapshot every 5 sec"; env.compileDeploy(epl);
long current = 5000; for (int i = 0; i < 1000; i++) { env.sendEventBean(new SupportBean_S0(1, "a", "b", "c")); env.advanceTime(5000 * i); }
env.undeployAll();
Could you help us understand what can cause error of
For filter like:
Esper 8.9.0 is in use.