You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Sergey Shelukhin (JIRA)" <ji...@apache.org> on 2017/10/30 23:04:00 UTC

[jira] [Commented] (HIVE-17916) remove ConfVars.HIVE_VECTORIZATION_ROW_IDENTIFIER_ENABLED

    [ https://issues.apache.org/jira/browse/HIVE-17916?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16225923#comment-16225923 ] 

Sergey Shelukhin commented on HIVE-17916:
-----------------------------------------

I've already done this somewhere. Rather it's set on by default now

> remove ConfVars.HIVE_VECTORIZATION_ROW_IDENTIFIER_ENABLED
> ---------------------------------------------------------
>
>                 Key: HIVE-17916
>                 URL: https://issues.apache.org/jira/browse/HIVE-17916
>             Project: Hive
>          Issue Type: Bug
>          Components: Transactions
>    Affects Versions: 3.0.0
>            Reporter: Eugene Koifman
>            Assignee: Teddy Choi
>
> follow up from HIVE-12631.  Filing so it doesn't get lost.
> There is this code in UpdateDeleteSemanticAnalyzer
> {noformat}
>       // TODO: remove when this is enabled everywhere
> 	      HiveConf.setBoolVar(conf, ConfVars.HIVE_VECTORIZATION_ROW_IDENTIFIER_ENABLED, true);
> {noformat}
> 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.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)