lenchv / hive-driver

Driver for connection to Apache Hive via Thrift API
MIT License
40 stars 9 forks source link

Null value in boolean field becomes true #31

Closed rajkaran closed 4 years ago

rajkaran commented 4 years ago

Boolean values are not returning right. All the not null values are becoming true.

Is there away to resolves this?

lenchv commented 4 years ago

Hi @rajkaran ! Thanks for the report. It is indeed a bug, I've been able to reproduce and fix this.

I deployed a new version, please, check if everything works fine now