Skip to content
This repository has been archived by the owner on Apr 13, 2024. It is now read-only.

Commit

Permalink
Merge pull request #240 from dnwick/master
Browse files Browse the repository at this point in the history
fixing sample
  • Loading branch information
gimantha authored Jul 6, 2017
2 parents 7961cd6 + af11bd2 commit 055105b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/samples/artifacts/0003/LoginAnalysisPlan.siddhi
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ from UserLoginStream
update or insert into UserLoginTable
on userId == UserLoginTable.userId;

from UserLoginCheckStream join UserLoginTable
from UserLoginCheckStream#winsow.length(1) join UserLoginTable
on UserLoginCheckStream.userId == UserLoginTable.userId
select UserLoginTable.userId, UserLoginTable.lastLoginTime
insert into OutputStream;
Expand Down

0 comments on commit 055105b

Please sign in to comment.