zingg icon indicating copy to clipboard operation
zingg copied to clipboard

matcher getBlocks(zframe) not invoked

Open sonalgoyal opened this issue 11 months ago • 0 comments

protected Dataset<Row> getBlocks(Dataset<Row> blocked) throws Exception{ return DSUtil.joinWithItself(blocked, ColName.HASH_COL, true).cache(); }

this method is not called form the code and will lead to issues with the linker and resolver?

sonalgoyal avatar Jul 15 '23 10:07 sonalgoyal