The problem is that JDBC does not have support for column comments. It is not a part of their API. Ref: http://docs.oracle.com/javase/7/docs/api/java/sql/ResultSetMetaData.html
~Pratik On Thu, Sep 11, 2014 at 3:13 PM, Venkat, Ankam <[email protected] > wrote: > Need this data for our enterprise metadata repository. > > > > Any workaround for this? > > > > Regards, > > Venkat > > > > *From:* pratik khadloya [mailto:[email protected]] > *Sent:* Thursday, September 11, 2014 3:13 PM > *To:* [email protected] > *Subject:* Re: Importing Table and Column comments > > > > I don't think that happens today. I was wondering about the same thing. > > > > On Thu, Sep 11, 2014 at 10:43 AM, Venkat, Ankam < > [email protected]> wrote: > > Is there a way to import table and column comments and store info on Hive? > > > > Regards, > > Venkat Ankam > > >
