Hi I’m trying to use calcite streaming functionality. Need some help in understanding the behaviour of following query over infinite stream.
select STREAM ceil(ROWTIME TO SECOND) as r, C2,count(*) as c FROM S.TB GROUP BY ceil(ROWTIME TO SECOND),C2 Will the above query emit row after every second? Actually I was not able get working example of streaming table which emits rows as mentioned in query. The query gets stuck when executed. Thanks and Regards Ritesh Kapoor
