You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
select * from foo where time = 1234u and sequence_number = 123 doesn't interpret the timestamp as microseconds timestamp, while select foo where time = 1234 and sequence_number = 123 interprets it correctly. This is inconsistent with select queries.
The text was updated successfully, but these errors were encountered:
select * from foo where time = 1234u and sequence_number = 123
doesn't interpret the timestamp as microseconds timestamp, whileselect foo where time = 1234 and sequence_number = 123
interprets it correctly. This is inconsistent with select queries.The text was updated successfully, but these errors were encountered: