Yes, It works , thank you very much.
And I also find out custom filter needs to be serialized and then deserialized to work properly.
That means I still need to find who serialized it and how the parameters serialized.
I just want to know one more thing:
Who the Fxxk is responsible for NEVER EVER mentioning this ?
------------------
Michael.Calvin.Shi
Ted Yu <yuzhihong@...> writes:
>
> Please implement this method in YourFilter:
>
> public static YourFilter parseFrom(final byte [] pbBytes) throws
> DeserializationException {
>
> You can refer to SingleColumnValueFilter for an example.
>
> Cheers
> |