Hi all, I'm using pig with protobuf and I have some byte fields containing serialized protobuf data. Is it possible to handle this nested serialized data with pig?
ex.
message A {
required bytes data = 1 // serialized message B
}
message B {
...
}
Thanks,
Ben
