On Wed, Mar 30, 2011 at 2:55 PM, Michael Jiang <it.mjji...@gmail.com> wrote: > Want to extend RegexSerDe to parse apache web log: for each log entry, need > to convert it into multiple entries. This is easy in streaming. But new to > serde, wondering if it is doable and how? Thanks! >
You can have your serde produce list<struct> and then explode() them.