Problem or motivation
We've come across FixedSizeBinary shape issues a couple of times. Some of them we could cover with a uuid extension type, but it comes up more and more often. In our case most recently to store trigrams as FixedSizeBinary(3).
Proposed solution
@joseph-isaacs mentioned there are a few possible solutions and we just need to decide on the path we want to go. We discussed in yesterday's TSC call that we should open this issue to list them out and make a decision.
Additional context
No response
Problem or motivation
We've come across
FixedSizeBinaryshape issues a couple of times. Some of them we could cover with a uuid extension type, but it comes up more and more often. In our case most recently to store trigrams asFixedSizeBinary(3).UuidExtension Type #6854unimplemented!for Duration, Interval and FixedSizeBinary instead of returning an error #8346Proposed solution
@joseph-isaacs mentioned there are a few possible solutions and we just need to decide on the path we want to go. We discussed in yesterday's TSC call that we should open this issue to list them out and make a decision.
Additional context
No response