mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-05-21 07:20:41 +00:00
chore: remove stale filter id allow
This commit is contained in:
@@ -193,7 +193,6 @@ impl Display for ParseFilterIdError {
|
||||
/// NOTE(remote-dyn-filter): This id is generated once on the source side and then propagated.
|
||||
/// Consumers should reuse the propagated `FilterId` instead of independently recomputing it from
|
||||
/// local state.
|
||||
#[allow(unused)]
|
||||
pub(crate) fn build_remote_dyn_filter_id(
|
||||
region_id: RegionId,
|
||||
producer_scope_id: ProducerScopeId,
|
||||
|
||||
Reference in New Issue
Block a user