Ensure function signatures use a consistent style
Closed this issue · 0 comments
dwestheide commented
- Make sure all function signatures of the syntax are in line with the corresponding operations defined on Spark's
RDD
. - In
DCollectionOps
, only use currying where it benefits type inference.