[
https://issues.apache.org/jira/browse/TAJO-1510?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14480873#comment-14480873
]
ASF GitHub Bot commented on TAJO-1510:
--------------------------------------
Github user asfgit closed the pull request at:
https://github.com/apache/tajo/pull/499
> 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
> 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)