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
What do you mean by it is not working?
You may also check the logs of your lap server...
Maybe there is also a limitations of number of logins in your lap server...
Maybe the account is temporarily blocked because you entered the password
wrongly too many times...
Le ven. 18 sept. 2015 à 10:34, Lo