We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
Fix for wso2/streaming-integrator#165
a3ed33f
Merge pull request #117 from dilini-muthumala/master
cb77a0a
3cff727
Merge pull request #118 from dilini-muthumala/master
2f4d220
Successfully merging a pull request may close this issue.
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:
Above siddhi app does not compile.
The text was updated successfully, but these errors were encountered: