[
https://issues.apache.org/jira/browse/TAJO-1510?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14480901#comment-14480901
]
Hudson commented on TAJO-1510:
------------------------------
SUCCESS: Integrated in Tajo-master-build #654 (See
[https://builds.apache.org/job/Tajo-master-build/654/])
TAJO-1510: Change a function name from getFileCunks to getFileChunks.
(blrunner: rev 4eb8713326d5f049df577e49c1a2e629b3ee8096)
* CHANGES
*
tajo-pullserver/src/main/java/org/apache/tajo/pullserver/TajoPullServerService.java
* tajo-core/src/main/java/org/apache/tajo/worker/Task.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)