Uploaded image for project: 'HBase'
  1. HBase
  2. HBASE-11016

Remove Filter#filterRow(List)

    XMLWordPrintableJSON

Details

    • Task
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • 0.99.0
    • Filters
    • None
    • Incompatible change, Reviewed
    • Hide
      The following method has been removed from Filter:
      public void filterRow(List<KeyValue> kvs) throws IOException;
      Show
      The following method has been removed from Filter: public void filterRow(List<KeyValue> kvs) throws IOException;

    Description

      0.96+ the filterRow(List) method is deprecated:

         * WARNING: please to not override this method.  Instead override {@link #filterRowCells(List)}.
         * This is for transition from 0.94 -> 0.96
         **/
        @Deprecated
        abstract public void filterRow(List<KeyValue> kvs) throws IOException;
      

      This method should be removed from Filter classes for 1.0

      Attachments

        1. 11016-v1.txt
          5 kB
          Ted Yu

        Issue Links

          Activity

            People

              yuzhihong@gmail.com Ted Yu
              yuzhihong@gmail.com Ted Yu
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: