Uploaded image for project: 'Apache NiFi'
  1. Apache NiFi
  2. NIFI-13763

HashSet filtering can not be set for DeduplicateRecord processor

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • None
    • 1.28.0, 2.0.0-M5
    • Extensions
    • None

    Description

      The following calculation determines which filtering method should be used:

      boolean useHashSet = context.getProperty(FILTER_TYPE).getValue()
      .equals(context.getProperty(HASH_SET_VALUE.getValue()).getValue());

      As HASH_SET_VALUE is an Allowable value not a PropertyDescriptor, this boolean will always be false, so in all cases Bloom Filter will be used.

      Attachments

        Activity

          People

            timeabarna Timea Barna
            timeabarna Timea Barna
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Time Tracking

                Estimated:
                Original Estimate - Not Specified
                Not Specified
                Remaining:
                Remaining Estimate - 0h
                0h
                Logged:
                Time Spent - 40m
                40m