-
I'm using ESPER 8.6.0 and 8.7.0, experiencing the issue in both. I'm trying to deploy 2 insert into statement that insert into the same stream. When I try to undeploy the first of them I get the follo…
acm19 updated
3 years ago
-
The `a.value` expression cannot be resolved:
``` sql
create schema EventA ( value string );
-- Failed to resolve property 'a.value' (property 'a' is a mapped property and requires keyed access)
…
-
Is it possible to introduce `tumbling` and `slidings` `windows` which are based on:
- time
- count
- filter
And operation on `windows`. This will make it easy to do Complex Even Processing & S…
-
When you have a table defined within a module and that table joins to a stream the runtime throws the following exception:
`java.lang.NullPointerException
at com.espertech.esper.common.internal.e…
-
The `EventType` for `B` passed to `LogSink` is `WrapperEventType`.
``` sql
create schema A ( value int );
insert into B select * from A;
create dataflow OutputFlow
EventBusSource -> eve…
-
When inserting an event that has a field of type List via the EventService, you get a NullPointer somewhere in the generated code, if you use that List field with `.anyOf` in an `update istream` state…
-
If I create an index on the named window like this:
```
this.epCompilerArgs.getPath().add(this.epRuntime.getRuntimePath());
this.epDeployService.deploy(this.epCompiler.compile(
…
-
## EvalError: call to eval() blocked by CSP (at "Corporation")
### How did this happen?
Happened after I did some changes to my Foods division. I think I changed the buy amount of real estate fr…
-
A bad rule update:
perseo-fe log:
time=2021-07-16T08:54:10.740Z | lvl=DEBUG | corr=n/a | trans=n/a | op=n/a | msg=ping (DATABASE) {"ok":1}
time=2021-07-16T08:54:10.742Z | lvl=DEBUG | corr=n/a…
-
In the following code, compile time increase significantly compare with epl statement number.
It cost 162 seconds on my pc.
```
import java.util.Date;
import com.espertech.esper.common.cli…