You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tez.apache.org by "Siddharth Seth (JIRA)" <ji...@apache.org> on 2014/07/11 10:12:04 UTC

[jira] [Created] (TEZ-1275) Add an append method to IFile which does not check for RLE

Siddharth Seth created TEZ-1275:
-----------------------------------

             Summary: Add an append method to IFile which does not check for RLE
                 Key: TEZ-1275
                 URL: https://issues.apache.org/jira/browse/TEZ-1275
             Project: Apache Tez
          Issue Type: Improvement
            Reporter: Siddharth Seth


The RLE and same key checks are primarily required for sorted output.
For the unordered case - these checks should not be hit (and will almost always return false).

I believe longer term, the plan is to have only a single method - which does not have the checks, and move all the key comparison and equality logic over to users of IFile - which would end up calling appendKV on new keys, and append(V/List<V>) for repeated values.



--
This message was sent by Atlassian JIRA
(v6.2#6252)