wso2 / streaming-integrator

A stream processing runtime that allows connecting any streaming data source to any destination and act on it
Apache License 2.0
113 stars 50 forks source link

'isSuccess' attribute in file:move stream function is not recognized by the parser #165

Closed dilini-muthumala closed 3 years ago

dilini-muthumala commented 3 years ago

Description: 'isSuccess' attribute in file:move stream function is not recognized by the parser.

Affected Product Version: Streaming Integrator 1.1.0

OS, DB, other environment details and versions:
N/A

Steps to reproduce:

@App:name("FileReader")

define stream fooStream (foo string);

from fooStream#file:move('/Users/dilini/foo.txt', 'Users/dilini/destination/')
select isSuccess
insert into tempStream;

Above siddhi app does not compile.