Replies: 1 comment 1 reply
-
fixed in https://github.com/finos/TimeBase-CE/releases/tag/6.1.24 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi @alex-karpovich ,
Currently we are executing below query where we want to roll up data at minute level. Post which we want to group by venue within each minute and sum up the volume.
Below is a sample stream with data.
The timebase query
Expected Output:
<style> </style>Actual Output:
<style> </style>As can be seen the expected and actual output does not match.
There are 2 extra records at the end
ABC | 2023-10-06T16:18:00.000Z | 70 | Venue2
ABC | 2023-10-06T16:18:00.000Z | 12 | Venue3
which are not a part of original stream.
Can you please look into the issue.
Also we noticed that the issue occurs when the timebase query has both OVER and GROUP BY functionalities.
Regards,
Shivani
Beta Was this translation helpful? Give feedback.
All reactions