Beeline fails on uniontype columns

2017-08-04 Thread Pierre Villard
Hi, I've an external table backed by an avro schema containing a union type field. "type" : [ "int", "string", "null" ] When describing the table I've: describe test_table; +---+---+--+--+ | col_name |

Re: ODBC - NullPointerException when loading data

2017-02-04 Thread Pierre Villard
Hi Gopal, Thanks, I created HIVE-15814. Pierre 2017-02-02 22:12 GMT+01:00 Gopal Vijayaraghavan : > > Using Apache Hive 1.2.1, I get a NullPointerExcetion when performing a > request through an ODBC driver. > > The request is just a simple LOAD DATA request: > > Looks like the NPE is coming from

ODBC - NullPointerException when loading data

2017-02-02 Thread Pierre Villard
Hi, Using Apache Hive 1.2.1, I get a NullPointerExcetion when performing a request through an ODBC driver. The request is just a simple LOAD DATA request: LOAD DATA INPATH '/tmp/AYX170201a327cc8faf8e562f5eb86225dd1fbf57' INTO TABLE tmp.testpierre Logs can be found here: https://gist.github.com/p