Details

    • Sub-task
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 2.0.0
    • regionserver
    • None
    • Incompatible change, Reviewed
    • Hide
      The following APIs are removed from Filter
      KeyValue transform(KeyValue)
      KeyValue getNextKeyHint(KeyValue)
      and replaced with
      Cell transformCell(Cell)
      Cell getNextCellHint(Cell)
      respectively.
      If a custom Filter implementation have overridden any of these methods, we will no longer call them. User has to change the custom Filter to override cell based methods as shown above
      Show
      The following APIs are removed from Filter KeyValue transform(KeyValue) KeyValue getNextKeyHint(KeyValue) and replaced with Cell transformCell(Cell) Cell getNextCellHint(Cell) respectively. If a custom Filter implementation have overridden any of these methods, we will no longer call them. User has to change the custom Filter to override cell based methods as shown above

    Description

      To be removed
      KeyValue transform(final KeyValue currentKV)
      KeyValue getNextKeyHint(final KeyValue currentKV)
      These are deprecated since 0.96 and can get removed from 1.0 time.
      Any objections?

      Attachments

        1. HBASE-12048.patch
          13 kB
          Anoop Sam John
        2. HBASE-12048_V2.patch
          14 kB
          Anoop Sam John

        Issue Links

          Activity

            People

              anoop.hbase Anoop Sam John
              anoop.hbase Anoop Sam John
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: