Handling ranges for Kafka timestamp queries millisecond precision #12399
Unanswered
metalshanked
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I was trying the below query
I am only seeing records for
2022-05-15 05:30:00.000
(no records show up for2022-05-15 05:30:00.001
)so seems like the less than or equal to
<=
is not working for05:30:00.001
?When I change the query to 1 millisecond further, it shows the records for
2022-05-15 05:30:00.001
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions