Hi Devs,

When I try to follow Tutorial 6: Streaming Data Summarization (Incremental
Aggregation) <https://docs.wso2.com/pages/viewpage.action?pageId=80721826>With
RC3 the follow line works.

select *a._TIMESTAMP* as timestamp, a.totalAmount as amount
insert into HourlyProductionStream;

With Release version, now will be

select *a.AGG_TIMESTAMP* as timestamp, a.totalAmount as amount
insert into HourlyProductionStream;

But in the editor appears an error that the AGG_TIMESTAMP does not exist.

If I change the file by hand and deploy it to a worker, works OK.

The problem is at the Editor only.

Other thing, you must change the docs and put AGG_TIMESTAMP instead
_TIMESTAMP.

Thanks,

Juan Pablo Vadell | *VATROX*
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to