xiangfu0 opened a new issue, #18442: URL: https://github.com/apache/pinot/issues/18442
StarTree Pinot currently needs to provide mutable bloom-filter support for consuming realtime segments while preserving the existing immutable bloom index behavior. The available extension point forces downstream code to subclass the concrete \ just to override \. It would be cleaner to expose an SPI/factory hook for mutable index creation so downstream distributions can register mutable bloom behavior without coupling to the concrete OSS \ implementation. This would reduce downstream maintenance risk on Pinot upgrades and keep immutable bloom reader/creator behavior owned by OSS Pinot. -- 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]
