[
https://issues.apache.org/jira/browse/TAJO-1270?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14259095#comment-14259095
]
ASF GitHub Bot commented on TAJO-1270:
--------------------------------------
Github user charsyam commented on a diff in the pull request:
https://github.com/apache/tajo/pull/321#discussion_r22284346
--- Diff:
tajo-storage/tajo-storage-hdfs/src/main/java/org/apache/tajo/storage/HashShuffleAppenderManager.java
---
@@ -134,7 +134,7 @@ private Path getDataFile(ExecutionBlockId ebId, int
partId) throws IOException {
}
// Send Intermediate data to QueryMaster.
- List<HashShuffleIntermediate> intermEntries = new
ArrayList<HashShuffleIntermediate>();
+ List<HashShuffleIntermediate> interimEntries = new
ArrayList<HashShuffleIntermediate>();
--- End diff --
@blrunner I check it from "http://en.wikipedia.org/wiki/Intermediate_state"
it mention like this, "the intermediate state or interim state"
so I changed it because interim is more meaningful.
But I also think it doesn't need to change strongly
> Fix typos
> ---------
>
> Key: TAJO-1270
> URL: https://issues.apache.org/jira/browse/TAJO-1270
> Project: Tajo
> Issue Type: Bug
> Reporter: DaeMyung Kang
> Assignee: DaeMyung Kang
> Priority: Trivial
>
> Fix typos for tajo files
> Major Change:
> in DefaultTajoCliOutputFormatter.java
> change function name:
> setScirptMode -> setScriptMode
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)