cylondata / twister2

A composable framework for fast and scalable data analytics
https://twister2.org
Apache License 2.0
57 stars 32 forks source link

TSet keyedgather op expects a partitioner and a comparator #947

Open chathurawidanage opened 3 years ago

chathurawidanage commented 3 years ago

TSet keyedgather should assign a comparator by default if the user doesn't specify one.

If the user doesn't specify a comparator, the resulting lambda function should not provide a grouped set of tuples with an Iterator.