Hello, Has anyone had issues with Transformers not being called on every instance of the scanQuery? only about 10% of the objects get transformed, the rest are added to the list returned from cache.query() are IgniteBiTuple, not what was passed to the Transformer. this does not happen when running the query without the transformer.
Thank you