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

Re: ODBC - NullPointerException when loading data

2017-02-02 Thread 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 the getResultMetaData() call, which returns the schema of the rows returned. LOAD is probably one of the