Open
Description
Hi there, in ThriftHive interface from older hiveserver, there is a method called .getSchema().fieldSchemas, which can get table schema like column names, column types and comment from the query you just executed, and it is quite handy. So I just wonder if there are any similar methods in PyHive interface that can get metadata of your query result as well.
Thanks.