mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-06-05 06:40:38 +00:00
chore: remove stale filter id allow
Signed-off-by: discord9 <discord9@163.com>
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