cloudera / hs2client

C++ native client for Impala and Hive, with Python / pandas bindings
Apache License 2.0
72 stars 22 forks source link

Hive may truncate bitmaps in some cases #16

Open wesm opened 8 years ago

wesm commented 8 years ago

See:

https://github.com/cloudera/impyla/blob/master/impala/hiveserver2.py#L749 https://issues.cloudera.org/browse/HUE-2722

In order to deal with this in user code depending on libhs2client, we'll need to add the length of the null bitmap string to the hs2client::Column class

wesm commented 8 years ago

I dug around in the Hive source a bit to try to figure out where this might be happening. We can punt on it for now, but it might be good to expose the bitmap length for safety