The types are no longer relevant as the partitions...
# development
b
The types are no longer relevant as the partitions themselves are type-encoded. Consider the following partitions:
Copy code
A -> [f1, f2, f3], metadata=X
B -> [f2]
C -> [f4]
We should batch such that we invoke
[A,B]
in a serial run and
[C]
in another