I attached addendum to HBASE-19160 which fixes the build.

Let's continue over HBASE-19160.

On Mon, Nov 6, 2017 at 10:57 AM, Mike Drob <md...@apache.org> wrote:

> I will have time to look in about an hour. CellComparatorImpl.COMPARATOR
> never went away, maybe I screwed up the imports there though?
>
> On Mon, Nov 6, 2017 at 12:49 PM, Ted Yu <yuzhih...@gmail.com> wrote:
>
> > As of commit cfddfcf23cc38161da70bfe965b8e7b6e0581711 , the reference
> > to CellComparatorImpl should be replaced.
> >
> > -      return CellComparatorImpl.COMPARATOR.compare(this.kv,
> > ((CellWritableComparable)o).kv);
> > +      return CellComparator.getInstance().compare(this.kv, o.kv);
> >
> > Looks like Mike forgot to change line 168 over HBASE-19160 for branch
> > hbase-2
> >
>

Reply via email to