cognitedata/cdp-spark-datasource

Avoid using unions in Events pushdown filtering

hakontro opened this issue · 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.