Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Fix](Variant) variant fallthrough with inverted index
When reading from segment, the schema type is variant, if we check type valid in `get_inverted_index`, the result should always return nullptr(since variant type it self does not support inverted index), but the actual storage could be `string` or etc.So we should ignore the type check and return the correct inverted index iterators
- Loading branch information