Replies: 2 comments 1 reply
|
please share schema of the stream |
1 reply
|
Please use temp workaround in next version it will be fixed |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi @alex-karpovich
<style> </style>We currently have data in below format where timestamp is having microseconds / nanoseconds data.
On executing below query over the data
Expected output:
<style> </style>Actual Output:
<style> </style>As can be seen, the "timestampOriginal" column is not giving the complete microsecond level time. Its giving data only upto milliseconds.
Can you please help us out.
We want to have the original precision of timestamp, even when we are performing aggregations.
Regards,
Shivani
All reactions