On Mon, Mar 14, 2016 at 10:35 PM, Ashish Singh <asi...@cloudera.com> wrote:
> > Also, I think it's a bit odd to say a `single null topic with size -1`. > Do > > we mean an array of topics with size -1 and no elements? That would imply > > introducing a NULLABLE_ARRAY type (we currently have NULLABLE_STRING and > > NULLABLE_BYTES). > > > Missed this point. I was thinking of an array with one null string, > ArrayOf[NULLABLE_STRING]. However, we can add NullableArrayOf and use > NullableArrayOf[STRING] as well. What do you think is better here? > I prefer the latter. Ismael