[
https://issues.apache.org/jira/browse/TAJO-1510?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14392746#comment-14392746
]
ASF GitHub Bot commented on TAJO-1510:
--------------------------------------
GitHub user swlsw opened a pull request:
https://github.com/apache/tajo/pull/499
TAJO-1510: Change a function name from getFileCunks to getFileChunks
Trivial changes.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/swlsw/tajo TAJO-1510
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tajo/pull/499.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #499
----
commit 76918ef14881d81b6dd1109c1b833e15d9485e79
Author: swlsw <[email protected]>
Date: 2015-04-02T11:15:19Z
TAJO-1510: Change a function name from getFileCunks to getFileChunks
----
> 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)