Re: condition in FilterOperator

2016-07-18 Thread Chinmay Kolhatkar
Hi Yogi, This is something that needs to be fixed in Filter operator. I see at line 130 in filter operator that the expected return type is Boolean.class.. I think it should be boolean.class, unless there was some other reason why it was made like that. I would prefer not to add implicit pair of

condition in FilterOperator

2016-07-15 Thread Yogi Devendra
Hi, I am working on creating example app for com.datatorrent.lib.filter.FilterOperator For condition property, I gave following value: {$}.getAmount() >= 2 This gives following exception: java.lang.RuntimeException: org.codehaus.commons.compiler.CompileException: Line 1, Column 29: Cannot cas