Re: transactional table + vectorization + where = bug

2015-09-23 Thread Furcy Pin
I just created it : 1. HIVE-11933 On Mon, Sep 21, 2015 at 6:37 PM, Alan Gates wrote: > I am not aware of this issue. Please file a JIRA, and if it does turn out > to be a duplicate we can mark it as such. > > Alan. > > Furcy Pin > Septem

Re: transactional table + vectorization + where = bug

2015-09-21 Thread Alan Gates
I am not aware of this issue. Please file a JIRA, and if it does turn out to be a duplicate we can mark it as such. Alan. Furcy Pin September 19, 2015 at 2:36 Hi, We bumped into a bug when using vectorization on a transactional table. Here is a minimal exampl

transactional table + vectorization + where = bug

2015-09-19 Thread Furcy Pin
Hi, We bumped into a bug when using vectorization on a transactional table. Here is a minimal example : DROP TABLE IF EXISTS vectorization_transactional_test ; CREATE TABLE vectorization_transactional_test ( id INT ) CLUSTERED BY (id) into 3 buckets STORED AS ORC TBLPROPERTIES('transactional