microsoft / masc

Microsoft's contributions for Spark with Apache Accumulo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Column pruning is broken

eisber opened this issue · comments

The current maintains a single array for all the cells collected into a row.
This needs to be extended as each stage (filter, mleap, output) might need access to more fields than ultimately exported (e.g. filter: x> 0, select: y)