Details
Description
Sample warning:
WARN [MinMaxEverAggregator] .leave Received remove stream, none was expected
Sample statement:
select max(col1) as maxcol1 from MyEvent.std:unique(string), method:MyClass.fetchResult(100)
Wherein "col1" is a field returned by the static method invocation.
The warning can be ignored - no change in output expected.
in enhancements420 branch