[
https://issues.apache.org/jira/browse/HIVE-26809?focusedWorklogId=854475&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-854475
]
ASF GitHub Bot logged work on HIVE-26809:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 03/Apr/23 09:41
Start Date: 03/Apr/23 09:41
Worklog Time Spent: 10m
Work Description: zratkai commented on code in PR #4121:
URL: https://github.com/apache/hive/pull/4121#discussion_r1155725610
##########
ql/src/java/org/apache/hadoop/hive/ql/io/orc/encoded/EncodedTreeReaderFactory.java:
##########
@@ -298,11 +300,11 @@ public void seek(PositionProvider index) throws
IOException {
}
}
- @Override
+ @Override
public void nextVector(
- ColumnVector previousVector, boolean[] isNull, int batchSize) throws
IOException {
+ ColumnVector previousVector, boolean[] isNull, int batchSize,
FilterContext filterContext, TypeReader.ReadPhase readPhase) throws IOException
{
Review Comment:
Reformatted to match the style.
##########
ql/src/java/org/apache/hadoop/hive/ql/io/orc/encoded/EncodedTreeReaderFactory.java:
##########
@@ -298,11 +300,11 @@ public void seek(PositionProvider index) throws
IOException {
}
}
- @Override
+ @Override
Review Comment:
Reformatted to match the style.
Issue Time Tracking
-------------------
Worklog Id: (was: 854475)
Time Spent: 10h 20m (was: 10h 10m)
> Upgrade ORC to 1.8.3
> --------------------
>
> Key: HIVE-26809
> URL: https://issues.apache.org/jira/browse/HIVE-26809
> Project: Hive
> Issue Type: Improvement
> Affects Versions: 4.0.0
> Reporter: Dmitriy Fingerman
> Assignee: Zoltán Rátkai
> Priority: Major
> Labels: pull-request-available
> Time Spent: 10h 20m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)