This repository was archived by the owner on Mar 26, 2026. It is now read-only.
This repository was archived by the owner on Mar 26, 2026. It is now read-only.
lastRowKey and prevRowKey in chunk transformer #354
ChunkTransformerdefines two variables that are used for the same function:lastRowKeyandprevRowKey. There should be only one variable. Also, that variable should not be changed inreset().