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 <[email protected]> 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