Please implement this method in YourFilter:
public static YourFilter parseFrom(final byte [] pbBytes) throws
DeserializationException {
You can refer to SingleColumnValueFilter for an example.
Cheers
On Wed, Jul 16, 2014 at 2:18 AM, 神之疯神 <[email protected]> wrote:
> No. And that exception is never thrown.
> But this inspired me:
> I override every method in filterbase with "throw new IOException("what
> the hell");".
> Guess what?
> Nothing happened.
>
>
> ------------------
> Michael.Calvin.Shi
>
>
>
> Ted Yu <yuzhihong@...> writes:
>
>
> >
> > createFilterFromArguments() in FilterBase throws exception.
> >
> > Have you overridden this method ?
> >
> > Cheers
> >
> > On Jul 16, 2014, at 1:26 AM, "Michael.Calvin" <77231541@...> wrote:
> >