Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
dilini-muthumala opened this issue Jan 5, 2021 · 0 comments · Fixed by siddhi-io/siddhi-io-file#117

Comments

@dilini-muthumala
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants