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
This issue has been automatically marked as stale because it has not had any activity in the past 60 days.
The next time this stale check runs, the stale label will be removed if there is new activity. The issue will be closed after 15 days if there is no new activity.
Please apply keepalive label to exempt this Issue.
Currently ints can't be compared to floats. For instance this will never find a matching span:
This may find a matching span:
Tempo will never fully cast/coerce datatypes. This will never work:
But I do think it would be useful for ints and floats to be comparable. Let's add support for searching float columns with int values and vice versa.
Similar to: #4046
The text was updated successfully, but these errors were encountered: