HPCC-14683 Make Kafka SetMessageOffsets() work correctly in multi-node setup Reviewed-by: Gavin Halliday <ghalliday@hpccsystems.com>
@@ -214,7 +214,7 @@ EXPORT Consumer(VARSTRING topic, VARSTRING brokers = 'localhost', VARSTRING cons
// Set the offset for each partition on each node
result := PROJECT
(
- distOffsets,
+ NOFOLD(distOffsets),
TRANSFORM
ResultLayout,