Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.0.0
-
None
-
None
Description
follow up from HIVE-12631. Filing so it doesn't get lost.
There is this code in UpdateDeleteSemanticAnalyzer
// TODO: remove when this is enabled everywhere HiveConf.setBoolVar(conf, ConfVars.HIVE_VECTORIZATION_ROW_IDENTIFIER_ENABLED, true);
The 1st update/delete statement on a session will enable this and it will be enabled for all future queries which makes this flag useless/misleading.
Attachments
Issue Links
- relates to
-
HIVE-12631 LLAP IO: support ORC ACID tables
- Closed