Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Fix "Too many positionals passed" in METAOP_ZIP
The METAOP_REDUCE_* reducers expect only a single iterable while plain ops require arguments passed separately. Have to reify the mapped iterators to a List to avoid "This Seq has already been iterated" errors.
- Loading branch information