[ 
https://issues.apache.org/jira/browse/DRILL-3963?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14981514#comment-14981514
 ] 

ASF GitHub Bot commented on DRILL-3963:
---------------------------------------

Github user sudheeshkatkam commented on a diff in the pull request:

    https://github.com/apache/drill/pull/214#discussion_r43455322
  
    --- Diff: 
exec/java-exec/src/main/java/org/apache/drill/exec/store/dfs/easy/EasyFormatPlugin.java
 ---
    @@ -173,7 +173,7 @@ CloseableRecordBatch getReaderBatch(FragmentContext 
context, EasySubScan scan) t
         }
     
         for(FileWork work : scan.getWorkUnits()){
    -      readers.add(getRecordReader(context, dfs, work, scan.getColumns()));
    +      readers.add(getRecordReader(context, dfs, work, scan.getColumns(), 
scan.getUserName()));
    --- End diff --
    
    Is it possible to pass the proxyUgi object instead of creating the object 
for every reader?
    
    Currently ugi objects are not cached.


> Read raw key value bytes from sequence files
> --------------------------------------------
>
>                 Key: DRILL-3963
>                 URL: https://issues.apache.org/jira/browse/DRILL-3963
>             Project: Apache Drill
>          Issue Type: New Feature
>            Reporter: amit hadke
>            Assignee: amit hadke
>
> Sequence files store list of key-value pairs. Keys/values are of type hadoop 
> writable.
> Provide a format plugin that reads raw bytes out of sequence files which can 
> be further deserialized by a udf(from hadoop writable -> drill type)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to