Closed alamb closed 3 years ago
Thank you for the issue and the PR! New release: https://github.com/Robbepop/string-interner/releases/tag/v0.12.2 Also already published to crates.io.
Thanks @Robbepop -- I upgraded in https://github.com/influxdata/influxdb_iox/pull/641 and now thing work like a charm. 👍
Thanks @Robbepop -- I upgraded in influxdata/influxdb_iox#641 and now thing work like a charm. +1
Glad to hear that!
Reproducer:
This currently fails on as the
cloned
interner returns 1 instead of zero (as it can't find the previously interned value"a"
.BTW we ran into this when we were using the string interner in InfluxDB IOx https://github.com/influxdata/influxdb_iox/pull/630