You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by Sophia Cui <so...@tellapart.com> on 2011/06/17 03:38:54 UTC

Sets(Collection) Support

Hi,

I've been working with hive lately.  There's currently support for Maps and
Lists as collections.  I was wondering how I would go about building support
for Sets?  Will I need to build ObjectInspectors? Or at the very least have
the parser treat sets as Lists.

Thanks!
  Sophia