hakontro opened this issue 6 years ago · 1 comments
Pushdown filters on Events currently creates one RDD per type+subtype. We should rather create one RDD from multiple API-calls, for example by creating an EventsRdd and overriding getPartitions.
#227