Soonwoong Lee created TAJO-1510:
-----------------------------------
Summary: 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)