[
https://issues.apache.org/jira/browse/HIVE-25103?focusedWorklogId=621757&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-621757
]
ASF GitHub Bot logged work on HIVE-25103:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 13/Jul/21 00:12
Start Date: 13/Jul/21 00:12
Worklog Time Spent: 10m
Work Description: github-actions[bot] commented on pull request #2262:
URL: https://github.com/apache/hive/pull/2262#issuecomment-878679973
This pull request has been automatically marked as stale because it has not
had recent activity. It will be closed if no further activity occurs.
Feel free to reach out on the [email protected] list if the patch is in
need of reviews.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 621757)
Time Spent: 20m (was: 10m)
> Update row.serde exclude defaults
> ---------------------------------
>
> Key: HIVE-25103
> URL: https://issues.apache.org/jira/browse/HIVE-25103
> Project: Hive
> Issue Type: Improvement
> Reporter: Panagiotis Garefalakis
> Assignee: Panagiotis Garefalakis
> Priority: Major
> Labels: pull-request-available
> Time Spent: 20m
> Remaining Estimate: 0h
>
> HIVE-16222 introduced row.serde.inputformat.excludes setting to disable
> row.serde for specific NON-Vectorized formats.
> Since MapredParquetInputFormat is currently natively vectorized it should be
> removed from that list.
> Even when hive.vectorized.use.vectorized.input.format is DISABLED
> Vectorizer will not vectorize in row deserialize mode if the input format has
> is natively Vectorized so it is safe to remove.
> Conf order to control vectorization:
> 1. hive.vectorized.use.vectorized.input.format
> 2. hive.vectorized.use.vector.serde.deserialize
> 3. hive.vectorized.use.row.serde.deserialize
--
This message was sent by Atlassian Jira
(v8.3.4#803005)