[
https://issues.apache.org/jira/browse/HIVE-25972?focusedWorklogId=830288&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-830288
]
ASF GitHub Bot logged work on HIVE-25972:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 01/Dec/22 09:45
Start Date: 01/Dec/22 09:45
Worklog Time Spent: 10m
Work Description: kokila-19 opened a new pull request, #3824:
URL: https://github.com/apache/hive/pull/3824
### What changes were proposed in this pull request?
HIVE_VECTORIZATION_USE_ROW_DESERIALIZE in hiveconf.java imply default value
is false,in fact the default value is 'true'
### Why are the changes needed?
Description statement is wrong.
### Does this PR introduce _any_ user-facing change?
comment of default value of the config parameter.
### How was this patch tested?
Not required as its change of the config param description
Issue Time Tracking
-------------------
Worklog Id: (was: 830288)
Remaining Estimate: 0h
Time Spent: 10m
> HIVE_VECTORIZATION_USE_ROW_DESERIALIZE in hiveconf.java imply default value
> is false,in fact the default value is 'true'
> ------------------------------------------------------------------------------------------------------------------------
>
> Key: HIVE-25972
> URL: https://issues.apache.org/jira/browse/HIVE-25972
> Project: Hive
> Issue Type: Improvement
> Components: Configuration, Hive
> Affects Versions: 3.1.2, 4.0.0
> Reporter: lkl
> Assignee: Kokila N
> Priority: Major
> Time Spent: 10m
> Remaining Estimate: 0h
>
> HIVE_VECTORIZATION_USE_ROW_DESERIALIZE in hiveconf.java imply default value
> is false,in fact the default value is 'true'。 the code is
> {code:java}
> HIVE_VECTORIZATION_USE_ROW_DESERIALIZE("hive.vectorized.use.row.serde.deserialize",
> true,
> "This flag should be set to true to enable vectorizing using row
> deserialize.\n" +
> "The default value is false."), {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)