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
Points with equal measurement_name, tags, fields and datetime shall be equal using the == comparison.
Actual behavior
they are not equal:
assert point_a == point_b
E assert <influxdb_client.client.write.point.Point object at 0x0000022C05D11110> == <influxdb_client.client.write.point.Point object at 0x0000022C05D11150>
Specifications
Code sample to reproduce problem
Expected behavior
Points with equal measurement_name, tags, fields and datetime shall be equal using the
==
comparison.Actual behavior
they are not equal:
But
is fulfilled.
Additional info
Maybe I'm missing a key concept here why points are not equatable but line protocols are?
The text was updated successfully, but these errors were encountered: