bernhardttom
bernhardttom
Since this change can affect EPL behavior it is labeled for next major release.
Can you cut&paste the notebook cells into the issue please. Does creating a new note fix it?
There is currently no way to restart the interpreter.
Try putting the EPL into the same box. Zeppelin may mix up ordering?
I guess possibly Zeppelin mixes up the order of cells, so that the create-schema goes last, even though it shows up on the web page as first.
Ok that sounds good. The test case seems to no really test much of the new functionality.
This can be solved with contexts. The issue will be closed unless you think it is still relevant.
Match-recognize would seem to solve this as well
There is no plan currently.
Use ConfigurationCompilerPlugInSingleRowFunction.FilterOptimizable.DISABLED For reference: String epl = "@name('schema') @public @buseventtype create schema Empty ();\n" + "create dataflow InputOutput\n" + " BeaconSource -> events {}\n" + " EventBusSink(events) {};\n" + "create...