Hi Manfred, On Tue, Jul 21, 2015 at 10:58 PM, <[email protected]> wrote: > + if (bsbBlobStore != null && bsbBlobStore.equals(blobStore)) { > + return bsb.getBlobId(); > + }
Can we have a testcase for this scenario? So far we do not have requirement to support equality for BlobStore instance. So would like to understand the usecase preferably with a testcase. May be the problem affect SegmentNodeStore also (not sure though) Chetan Mehrotra
