Mryange opened a new pull request, #68473:
URL: https://github.com/apache/doris/pull/68473
[fix](function) Revert incompatible IP range index backport
### What problem does this PR solve?
Issue Number: N/A
Problem Summary: The 4.1 backport of the IP range NULL bitmap fix references
`InvertedIndexParam::null_bitmap_cache_handle`, which is not available in the
4.1 inverted-index interfaces. This causes `function_ip.cpp` compilation to
fail. Revert the incomplete backport until its required inverted-index changes
are available on 4.1.
### Release note
None
### Check List (For Author)
- Test
- No tests run. The affected object compilation was used to reproduce
the error before the revert.
- Behavior changed: No. This revert removes the incomplete backport; the
compatible NULL bitmap fix can be picked up with its dependencies later.
- Does this need documentation: No
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]