You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2019/11/25 17:32:00 UTC

[jira] [Work logged] (HIVE-22499) LLAP: Add an EncodedReaderOptions to extend ORC impl for options

     [ https://issues.apache.org/jira/browse/HIVE-22499?focusedWorklogId=349225&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-349225 ]

ASF GitHub Bot logged work on HIVE-22499:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 25/Nov/19 17:31
            Start Date: 25/Nov/19 17:31
    Worklog Time Spent: 10m 
      Work Description: mustafaiman commented on pull request #852: HIVE-22499: Provide lazy filesystem supplier to ORC DataReader and Re…
URL: https://github.com/apache/hive/pull/852
 
 
   …aderImpl
   
   Provide a file system supplier to DataReaderProperties and ReaderOptions so that filesystem is not initialized until a file is actually read.
   
   Change-Id: I9b02e379179100fb7c645796ad7fc39b5518a45c
 
----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Issue Time Tracking
-------------------

            Worklog Id:     (was: 349225)
    Remaining Estimate: 0h
            Time Spent: 10m

> LLAP: Add an EncodedReaderOptions to extend ORC impl for options
> ----------------------------------------------------------------
>
>                 Key: HIVE-22499
>                 URL: https://issues.apache.org/jira/browse/HIVE-22499
>             Project: Hive
>          Issue Type: Bug
>          Components: llap, ORC
>            Reporter: Gopal Vijayaraghavan
>            Assignee: Mustafa Iman
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 4.0.0
>
>         Attachments: HIVE-22499.2.patch, HIVE-22499.WIP.patch, HIVE-22499.patch
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> ORC-570 is an ABI change to the way getFileSystem() by adding an another exception to the implementation.
> To accept and use that change requires waiting for an ORC release, while this patch serves the same purpose though falls back for a retry for FileSystem.get() in case the supplier fails at runtime.
> Also as a side-note, the FS.get() call is always used in the cases where the file is not being read from a cache such as EncodedOrcFile (so the upstream API change might be overkill).



--
This message was sent by Atlassian Jira
(v8.3.4#803005)