[
https://issues.apache.org/jira/browse/HIVE-25453?focusedWorklogId=641003&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-641003
]
ASF GitHub Bot logged work on HIVE-25453:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 24/Aug/21 09:11
Start Date: 24/Aug/21 09:11
Worklog Time Spent: 10m
Work Description: pvary commented on a change in pull request #2586:
URL: https://github.com/apache/hive/pull/2586#discussion_r694667660
##########
File path:
llap-server/src/java/org/apache/hadoop/hive/llap/io/api/impl/LlapIoImpl.java
##########
@@ -417,15 +419,21 @@ public OrcTail getOrcTailFromCache(Path path,
Configuration jobConf, CacheTag ta
}
@Override
- public RecordReader<NullWritable, VectorizedRowBatch>
llapVectorizedOrcReaderForPath(Object fileKey, Path path, CacheTag tag,
List<Integer> tableIncludedCols,
- JobConf conf, long offset, long length) throws IOException {
+ public RecordReader<NullWritable, VectorizedRowBatch>
llapVectorizedOrcReaderForPath(Object fileKey, Path path,
+ CacheTag tag, List<Integer> tableIncludedCols, JobConf conf, long
offset, long length, Reporter reporter)
+ throws IOException {
- OrcTail tail = getOrcTailFromCache(path, conf, tag, fileKey);
+ OrcTail tail = null;
+ if (tag != null) {
Review comment:
Why not put this inside the `getOrcTailFromCache`?
--
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: 641003)
Time Spent: 40m (was: 0.5h)
> Add LLAP IO support for Iceberg ORC tables
> ------------------------------------------
>
> Key: HIVE-25453
> URL: https://issues.apache.org/jira/browse/HIVE-25453
> Project: Hive
> Issue Type: New Feature
> Reporter: Ádám Szita
> Assignee: Ádám Szita
> Priority: Major
> Labels: pull-request-available
> Time Spent: 40m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)