Skip to content

Add case-sensitive support for equality deletes in DeleteFilter #1929

@slfan1989

Description

@slfan1989

Background

Currently, DeleteFilter binds equality delete predicates in a case-insensitive manner, and the code contains a TODO note about handling case sensitivity.

Goal

  • Add support for optional case-sensitive matching for equality deletes in DeleteFilter.
  • Provide a configuration or parameter to control whether case-sensitive matching is enabled.
  • Update or add unit tests to cover both case-sensitive and case-insensitive scenarios.

Benefits

  • Improves flexibility and correctness of DeleteFilter in different use cases.
  • Allows users to choose between case-sensitive or case-insensitive matching based on their needs.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions