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

Hudson commented on TAJO-1510:
------------------------------

FAILURE: Integrated in Tajo-master-CODEGEN-build #292 (See 
[https://builds.apache.org/job/Tajo-master-CODEGEN-build/292/])
TAJO-1510: Change a function name from getFileCunks to getFileChunks. 
(blrunner: rev 4eb8713326d5f049df577e49c1a2e629b3ee8096)
* tajo-core/src/main/java/org/apache/tajo/worker/Task.java
* CHANGES
* 
tajo-pullserver/src/main/java/org/apache/tajo/pullserver/TajoPullServerService.java


> Change a function name from getFileCunks to getFileChunks
> ---------------------------------------------------------
>
>                 Key: TAJO-1510
>                 URL: https://issues.apache.org/jira/browse/TAJO-1510
>             Project: Tajo
>          Issue Type: Bug
>            Reporter: Soonwoong Lee
>            Assignee: Soonwoong Lee
>            Priority: Trivial
>             Fix For: 0.11.0
>
>         Attachments: TAJO-1510.patch
>
>
> I think the following function name should be changed:
> {code}
> -  public static FileChunk getFileCunks(Path outDir,
> -                                      String startKey,
> -                                      String endKey,
> -                                      boolean last) throws IOException {
> +  public static FileChunk getFileChunks(Path outDir,
> +                                        String startKey,
> +                                        String endKey,
> +                                        boolean last) throws IOException 
> {{code}



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

Reply via email to