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

ASF GitHub Bot logged work on GOBBLIN-1305:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 29/Oct/20 18:19
            Start Date: 29/Oct/20 18:19
    Worklog Time Spent: 10m 
      Work Description: ZihanLi58 commented on a change in pull request #3143:
URL: https://github.com/apache/incubator-gobblin/pull/3143#discussion_r514469164



##########
File path: 
gobblin-compaction/src/main/java/org/apache/gobblin/compaction/mapreduce/orc/OrcUtils.java
##########
@@ -75,10 +75,10 @@ private OrcUtils() {
 
   public static TypeDescription getTypeDescriptionFromFile(Configuration conf, 
Path orcFilePath)
       throws IOException {
-    return getRecordReaderFromFile(conf, orcFilePath).getSchema();
+    return getFileReader(conf, orcFilePath).getSchema();
   }
 
-  public static Reader getRecordReaderFromFile(Configuration conf, Path 
orcFilePath)
+  public static Reader getFileReader(Configuration conf, Path orcFilePath)

Review comment:
       Since this is a public static method, are we sure there is no other 
dependencies call this API?




----------------------------------------------------------------
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:
[email protected]


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

    Worklog Id:     (was: 506333)
    Time Spent: 20m  (was: 10m)

> Processing Split correctly in ORC RecordReader
> ----------------------------------------------
>
>                 Key: GOBBLIN-1305
>                 URL: https://issues.apache.org/jira/browse/GOBBLIN-1305
>             Project: Apache Gobblin
>          Issue Type: Bug
>            Reporter: Lei Sun
>            Priority: Major
>          Time Spent: 20m
>  Remaining Estimate: 0h
>




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

Reply via email to